Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alibaba/cobar
a proxy for sharding databases and tables
https://github.com/alibaba/cobar
Last synced: 7 days ago
JSON representation
a proxy for sharding databases and tables
- Host: GitHub
- URL: https://github.com/alibaba/cobar
- Owner: alibaba
- License: apache-2.0
- Created: 2014-01-15T11:20:09.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-08-07T02:08:43.000Z (over 1 year ago)
- Last Synced: 2024-11-28T13:07:46.011Z (14 days ago)
- Language: Java
- Homepage:
- Size: 8.6 MB
- Stars: 3,211
- Watchers: 440
- Forks: 1,219
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - alibaba/cobar - a proxy for sharding databases and tables (Java)
README
![](https://raw.githubusercontent.com/alibaba/cobar/master/doc/Cobar_logo.png)
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
![Project Status](https://img.shields.io/badge/status-release-green.svg)## What is Cobar?
Cobar is a proxy for sharding databases and tables,compatible with MySQL protocal and MySQL SQL grama,underlying storage only support MySQL for support foreground business more simple,stable,efficient and safety。
- __Sharding__
You can add new MySQL instance as your business grows.- __High availability__
Both Cobar server and underlying MySQL is clustered,business will not suffer with single node fail.- __Compatible with MySQL protocol__
Use Cobar as MySQL. You can replace MySQL with Cobar to power your application.## Roadmap
Read the [Roadmap](https://github.com/alibaba/cobar/wiki/RoadMap).
## Architecture
![](https://raw.githubusercontent.com/alibaba/cobar/master/doc/Cobar_architecture.png)
## Quick start
Read the [Quick Start](https://github.com/alibaba/cobar/wiki/Quick-Start).
## Documentation
+ [User Guide](https://github.com/alibaba/cobar/wiki/User--Guide)
+ [FAQ](https://github.com/alibaba/cobar/wiki/FAQ)## Contributing
Contributions are welcomed and greatly appreciated. See [CONTRIBUTING.md](https://github.com/alibaba/cobar/blob/master/CONTRIBUTING.md)
for details on submitting patches and the contribution workflow.## Mailing list
## License
Cobar is under the Apache 2.0 license. See the [LICENSE](https://github.com/alibaba/cobar/blob/master/LICENSE) file for details.