marcosschroh / cookiecutter-faust

A Cookiecutter template for creating Faust projects quickly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add rocks db integration

marcosschroh opened this issue · comments

Because Faust can use rocksdb to persist data would be a good improvement to add the option use_rock_db [n]. If the answer is y the app.py should be configured with rocksdb, the docker-compose has to include it, and maybe the settings.py has to be updated as well with some db credentials.

Hi,

First of all thanks alot for the nice cookiecutter. I have recently tested faust with rocksdb installation in a docker container. The implementation is here. If you are open to include rocksdb in this project I can send you a PR.

Hi @sohaibfarooqi

You're welcome!! Yes, awesome! Looking forward to see it!

Here is the PR for your review #30

closed by #30