https://github.com/carlosasrc/sample-kafka-elasticsearch
A sample project with a kafka producer who fetches data from twitter and sends it to a topic consumed by an application that puts data into elasticsearch.
https://github.com/carlosasrc/sample-kafka-elasticsearch
docker docker-compose elasticsearch java kafka springboot twitter-streaming-api
Last synced: 3 months ago
JSON representation
A sample project with a kafka producer who fetches data from twitter and sends it to a topic consumed by an application that puts data into elasticsearch.
- Host: GitHub
- URL: https://github.com/carlosasrc/sample-kafka-elasticsearch
- Owner: CarlosAsrc
- Created: 2020-02-29T19:28:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T16:02:05.000Z (almost 6 years ago)
- Last Synced: 2025-06-27T11:51:16.505Z (about 1 year ago)
- Topics: docker, docker-compose, elasticsearch, java, kafka, springboot, twitter-streaming-api
- Language: Java
- Homepage:
- Size: 37.1 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sample-kafka-elasticsearch
## Purpose
A sample project with a kafka producer who fetches data from twitter and sends it to a topic consumed by an application that puts data into elasticsearch.
## Running
## Architecture General Description
### Twitter Kafka Producer
### Elasticsearch Kafka Consumer
### Kafka Setup
### ElasticSearch Setup
## Tools and References
- [Apache Kafka for Beginners Course](https://www.udemy.com/course/apache-kafka/)
- Project management with [Trello](https://trello.com/b/ukEPR6Cs/sample-kafka) board.