A tool to seed your dev database with real data

A bunch of developers and myself have created RepliByte – an open-source tool to seed a development database from a production database.

Features ⚡

Support data backup and restore for PostgreSQL, MySQL and MongoDB
Replace sensitive data wi…


This content originally appeared on DEV Community and was authored by Romaric P.

A bunch of developers and myself have created RepliByte - an open-source tool to seed a development database from a production database.

Features ⚡

  • Support data backup and restore for PostgreSQL, MySQL and MongoDB
  • Replace sensitive data with fake data
  • Works on large database (> 10GB) (read Design)
  • Database Subsetting: Scale down a production database to a more reasonable size
  • Start a local database with the prod data in a single command
  • On-the-fly data (de)compression (Zlib)
  • On-the-fly data de/encryption (AES-256)
  • Fully stateless (no server, no daemon) and lightweight binary
  • Use custom transformers

My motivation

As a developer, creating a fake dataset for running tests is tedious. Plus, it does not reflect the real-world data and painful to keep updated. If you prefer to run your app tests with production data. Then RepliByte is for you as well.

Available for MacOSX, Linux and Windows.

https://github.com/qovery/replibyte give a ⭐ if you like it.


This content originally appeared on DEV Community and was authored by Romaric P.


Print Share Comment Cite Upload Translate Updates
APA

Romaric P. | Sciencx (2022-04-28T05:20:48+00:00) A tool to seed your dev database with real data. Retrieved from https://www.scien.cx/2022/04/28/a-tool-to-seed-your-dev-database-with-real-data/

MLA
" » A tool to seed your dev database with real data." Romaric P. | Sciencx - Thursday April 28, 2022, https://www.scien.cx/2022/04/28/a-tool-to-seed-your-dev-database-with-real-data/
HARVARD
Romaric P. | Sciencx Thursday April 28, 2022 » A tool to seed your dev database with real data., viewed ,<https://www.scien.cx/2022/04/28/a-tool-to-seed-your-dev-database-with-real-data/>
VANCOUVER
Romaric P. | Sciencx - » A tool to seed your dev database with real data. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/04/28/a-tool-to-seed-your-dev-database-with-real-data/
CHICAGO
" » A tool to seed your dev database with real data." Romaric P. | Sciencx - Accessed . https://www.scien.cx/2022/04/28/a-tool-to-seed-your-dev-database-with-real-data/
IEEE
" » A tool to seed your dev database with real data." Romaric P. | Sciencx [Online]. Available: https://www.scien.cx/2022/04/28/a-tool-to-seed-your-dev-database-with-real-data/. [Accessed: ]
rf:citation
» A tool to seed your dev database with real data | Romaric P. | Sciencx | https://www.scien.cx/2022/04/28/a-tool-to-seed-your-dev-database-with-real-data/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.