All Projects → actiontech → Dble

actiontech / Dble

Licence: gpl-2.0
A High Scalability Middle-ware for MySQL Sharding

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Dble

Dble Docs Cn
Documents for dble in Chinese
Stars: ✭ 80 (-89.66%)
Mutual labels:  sharding, mysql, distributed-database
Antsdb
AntsDB is a low latency, high concurrency, MySQL compliant SQL layer for HBase
Stars: ✭ 99 (-87.21%)
Mutual labels:  mysql, distributed-database
Mycat2
MySQL Proxy using Java NIO based on Sharding SQL,Calcite ,simple and fast
Stars: ✭ 750 (-3.1%)
Mutual labels:  sharding, mysql
Scalardb
Universal transaction manager
Stars: ✭ 178 (-77%)
Mutual labels:  mysql, distributed-database
Cetus
Cetus is a high performance middleware that provides transparent routing between your application and any backend MySQL Servers.
Stars: ✭ 1,199 (+54.91%)
Mutual labels:  sharding, mysql
Shardingsphere
Build criterion and ecosystem above multi-model databases
Stars: ✭ 14,989 (+1836.56%)
Mutual labels:  mysql, distributed-database
Tidb
TiDB is an open source distributed HTAP database compatible with the MySQL protocol
Stars: ✭ 29,871 (+3759.3%)
Mutual labels:  mysql, distributed-database
Mysql Notes
MySQL 学习笔记
Stars: ✭ 227 (-70.67%)
Mutual labels:  mysql, distributed-database
Zanredisdb
Yet another distributed kvstore support redis data and index. moved to: https://github.com/youzan/ZanRedisDB
Stars: ✭ 64 (-91.73%)
Mutual labels:  sharding, distributed-database
Sharding Method
分表分库的新思路——服务层Sharding框架,全SQL、全数据库兼容,ACID特性与原生数据库一致,能实现RR级别读写分离,无SQL解析性能更高
Stars: ✭ 188 (-75.71%)
Mutual labels:  sharding, mysql
Citus
Distributed PostgreSQL as an extension
Stars: ✭ 5,580 (+620.93%)
Mutual labels:  sharding, distributed-database
Nopcommerce
The most popular open-source eCommerce shopping cart solution based on ASP.NET Core
Stars: ✭ 6,827 (+782.04%)
Mutual labels:  mysql
Program O
PHP MySQL AIML Chatbot - One click installation. Fully loaded admin area to admin your chatbot. Set up multiple chatbots. Foreign language support. XML/JSON responses or just plain HTML. Massive community of users. Twitter Plugins and lots and lots more. Please feel free to fork the DEV branch and contribute. :)
Stars: ✭ 712 (-8.01%)
Mutual labels:  mysql
Bookshelf
A simple Node.js ORM for PostgreSQL, MySQL and SQLite3 built on top of Knex.js
Stars: ✭ 6,252 (+707.75%)
Mutual labels:  mysql
Baikaldb
BaikalDB, A Distributed HTAP Database.
Stars: ✭ 707 (-8.66%)
Mutual labels:  mysql
Mybb
MyBB is a free and open source forum software.
Stars: ✭ 750 (-3.1%)
Mutual labels:  mysql
Bifrost
Bifrost ---- 面向生产环境的 MySQL 同步到Redis,MongoDB,ClickHouse,MySQL等服务的异构中间件
Stars: ✭ 701 (-9.43%)
Mutual labels:  mysql
Metabase
The simplest, fastest way to get business intelligence and analytics to everyone in your company 😋
Stars: ✭ 26,803 (+3362.92%)
Mutual labels:  mysql
Sqldef
Idempotent MySQL/PostgreSQL schema management by SQL
Stars: ✭ 762 (-1.55%)
Mutual labels:  mysql
Migrate
Database migrations. CLI and Golang library.
Stars: ✭ 7,712 (+896.38%)
Mutual labels:  mysql

dble

GitHub issues GitHub closed issues GitHub forks GitHub stars GitHub contributors GitHub license

Code Quality: Java Travis-ci build GitHub release GitHub download status

dble (pronouced "double", less bug and no "ou") is maintained by ActionTech.

What is dble?

dble is a high scalability middle-ware for MySQL sharding.

  • Sharding As your business grows, you can use dble to replace the origin single MySQL instance.

  • Compatible with MySQL protocol Use dble as same as MySQL. You can replace MySQL with dble to power your application without changing a single line of code in most cases.

  • High availability dble server can be used as clustered, business will not suffer from single node fail.

  • SQL Support Support(some in Roadmap) SQL 92 standard and MySQL dialect. We support complex SQL query like group by, order by, distinct, join ,union, sub-query(in Roadmap) and so on.

  • Complex Query Optimization Optimize the complex query, including, without limitation, Global-table join sharding-table, ER-relation tables, Sub-Queries, Simplifying select items, and the like.

  • Distributed Transaction Support Distributed Transaction using two-phase commit. You can choose normal mode for performance or XA mode for data safety, of course, the XA mode dependent on MySQL-5.7's XA Transaction, MySQL node's high availability and data reliability of disk.

History

dble is based on MyCat. First of all, thanks to the contributors from MyCat.

For us, focusing on MySQL is a better choice. So we cancelled the support for other databases, deeply improved/optimized its behavior on compatibility, complex query and distributed transaction. And of course, fixed lots of bugs.

For more details, see Roadmap and Issues .

Roadmap

Read the Roadmap.

Architecture

architecture

Quick start

Read the Quick Start or Quick Start With Docker or Quick Start With Docker-Compose.

参见文档快速开始或者Docker快速开始或者Docker-Compose快速开始.

Official website

For more information, please visit the official website.

Documentation

Contributing

Contributions are welcomed and greatly appreciated. See CONTRIBUTING.md for details on submitting patches and the contribution workflow.

Community

Contact us

Dble has enterprise support plans, you may contact our sales team:

  • Global Sales: 400-820-6580
  • North China: 86-13718877200, Mr.Wang
  • South China: 86-18503063188, Mr.Cao
  • East China: 86-18930110869, Mr.Liang
  • South-West China: 86-13540040119, Mr.Hong
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].