JakobKrieg | f47eeee | 2020-08-17 21:04:35 +0200 | [diff] [blame] | 1 | .. This work is licensed under a Creative Commons Attribution 4.0 |
| 2 | .. International License. http://creativecommons.org/licenses/by/4.0 |
| 3 | .. Copyright (C) 2020 Deutsche Telekom AG. |
| 4 | |
| 5 | Developer Guide |
| 6 | ================= |
| 7 | |
Sarah Abouzainah | f8c5f58 | 2021-01-12 14:47:21 +0200 | [diff] [blame^] | 8 | .. note:: |
| 9 | **Get Started with CDS** |
| 10 | |
| 11 | .. toctree:: |
| 12 | :maxdepth: 1 |
| 13 | |
| 14 | running-bp-processor-in-ide |
| 15 | running-cds-ui-locally |
| 16 | |
| 17 | |
JakobKrieg | b7beaee | 2020-12-01 14:17:11 +0100 | [diff] [blame] | 18 | Blueprints Processor Microservice |
Singal, Kapil (ks220y) | 83c0cd2 | 2020-10-19 10:00:59 -0400 | [diff] [blame] | 19 | ---------------------------------- |
| 20 | |
| 21 | Micro service to Manage Controller Blueprint Models, such as Resource Dictionary, Service Models, Velocity Templates etc, which will serve service for Controller Design Studio and Controller runtimes. |
| 22 | |
| 23 | This microservice is used to deploy Controller Blueprint Archive file in Run time database. This also helps to test the Valid CBA. |
| 24 | |
JakobKrieg | b7beaee | 2020-12-01 14:17:11 +0100 | [diff] [blame] | 25 | Architecture |
Singal, Kapil (ks220y) | 83c0cd2 | 2020-10-19 10:00:59 -0400 | [diff] [blame] | 26 | ~~~~~~~~~~~~~ |
| 27 | |
| 28 | |image0| |
| 29 | |
| 30 | .. |image0| image:: media/blueprintprocessor.jpg |
| 31 | :width: 400pt |
| 32 | |
| 33 | |
JakobKrieg | b7beaee | 2020-12-01 14:17:11 +0100 | [diff] [blame] | 34 | Testing in local environment |
| 35 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
Singal, Kapil (ks220y) | 83c0cd2 | 2020-10-19 10:00:59 -0400 | [diff] [blame] | 36 | |
| 37 | Point your browser to http://localhost:8000/api/v1/execution-service/ping (please note that the port is 8000, not 8080) |
| 38 | |
| 39 | To authenticate, use ccsdkapps/ccsdkapps login user id and password. |