# cobar **Repository Path**: coder-sunxy/cobar ## Basic Information - **Project Name**: cobar - **Description**: Cobar是关系型数据的分布式处理系统,它可以在分布式的环境下像传统数据库一样为您提供海量数据服务 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/cobar - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2023-03-21 - **Last Updated**: 2023-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 alibaba_cobar@googlegroups.com ## License Cobar is under the Apache 2.0 license. See the [LICENSE](https://github.com/alibaba/cobar/blob/master/LICENSE) file for details.