Idan Amit | cd53dc5 | 2017-11-02 19:20:23 +0200 | [diff] [blame] | 1 | .. This work is licensed under a Creative Commons Attribution 4.0 International License. |
| 2 | .. http://creativecommons.org/licenses/by/4.0 |
| 3 | |
| 4 | ======== |
| 5 | SDC SDKs |
| 6 | ======== |
| 7 | |
| 8 | |
| 9 | SDC SDKs List |
| 10 | ============= |
| 11 | |
kaihlavi | e9135d2 | 2019-05-17 14:54:25 +0300 | [diff] [blame] | 12 | The sdc project consists of a few additional sub projects listed below: |
Idan Amit | cd53dc5 | 2017-11-02 19:20:23 +0200 | [diff] [blame] | 13 | |
| 14 | - sdc-tosca |
| 15 | - sdc-jtosca |
| 16 | - sdc-distribution-client |
| 17 | - sdc-titan-cassandra |
| 18 | |
Idan Amit | 110602f | 2017-11-06 08:27:04 +0200 | [diff] [blame] | 19 | SDC SDKs Explanations |
| 20 | ===================== |
Idan Amit | cd53dc5 | 2017-11-02 19:20:23 +0200 | [diff] [blame] | 21 | |
| 22 | SDC-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 | |
| 29 | SDC-TITAN-CASSANDRA |
| 30 | ------------------- |
| 31 | |
Satyaki Mallick | 02a34e7 | 2018-10-24 16:12:36 +0530 | [diff] [blame] | 32 | | This is a link to the github page of Titan Project for extra reading regarding Titan DB: `<https://github.com/thinkaurelius/titan>`_ |
Idan Amit | cd53dc5 | 2017-11-02 19:20:23 +0200 | [diff] [blame] | 33 | | |
seshukm | 86b2f6d | 2018-10-03 20:35:52 +0800 | [diff] [blame] | 34 | | SDC forked part of the project to override the default Titan configuration for Cassandra. |
| 35 | | The change allows the use of Titan as an active passive deployment for geo-redundancy. |
Idan Amit | cd53dc5 | 2017-11-02 19:20:23 +0200 | [diff] [blame] | 36 | | |
| 37 | | Titan by default uses QUORUM in Cassandra on write and read operations. |
seshukm | 86b2f6d | 2018-10-03 20:35:52 +0800 | [diff] [blame] | 38 | | Using our change allows the use of local QUORUM to read and write only to a specific data center. |
Satyaki Mallick | 02a34e7 | 2018-10-24 16:12:36 +0530 | [diff] [blame] | 39 | | Since the project is at the end of life state the change cannot be merged back to the project. |
Idan Amit | cd53dc5 | 2017-11-02 19:20:23 +0200 | [diff] [blame] | 40 | |
| 41 | |