lasp-lang / partisan

High-performance, high-scalability distributed computing for the BEAM.
https://partisan.dev
Apache License 2.0
909 stars 60 forks source link

Reliability backend needs persistence just like the causality backend. #168

Open cmeiklejohn opened 6 years ago

aramallo commented 1 year ago

I think the best approach would be to develop a behaviour and a default backend using dets or dlog. We can then define a rocksdb backend but as a separate project to avoid having rocksdb as direct dependency.

aramallo commented 1 year ago

BTW, I think Helium Recast project is following the same approach and using RocksDB