Hacker News new | ask | show | jobs
by thomasmarcelis 1839 days ago
Thats close to our use case. We use it to sync a small amount of configuration data across a small amount of servers (2-50, depending client).

RQlite was perfect as our software is an addon for a legacy platform. We needed an easy low-access way of installing a distributed datastore.

1 comments

Cool. Did you use read-only nodes, by any chance?

https://github.com/rqlite/rqlite/blob/master/DOC/READ_ONLY_N...