blob: f428c3531ff2aa49c23d030acc391f07c5bec604 [file] [log] [blame]
Idan Amitcd53dc52017-11-02 19:20:23 +02001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. http://creativecommons.org/licenses/by/4.0
3
4========
5SDC SDKs
6========
7
8
9SDC SDKs List
10=============
11
12The sdc projects consists of a few additional sub projects listed below:
13
14- sdc-tosca
15- sdc-jtosca
16- sdc-distribution-client
17- sdc-titan-cassandra
18
Idan Amit110602f2017-11-06 08:27:04 +020019SDC SDKs Explanations
20=====================
Idan Amitcd53dc52017-11-02 19:20:23 +020021
22SDC-TOSCA and SDC-DISTRIBUTION-CLIENT
23-------------------------------------
24| This is a link to a document describing the usage for the sdc-tosca, sdc-jtosca and sdc-distribution-client projects: `SDC Sub Projects <https://wiki.onap.org/display/DW/SDC+Distribution+client+AID?preview=/11929307/11929304/SDC_Distribution_AID_1710_030717.docx>`_
25|
26| The link describes the use of distribution client and the sdc-tosca.
27| jtosca is used by sdc-tosca as a dependency and is not used separately
28
29SDC-TITAN-CASSANDRA
30-------------------
31
32| This is a link to the github page of titan project for extra reading regarding Titan DB: `<https://github.com/thinkaurelius/titan>`_
33|
34| SDC forked part of the project to overide the default Titan configuration for Cassandra.
35| The change allows the use of Titan as an active pasive deployment for geo redudndency.
36|
37| Titan by default uses QUORUM in Cassandra on write and read operations.
38| Using our change allows the use of local QUORUM to read and write only to a spacific data center.
39| Since the project is in end of life state the change cannot be merged back to the project.
40
41