Adding README and cdevents-visulaiser project under poc#1
Adding README and cdevents-visulaiser project under poc#1afrittoli merged 1 commit intocdevents:mainfrom
Conversation
6a2ed2a to
cffc22f
Compare
cc04915 to
f152b86
Compare
There was a problem hiding this comment.
Great diagram! Are we going to support multiple types of databases and have separate connectors for each one?
There was a problem hiding this comment.
Yes, In this PoC we used ArangoDB as one of the implementations to process the CDEvent, similar way many other implementations with different types of databases can be implemented to receive the CDEvent and process.
|
Is there anything preventing this from merging (apart from the DOC check)? |
|
@rjalander it would be nice to merge this PR - if you have a chance could you squash the commits and fix the DCO check, so we can merge it? |
8c10859 to
5e88182
Compare
Signed-off-by: Jalander Ramagiri <jalander.ramagiri@est.tech> adding cdevents-visualiser project Signed-off-by: Jalander Ramagiri <jalander.ramagiri@est.tech> update port to 8099 Signed-off-by: Jalander Ramagiri <jalander.ramagiri@est.tech> updating to RequestMapping Signed-off-by: Jalander Ramagiri <jalander.ramagiri@est.tech> adding grafana endpoint to send CDEvent Signed-off-by: Jalander Ramagiri <jalander.ramagiri@est.tech> update proerties value Signed-off-by: Jalander Ramagiri <jalander.ramagiri@est.tech> visualiser deploy scripts Signed-off-by: Jalander Ramagiri <jalander.ramagiri@est.tech> separating rest clients Signed-off-by: Jalander Ramagiri <jalander.ramagiri@est.tech> separating DB impl into service Signed-off-by: Jalander Ramagiri <jalander.ramagiri@est.tech> update script Signed-off-by: Jalander Ramagiri <jalander.ramagiri@est.tech> adding jackson dependency Signed-off-by: Jalander Ramagiri <jalander.ramagiri@est.tech>
5e88182 to
42b378e
Compare
|
@afrittoli fixed DCO check and squashed commits, can we merge this poc project. |
|
@rjalander - the commit is not signed, but I'll bypass this time :) |
Adding README content for reference implementation details, before we start.
This PoC is as per the presentation made on the Workgroup meetings, cdevents/presentations#25