Dqlite – High-Availability SQLite
11–20 of 120 posts
Re: Dqlite – High-Availability SQLite
#12What is the difference between this and rqlite? https://github.com/rqlite/rqlite
The main differences from rqlite are:
- Embeddable in any language that can interoperate with C
- Full support for transactions
- No need for statements to be deterministic (e.g. you can use time())
- Frame-based replication instead of statement-based replication
[1] https://github.com/canonical/dqlite/blob/master/doc/faq.md
Re: Dqlite – High-Availability SQLite
#13I used Dqlite for a side project[1], which replicates some of the features of LXD. Was relatively easy to use, but Dqlite moves at some pace and trying to keep up is quite "interesting". Anyway once I do end up getting time, I'm sure it'll be advantageous to what I'm doing. 1. https://github.com/spoke-d/thermionic
Re: Dqlite – High-Availability SQLite
#14Re: Dqlite – High-Availability SQLite
#15What can this be used for (example use cases)? Is there 24/7 support available? How long has it been around and is there a commitment to long term releases?
I added answers to your other questions to the FAQ:
https://github.com/canonical/dqlite/blob/master/doc/faq.md#w...
https://github.com/canonical/dqlite/blob/master/doc/faq.md#w...
https://github.com/canonical/dqlite/blob/master/doc/faq.md#i...
Re: Dqlite – High-Availability SQLite
#16What is the typical use case for such a thing?
Re: Dqlite – High-Availability SQLite
#17What can this be used for (example use cases)? Is there 24/7 support available? How long has it been around and is there a commitment to long term releases?
It has been around for 2 years and half, but we released v1.0.0 just yesterday. I added answers to your other questions to the FAQ: https://github.com/canonical/dqlite/blob/master/doc/faq.md#w... https://github.com/canonical/dqlite/blob/master/doc/faq.md#w... https://github.com/canonical/dqlite/blob/master/doc/faq.md#i...
Re: Dqlite – High-Availability SQLite
#18Re: Dqlite – High-Availability SQLite
#19I'm not brimming with ideas of where this would be a good fit tbh. Is anyone using it or considering it for anything?