aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJennie Jia <Jennie.Jia@amdocs.com>2018-07-20 21:23:51 +0000
committerJennie Jia <Jennie.Jia@amdocs.com>2018-08-07 18:12:43 +0000
commit9338362c1605a84a2b8e0a00ad1d65e14789bd6a (patch)
treee42db405d19d1420926287040a1000f7886a9320 /README.md
parentf9776d084d3a39dbe5e4ea4849020b630d5da3ec (diff)
Upstreaming the POMBA SDC Context Builder
Issue-ID: LOG-522 Change-Id: Ic4606c987a8950ff3d19a8f42f330b08e3f4e4ca Signed-off-by: Jennie Jia <Jennie.Jia@amdocs.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..7b94571
--- /dev/null
+++ b/README.md
@@ -0,0 +1,22 @@
+# POMBA SDC Context Builder
+
+
+# Introduction
+
+The purpose of SDC Context Builder is to encapsulate the complexity of interaction with SDC component. It allows to encapsulate the complexity of reaching a component as well as implement the mapping and transformation component’s related data to common model consumed by audit process.
+
+# Compiling POMBA Audit Common Model
+
+POMBA SDC Context Builder can be compiled easily using maven command: `mvn clean install`
+The result is JAR file under "target" folder
+
+# Getting Help
+
+*** to be completed on release ***
+
+
+# Release notes for versions
+
+1.3.0-SNAPSHOT
+
+Initial ONAP release