marsupialtail / quokka

Making data lake work for time series
https://marsupialtail.github.io/quokka/
Apache License 2.0
1.1k stars 60 forks source link

Remove Redis as a dependency #4

Closed marsupialtail closed 1 year ago

marsupialtail commented 2 years ago

The current data plane uses Ray for same machine comms and Redis for inter-machine comms.

Both should be replaced by a custom Arrow Flight server, with two benefits:

marsupialtail commented 2 years ago

moved data movement to flight server in PR #6