faust
Package — Data EngineeringPython 3.7+Advanced
Stream processing library inspired by Kafka Streams
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- mode-streaming, aiohttp, click, croniter, mypy-extensions, opentracing, robinhood-aiokafka, terminaltables, venusian, yarl
- Install
pip install faust-streaming
Learn by Difficulty
Quick Example
python
# Install: pip install faust-streaming import faust # Basic faust usage print(f"Using faust") # See documentation for detailed examples
faust is a third-party package. Stream processing library inspired by Kafka Streams. Install with: pip install faust-streaming
Try in PlaygroundTags
packagedata-engineeringetlpipeline