Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free. Learn more →
Rqlite Alternatives
Similar projects and alternatives to rqlite
-
-
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
-
litefs
FUSE-based file system for replicating SQLite databases across a cluster of machines
-
TinyGo
Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
-
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
-
Bedrock
Rock solid distributed database specializing in active/active automatic failover and WAN replication (by Expensify)
-
-
go-cache
An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
-
-
-
budibase
Budibase is an open-source low code platform that helps you build internal tools in minutes 🚀
-
sqlitebrowser
Official home of the DB Browser for SQLite (DB4S) project. Previously known as "SQLite Database Browser" and "Database Browser for SQLite". Website at:
-
-
Gotify
A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui) (by gotify)
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
rqlite reviews and mentions
-
Hctree is an experimental high-concurrency database back end for SQLite
Meaning something like rqlite[1]? The age of fat desktop clients all connecting back to the central SQL server is long behind us, so yeah there is probably little reason beyond fun for something like that, but where there is fun!
-
LiteSync – Easy synchronization of SQLite databases
rqlite author here -- happy to answer any questions. While rqlite[1] does replicate a SQLite database, it's not simply a replication system (just to be clear). It's a distributed database that uses SQLite as its database engine, and replicates for fault tolerance. That said, it mostly exposes SQLite via its HTTP API, so can work for many SQLite applications[2].
[2] https://rqlite.io/docs/faq/#is-it-a-drop-in-replacement-for-...
-
Go and SQLite in the Cloud
Once you need to graduate from one large server (which will take you a long way in many cases), there are tools like [rqlite](https://github.com/rqlite/rqlite) that can handle clustering. With WAL mode enabled, SQLite can handle a surprising amount of traffic that would fit a lot of use cases.
This is nice, I've used Litestream for a personal project. I wonder how it compares to something like rqlite [1] with larger datasets
- Crsql – Multi-writer and CRDT support for SQLite
-
Ntfy.sh – Send push notifications to your phone via PUT/POST
rqlite[1] author here, happy to answer any questions about if it helps.
rqlite will give you HA, but won't help with load (rqlite replicated for reliability, not for write performance). But I like to think the it'll give you solid HA. Replicated just swapped replaced their use of Postgres with rqlite for this reason[2].
[1] https://github.com/rqlite/rqlite
[2] https://www.replicated.com/blog/app-manager-with-rqlite/
- Soul – A SQLite RESTful Server
-
Litestream doesn't do SQLite replication anymore (LiteFS does)
Why not use https://github.com/rqlite/rqlite ?
You have to write to the SQLite via the rqlite HTTP API but it will replicate the data to N nodes (at least 20) via RAFT and then others can read-only the SQLite replica files directly; and file-permissions prevent the accidental write.
-
SQLite: QEMU All over Again?
As for rqlite.... see this FAQ entry: https://github.com/rqlite/rqlite/blob/master/DOC/FAQ.md#why-...
-
A note from our sponsor - SonarQube
www.sonarqube.org | 3 Feb 2023
Stats
rqlite/rqlite is an open source project licensed under MIT License which is an OSI approved license.