3 Repos
Extracts the full state of a database as a portable binary blob for backup or transfer.
Distinct from Database State Replication: Candidates focus on blockchain state or app-sync; this is about extracting the entire DB state as a blob.
Explore 3 awesome GitHub repositories matching data & databases · Database State Extraction. Refine with filters or upvote what's useful.
Dockercraft is a Cuberite-based system that visualizes running Docker containers as blocks inside a Minecraft world, providing an in-game interface for managing containers through block interactions. It maps each Docker container to a distinct block entity, linking container lifecycle events to block state changes for at-a-glance status monitoring. The project uses a Cuberite server plugin to translate in-game player actions into Docker API calls, enabling starting, stopping, and inspecting containers by interacting with their block representations. A real-time polling loop periodically queri
Customizes Minecraft world biome and terrain by passing parameters at Cuberite server launch.
Drift is a type-safe SQL persistence library and relational mapper that provides a structured way to map database tables to classes and execute SQL queries with build-time validation. It functions as a type-safe query builder and a wrapper for SQLite and PostgreSQL, eliminating manual result set parsing by binding query outputs to native objects. The project distinguishes itself through a build-time code generation system that produces type-safe APIs and validates raw SQL statements against database versions before execution. It features reactive query streaming, which transforms SQL queries
Extracts the state of the web database as a binary blob for backup or transfer.
Extracts block-level state data from Minecraft world files to enable accurate 3D map rendering.