docker-dbaas
docker-dbaas copied to clipboard
Docker Databases As A Service
trafficstars
Docker Databases As A Service
Current stage: Alpha
Purpose & features
- Deploy and monitor MySQL and MongoDB (soon) databases on Docker
- Command line tool
- Web UI
- Pluggable database type (write your own adapter)

Install
$ git clone https://github.com/abulte/docker-dbaas.git
$ cd docker-dbaas
# create virtual env
$ virtualenv pyenv
$ . pyenv/bin/activate
# install requirements
$ pip install -r requirements.txt -r requirements-opt.txt
# run web server
$ python webapp.py
# or use command line
$ python dbaas.py <command>
Use
TODO
Depends and uses
TODO
- MongoDB support
- Implement "port mapping?" option
- See about the circular imports ugly mess (Flask Plugin/Extension?)
- Automatic tests