aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArul.Nambi <arul.nambi@amdocs.com>2018-09-20 11:12:02 -0400
committerArul.Nambi <arul.nambi@amdocs.com>2018-09-20 11:12:41 -0400
commitb10ad5f5b4e5aa8beccd8264e10553b7bd3373a6 (patch)
treee11bffc0cb9768ca467be3618627d81411f535b7
parent65656b3d7d473d17cf8e31d35644f86f411e6f16 (diff)
Updating the CII info in readme
Issue-ID: AAI-1663 Change-Id: Iff208537053fd27c95295e2a4c408f7b4b3dc611 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f3f1c73..506cc05 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# Search Data Service Micro Service
+[![alt text](https://bestpractices.coreinfrastructure.org/projects/1737/badge)](https://bestpractices.coreinfrastructure.org/projects/1737)
+
## Overview
The _Search Data Service_ acts as an abstraction layer for clients which have a need to interact with data which is most suitably persisted in a searchable document store. The purpose of imposing an abstraction service between the client and the document store itself is to decouple clients from any direct knowledge of any specific document store technology, allowing the underlying technology to be swapped out without a direct impact to any clients which interact with search data.