Skip to content

fabienamico/docker-dbaas

 
 

Repository files navigation

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)

Screenshot

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

About

Docker Databases As A Service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published