Experimental ETL pipeline built in Rust
Designed to extract and transform GitHub data using Kafka and load it into Neo4j for graph-based analysis
docker-compose up -d
cargo run --bin gh-etl-producer
In different session,
cargo run --bin gh-etl-consumer