1 Repo
HTTP interfaces specifically for managing database clusters and operations.
Distinct from HTTP API Interfaces: Specializes HTTP API interfaces for database cluster management rather than container management.
Explore 1 awesome GitHub repository matching devops & infrastructure · Database Management Interfaces. Refine with filters or upvote what's useful.
rqlite is a distributed relational database that replicates SQLite data across a cluster using the Raft consensus algorithm. It functions as a fault-tolerant storage system that provides high availability and a web API for executing SQL queries and managing relational data without requiring native database drivers. The system distinguishes itself by using an HTTP SQL interface to expose database operations and cluster management. It features a real-time change data capture stream that pushes database mutations to external HTTP endpoints via webhooks and supports the scaling of read throughput
Exposes database operations and cluster management through a RESTful API for remote client interaction.