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 | |
JakobKrieg | b7beaee | 2020-12-01 14:17:11 +0100 | [diff] [blame^] | 8 | Blueprints Processor Microservice |
Singal, Kapil (ks220y) | 83c0cd2 | 2020-10-19 10:00:59 -0400 | [diff] [blame] | 9 | ---------------------------------- |
| 10 | |
| 11 | 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. |
| 12 | |
| 13 | This microservice is used to deploy Controller Blueprint Archive file in Run time database. This also helps to test the Valid CBA. |
| 14 | |
JakobKrieg | f47eeee | 2020-08-17 21:04:35 +0200 | [diff] [blame] | 15 | .. toctree:: |
JakobKrieg | b7beaee | 2020-12-01 14:17:11 +0100 | [diff] [blame^] | 16 | :caption: Guide how to run Blueprint Processor in an IDE: |
JakobKrieg | f47eeee | 2020-08-17 21:04:35 +0200 | [diff] [blame] | 17 | :maxdepth: 1 |
| 18 | |
Singal, Kapil (ks220y) | 83c0cd2 | 2020-10-19 10:00:59 -0400 | [diff] [blame] | 19 | running-bp-processor-in-ide |
| 20 | |
JakobKrieg | b7beaee | 2020-12-01 14:17:11 +0100 | [diff] [blame^] | 21 | Architecture |
Singal, Kapil (ks220y) | 83c0cd2 | 2020-10-19 10:00:59 -0400 | [diff] [blame] | 22 | ~~~~~~~~~~~~~ |
| 23 | |
| 24 | |image0| |
| 25 | |
| 26 | .. |image0| image:: media/blueprintprocessor.jpg |
| 27 | :width: 400pt |
| 28 | |
| 29 | |
JakobKrieg | b7beaee | 2020-12-01 14:17:11 +0100 | [diff] [blame^] | 30 | Testing in local environment |
| 31 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
Singal, Kapil (ks220y) | 83c0cd2 | 2020-10-19 10:00:59 -0400 | [diff] [blame] | 32 | |
| 33 | Point your browser to http://localhost:8000/api/v1/execution-service/ping (please note that the port is 8000, not 8080) |
| 34 | |
| 35 | To authenticate, use ccsdkapps/ccsdkapps login user id and password. |