Initial seed code for distributed KV store 79/30779/1
authorShashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Thu, 8 Feb 2018 01:50:55 +0000 (17:50 -0800)
committerShashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Thu, 8 Feb 2018 01:53:10 +0000 (17:53 -0800)
commitbe355e888af5b332797aee7507fdd6ed93261d6d
tree000a31f76ed163d596ca91bce0e4aaf734efc314
parent15bfff9d8227b7fd175e6bfd1d54ecd0352caca6
Initial seed code for distributed KV store

This patch includes the initial seed code for KV store.

Subsequent patches will include documentation, API ref and
unit tests.

Change-Id: I6296215b6b796400947ba925a2d8c46380e16992
Issue-ID: MUSIC-23
Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
16 files changed:
.gitignore [new file with mode: 0644]
.gitreview [new file with mode: 0644]
Gopkg.lock [new file with mode: 0644]
Gopkg.toml [new file with mode: 0644]
README.md [new file with mode: 0644]
api/consulConnection.go [new file with mode: 0644]
api/consulConnection_test.go [new file with mode: 0644]
api/endpointViews.go [new file with mode: 0644]
api/endpointViews_test.go [new file with mode: 0644]
api/propertiesReader.go [new file with mode: 0644]
api/propertiesReader_test.go [new file with mode: 0644]
api/utils.go [new file with mode: 0644]
api/utils_test.go [new file with mode: 0644]
configurations/sampleAAIConfig.properties [new file with mode: 0644]
configurations/sampleAPPCConfig.properties [new file with mode: 0644]
main.go [new file with mode: 0644]