https://github.com/bakdata/faust-bootstrap
Utility functions and base classes for Faust applications
https://github.com/bakdata/faust-bootstrap
Last synced: 12 months ago
JSON representation
Utility functions and base classes for Faust applications
- Host: GitHub
- URL: https://github.com/bakdata/faust-bootstrap
- Owner: bakdata
- License: mit
- Created: 2020-06-23T10:30:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T17:20:04.000Z (about 2 years ago)
- Last Synced: 2025-04-10T23:48:11.123Z (12 months ago)
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 7
- Watchers: 9
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# faust-bootstrap
This repository is a wrapper implementation of the [Faust](https://github.com/robinhood/faust) library.
It aims at easy development of Faust applications.
It uses the same interface as our common-kafka-streams project and can be deployed using the same Helm chart and configuration options.
Thereby, you can develop your Kafka applications in Java or Python as you wish without having to deal with different deployment configurations.
### Getting Started
You can install faust-bootstrap from pypi.
``pip install faust-bootstrap``
### Example
[Here](https://github.com/bakdata/common-kafka-streams-demo) can you get an use case example of both libraries.