snowplow-archive / factotum-server

10 stars 2 forks source link

Add support for RocksDB for state storage #4

Open alexanderdean opened 7 years ago

alexanderdean commented 7 years ago

If somebody wants to use a single-server Factotum Server, then it would be nice to have the option for non-distributed state storage too, as an alternative to Consul. RocksDB is a nice option here:

http://rocksdb.org/

Doing this sooner rather than later will stop too many Consul-isms creeping into Factotum Server.

robbinhan commented 6 years ago

I want implement dev environment, but rocksdb also need install. I want use sled replace it

robbinhan commented 6 years ago

Now it's support sled. my sled branch here