https://github.com/slok/mydumpster
Mysql dump based on a config file experiment
https://github.com/slok/mydumpster
Last synced: 6 months ago
JSON representation
Mysql dump based on a config file experiment
- Host: GitHub
- URL: https://github.com/slok/mydumpster
- Owner: slok
- License: mit
- Created: 2014-07-31T18:59:47.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-19T17:37:36.000Z (about 11 years ago)
- Last Synced: 2025-02-16T07:55:23.042Z (8 months ago)
- Language: Go
- Size: 301 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mydumpster
==========Mysql dumps based on a config file
NOT READY FOR USE
-----------------
Some features work, for now don't use it, we are working hard to get an
stable version, be patient :)|Workflow | CI |
|---------|----|
| [](http://waffle.io/slok/mydumpster) | [](https://travis-ci.org/slok/mydumpster)|Description
-----------We always want dumps from our databases, but sometimes we don't want all the database,
imagine a dev team that has a 2GB database and downloads these dumps every few days
to develop, but at the end of the day this team only used the latest registries
of teh database (imagine a 3% of the database), that sucksThis project takes this problem and tries to solve it. The dumps are configured
in simple json files so you can do easily different custom dumps.Dependencies
------------
* github.com/go-sql-driver/mysql
* github.com/op/go-loggingFeatures (planned)
------------------* Censore database
* Dump N tables
* Filter tables (a.k.a get me only the rows that I need)
* Referential integrity
* dump in parallel (warning!)
* Foreign key automatic discovery when dumping
* JSON config filesLicense
-------
MITAuthor
------
Xabier Larrakoetxea