Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goyoo/codis-docker
https://github.com/goyoo/codis-docker
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/goyoo/codis-docker
- Owner: Goyoo
- Created: 2015-09-21T15:27:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-23T03:56:58.000Z (over 9 years ago)
- Last Synced: 2023-03-03T05:56:57.413Z (almost 2 years ago)
- Language: Go
- Size: 13.1 MB
- Stars: 11
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Docker Version For Codis
============Docker Hack Day Project, Beijing, 2015
Dodis is a redis cluster solution based on Docker and codis. It supports auto scaling, data failover, data auto rebalance, multi-tenant. Based on Docker, Dodis is very easy to be deployed and it can make great use of server resources dynamically. Each Dodis instance including proxies, redis nodes, dodis-server, etcd modules.
### Keywords
`Docker`, `Etcd`, `Fleet`, `Codis`
### Features
- Auto Scaling. With health stats, Dodis can dynamic change the proxy and redis instances amount depending on traffic and memory requirement.
- Data Failover. There are backup redis nodes in each group of redis cluster. When primary redis dead, it will bring up second one to primary role and keep data safe and working.
- Multi-tenant. Each Dodis instance has its own service endpoint, data is individual for each services with authorization feature.## NOTE
This Project is for DEMO only, and we will improve it for PRODUCTION SOON.
## Prepare
sh ./scripts/prepare/buildBase.sh## Build
see makefile## Error
dashboard has exist. use `make exitDashboard` to exit.
solution: zkCli.sh && ls /zk/codis/db_test/dashboard && delete /zk/codis/db_test/dashboard