From cd53dc5b978d25652535b5b4a33d6165239ec660 Mon Sep 17 00:00:00 2001 From: Idan Amit Date: Thu, 2 Nov 2017 19:20:23 +0200 Subject: Added SDC SDKs section to Read the Docs Added a section describing all the SDC SDKs Change-Id: I223f569353b8382856811afd9fd9bf8e13253639 Issue-Id: SDC-579 Signed-off-by: Idan Amit (cherry picked from commit a4a1e1fdf20d274e047a8f92dab4872172520167) --- docs/sdcsdks.rst | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 docs/sdcsdks.rst (limited to 'docs/sdcsdks.rst') diff --git a/docs/sdcsdks.rst b/docs/sdcsdks.rst new file mode 100644 index 0000000000..4cb40e83b7 --- /dev/null +++ b/docs/sdcsdks.rst @@ -0,0 +1,41 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +======== +SDC SDKs +======== + + +SDC SDKs List +============= + +The sdc projects consists of a few additional sub projects listed below: + +- sdc-tosca +- sdc-jtosca +- sdc-distribution-client +- sdc-titan-cassandra + +SDC SDKs guide +============== + +SDC-TOSCA and SDC-DISTRIBUTION-CLIENT +------------------------------------- +| This is a link to a document describing the usage for the sdc-tosca, sdc-jtosca and sdc-distribution-client projects: `SDC Sub Projects `_ +| +| The link describes the use of distribution client and the sdc-tosca. +| jtosca is used by sdc-tosca as a dependency and is not used separately + +SDC-TITAN-CASSANDRA +------------------- + +| This is a link to the github page of titan project for extra reading regarding Titan DB: ``_ +| +| SDC forked part of the project to overide the default Titan configuration for Cassandra. +| The change allows the use of Titan as an active pasive deployment for geo redudndency. +| +| Titan by default uses QUORUM in Cassandra on write and read operations. +| Using our change allows the use of local QUORUM to read and write only to a spacific data center. +| Since the project is in end of life state the change cannot be merged back to the project. + + -- cgit 1.2.3-korg