aboutsummaryrefslogtreecommitdiffstats
path: root/docs/sdcsdks.rst
blob: df8815f093256ba8adee2552c353ad91886b2887 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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 project consists of a few additional sub projects listed below:

- sdc-tosca
- sdc-jtosca
- sdc-distribution-client
- sdc-titan-cassandra

SDC SDKs Explanations
=====================

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 <https://wiki.onap.org/display/DW/SDC+Distribution+client+AID?preview=/11929307/11929304/SDC_Distribution_AID_1710_030717.docx>`_
|
|	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: `<https://github.com/thinkaurelius/titan>`_
|
|	SDC forked part of the project to override the default Titan configuration for Cassandra.
|	The change allows the use of Titan as an active passive deployment for geo-redundancy.
|
|	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 specific data center.
|	Since the project is at the end of life state the change cannot be merged back to the project.