Pigsty is a comprehensive database infrastructure orchestration platform designed to automate the full lifecycle of high-availability PostgreSQL clusters. It functions as an infrastructure-as-code framework that manages cluster coordination, node provisioning, and service discovery through idempotent playbooks. By integrating distributed consensus mechanisms, the platform ensures automated failover and consistent state enforcement across diverse environments, including bare metal and virtualized infrastructure. The platform distinguishes itself through a robust suite of operational capabiliti
Tinbase is a portable backend emulator designed to mirror cloud-hosted service interfaces for local development. It provides a single-binary environment that simulates database, authentication, and storage services, allowing developers to test applications using standard client libraries without requiring containerized infrastructure or external network dependencies. The project distinguishes itself by embedding a full-featured relational database engine and a security policy enforcement layer directly within the application runtime. By intercepting and translating standard backend requests,
firebase-tools is a command-line interface and cloud resource orchestrator used to manage, test, and deploy Firebase projects. It serves as the primary tool for administering cloud resources, configuring project settings, and handling authentication from a terminal. The project includes a local cloud service emulator that allows developers to run local versions of cloud services to verify behavior before production deployment. It also implements a server based on the Model Context Protocol to expose project data and service controls to AI assistants. The tool covers a wide range of operation
Gel is an object-relational database system that models data as a graph of interconnected objects. By utilizing a strongly typed schema, it enables complex relational queries and polymorphic data structures without the need for traditional join tables. The system integrates native vector storage and similarity search operators, allowing it to function as both a relational and a vector database for semantic data retrieval. The platform distinguishes itself through a comprehensive suite of developer-centric automation tools. It features a declarative migration system that tracks and versions sc
Stellar is a command-line utility designed to manage local PostgreSQL database states by capturing and restoring snapshots. It functions as a development tool that enables rapid environment provisioning and state switching, allowing users to maintain consistent database configurations during iterative testing and debugging cycles.
The main features of fastmonkeys/stellar are: Local Database Development Tools, Filesystem Pointer Swaps, PostgreSQL Snapshot Utilities, Database Provisioning, Database State Restoration, Database Versioning, Database Snapshots, Zero-Copy Cloning.
Open-source alternatives to fastmonkeys/stellar include: vonng/pigsty — Pigsty is a comprehensive database infrastructure orchestration platform designed to automate the full lifecycle of… tinbase/tinbase — Tinbase is a portable backend emulator designed to mirror cloud-hosted service interfaces for local development. It… firebase/firebase-tools — firebase-tools is a command-line interface and cloud resource orchestrator used to manage, test, and deploy Firebase… geldata/gel — Gel is an object-relational database system that models data as a graph of interconnected objects. By utilizing a… w3tecch/typeorm-seeding — TypeORM Seeding is a development utility designed to automate database population and schema management within… dolthub/dolt — Dolt is a relational database engine that integrates version control directly into the database management layer. It…