Skip to content

ghyathmoussa/real-time-data-pipeline

Repository files navigation

Real Time Pipeline Template

This template allow you to create a pipeline that use Redis, Kafka, and Elasticsearch.

Note: This is just a template you can modify it as your needs

Prerequisites

  • Docker
  • python>=3.8

Installation

.env

PIPELINE_APP_NAME=
KAFKA_HOST=
KAFKA_PORT=
KAFKA_CONSUMER_GROUP=
KAFKA_SOURCE_TOPIC=
KAFKA_DESTINATION_TOPIC=
REDIS_HOST=
REDIS_PORT=
REDIS_PASSWORD=
ES_HOST=
ES_PORT=
ES_INDEX_NAME=
ES_USER=
ES_PASSWORD=

Run

  • Run docker-compose up -d
  • go to localhost:5544/docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published