river
river copied to clipboard
A high-throughput, structured streaming framework built atop Redis Streams. C++, Python, and MATLAB support.
Following the examples, i run ```GLOG_alsologtostderr=1 river-ingester -h 127.0.0.1 -o river_streams``` to ingest the data. After that, ```ls -R river_streams```, which ran fine, too. After that i tried ```python -c...
I installed Redis 7.0.4 and used a fresh conda environment to install your package. Running the [writer script](https://pbotros.github.io/river/docs/tutorial.html#writing) alone runs find. Running the [reader script](https://pbotros.github.io/river/docs/tutorial.html#reading) afterwards fails as river was...