blob: 0a711b7b0f35eb61605f198688de195d0179b3c3 [file] [log] [blame]
JakobKriegf47eeee2020-08-17 21:04:35 +02001.. 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
5Developer Guide
6=================
7
Sarah Abouzainahf8c5f582021-01-12 14:47:21 +02008.. 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
JakobKriegb7beaee2020-12-01 14:17:11 +010018Blueprints Processor Microservice
Singal, Kapil (ks220y)83c0cd22020-10-19 10:00:59 -040019----------------------------------
20
21Micro 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
23This microservice is used to deploy Controller Blueprint Archive file in Run time database. This also helps to test the Valid CBA.
24
JakobKriegb7beaee2020-12-01 14:17:11 +010025Architecture
Singal, Kapil (ks220y)83c0cd22020-10-19 10:00:59 -040026~~~~~~~~~~~~~
27
28|image0|
29
30.. |image0| image:: media/blueprintprocessor.jpg
31 :width: 400pt
32
33
JakobKriegb7beaee2020-12-01 14:17:11 +010034Testing in local environment
35~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Singal, Kapil (ks220y)83c0cd22020-10-19 10:00:59 -040036
37Point your browser to http://localhost:8000/api/v1/execution-service/ping (please note that the port is 8000, not 8080)
38
39To authenticate, use ccsdkapps/ccsdkapps login user id and password.