Ease-of-development: Running the analytics data pipeline in DIGIT via docker compose #378
subhashini-egov
started this conversation in
Tech
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The real-time analytics data pipeline in DIGIT 2.9 LTS consists of the following services:
Kafka
Indexer
KafkaConnect + ES sink connector
ElasticSearch
Kibana
If you are a service developer and you'd like to test your indexer configuration, ES indexes and Kibana dashboards locally, this post is for you!
We have a document that will help developers run all the services (except Indexer) via docker compose. The indexer can be run locally against these services to validate the configuration and to verify if data is being pushed to ES indexes. Please do check it out and share your feedback on this discussion thread!
Beta Was this translation helpful? Give feedback.
All reactions