1 repositorio
Uploading transformed or anonymized database dumps to a persistent datastore.
Distinct from Compressed Database Dumps: Focuses on the upload of processed files rather than the creation of compressed dumps
Explore 1 awesome GitHub repository matching data & databases · Processed Dump Uploads. Refine with filters or upvote what's useful.
Replibyte is a tool that automates the lifecycle of database snapshots for non-production environments, handling the export, anonymization, subsetting, and restoration of data. It is designed to support privacy-compliant development workflows by replacing sensitive production data with synthetic values and extracting consistent subsets of rows while preserving referential integrity. The tool operates through a configurable pipeline defined in a YAML file, orchestrating stages such as dump, anonymize, subset, and restore. Each operation runs as an isolated, ephemeral container job, and snapsho
Automatically removes database dumps older than a configurable number of days.