Skip to content
/ tidb Public
forked from pingcap/tidb

TiDB is a distributed HTAP database compatible with the MySQL protocol

License

Notifications You must be signed in to change notification settings

maduhu/tidb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f80484f · Apr 23, 2018
Dec 15, 2017
Apr 23, 2016
Apr 20, 2018
Apr 3, 2018
Apr 17, 2018
Apr 20, 2018
Apr 21, 2018
Mar 9, 2018
Apr 10, 2018
Apr 21, 2018
Apr 18, 2018
Jan 29, 2018
Apr 26, 2017
Mar 23, 2018
Apr 20, 2018
Apr 13, 2018
Apr 13, 2018
Apr 20, 2018
Apr 11, 2018
Feb 26, 2018
Apr 20, 2018
Mar 19, 2018
Apr 21, 2018
Apr 3, 2018
Apr 16, 2018
Apr 20, 2018
Apr 20, 2018
Apr 18, 2018
Apr 20, 2018
Apr 13, 2018
Apr 16, 2018
Mar 28, 2018
Jan 5, 2018
Apr 20, 2018
Apr 13, 2018
Apr 20, 2018
Apr 18, 2018
Mar 6, 2018
Jun 30, 2016
Mar 5, 2017
Aug 30, 2017
Feb 22, 2018
Mar 15, 2018
Jun 30, 2017
Dec 6, 2017
Apr 4, 2018
Jan 29, 2018
May 15, 2017
Apr 23, 2016
Apr 23, 2018
Apr 11, 2018
Jun 5, 2017
Jan 4, 2018
Feb 22, 2018
Apr 28, 2017
Sep 17, 2016

Repository files navigation

Build Status Go Report Card Project Status CircleCI Status Coverage Status

What is TiDB?

TiDB (The pronunciation is: /'taɪdiːbi:/ tai-D-B, etymology: titanium) is an open source distributed scalable Hybrid Transactional and Analytical Processing (HTAP) database built by PingCAP. Inspired by the design of Google F1 and Google Spanner, TiDB features infinite horizontal scalability, strong consistency, and high availability. The goal of TiDB is to serve as a one-stop solution for both OLTP (Online Transactional Processing) and OLAP (Online Analytical Processing).

  • Horizontal scalability

    TiDB provides horizontal scalability simply by adding new nodes. Never worry about infrastructure capacity ever again.

  • MySQL compatibility

    Easily replace MySQL with TiDB to power your applications without changing a single line of code in most cases and still benefit from the MySQL ecosystem.

  • Distributed transaction

    TiDB is your source of truth, guaranteeing ACID compliance, so your data is accurate and reliable anytime, anywhere.

  • Cloud Native

    TiDB is designed to work in the cloud -- public, private, or hybrid -- making deployment, provisioning, and maintenance drop-dead simple.

  • No more ETL

    ETL (Extract, Transform and Load) is no longer necessary with TiDB's hybrid OLTP/OLAP architecture, enabling you to create new values for your users, easier and faster.

  • High availability

    With TiDB, your data and applications are always on and continuously available, so your users are never disappointed.

For more details, see How we build TiDB.

Adopters

You can view the list of TiDB adopters here.

Roadmap

Read the Roadmap.

Quick start

Read the Quick Start.

Documentation

Architecture

architecture

Contributing

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

Connect with us

License

TiDB is under the Apache 2.0 license. See the LICENSE file for details.

Acknowledgments

About

TiDB is a distributed HTAP database compatible with the MySQL protocol

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.8%
  • Yacc 1.9%
  • Other 0.3%