diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
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
|