Seed code
Issue-ID: NONRTRIC-713
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Change-Id: I858010c1440f3e7afdb77c3096b3a83027d9f689
diff --git a/docs/overview.rst b/docs/overview.rst
new file mode 100644
index 0000000..a45820d
--- /dev/null
+++ b/docs/overview.rst
@@ -0,0 +1,15 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. SPDX-License-Identifier: CC-BY-4.0
+.. Copyright (C) 2021 Nordix
+
+
+DMaaP Adapter
+~~~~~~~~~~~~~
+
+Configurable mediator to take information from DMaaP and Kafka and present it as a coordinated Information Producer.
+
+This adapter is a generic information producer, which register itself as an information producer of defined information types in Information Coordination Service (ICS).
+The information types are defined in a configuration file.
+Information jobs defined using ICS then allow information consumers to retrieve data from DMaaP MR or Kafka topics (accessing the ICS API).
+
+The adapter is implemented in Java Spring (DMaaP Adapter Service).