Streaming Pipeline
Streamline your data processing with our robust pipeline. Easily ingest, process, and analyze real-time data using Docker containers for seamless deployment. Get started quickly with our simple setup instructions and start gaining insights from your data today.
Installation
Installing for Claude Desktop
Manual Configuration Required
This MCP server requires manual configuration. Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
This will open your configuration file where you can add the Streaming Pipeline MCP server manually.
steps to start the services
- cd <path/to/streaming_pipeline>
- start rabbitmq and elasticsearch first by using command
docker-compose up -d
and wait until it starts On Terminal One: - cd ./ingester
- run
bash build.sh
if linux/macos else rundocker build -t ingester .
- run
docker run -it --name ingester --network streaming_pipeline_default ingester:latest
On Termial Two: - cd ../produce_tweets
- run
bash build.sh
if linux/macos else rundocker build -t produce_tweets .
- run
docker run -it --name produce_tweets --network streaming_pipeline_default produce_tweets:latest
To get Counts:
- python get_counts.py - this is in the root folder
Details:
Stars
0Forks
0Last commit
3 years agoRepository age
3 years
Auto-fetched from GitHub .
MCP servers similar to Streaming Pipeline:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit