TiDB
MySQL-compatible distributed SQL database that scales horizontally while supporting both transactional and analytical workloads.
Overview
TiDB speaks the MySQL protocol, so existing MySQL applications and tools can connect to it with minimal changes, while the database itself is horizontally scalable and distributed under the hood - solving MySQL's traditional scaling limits without giving up SQL and relational features. It supports both transactional (OLTP) and analytical (OLAP) queries in one system.
TiDB is a fit for teams that have outgrown a single MySQL instance and want horizontal scalability without switching to a NoSQL data model or rewriting their application's SQL layer.
- Categories
- Database
- Languages
- Go
- License
- Apache-2.0
Related Projects
Appwrite
BSD-3-ClauseOpen-source backend platform providing authentication, databases, storage, functions and realtime APIs, self-hosted or as a managed cloud service.
- Backend
- Database
- Authentication & Security
Cassandra
Apache-2.0Distributed wide-column NoSQL database designed for massive scale and zero single point of failure across multiple data centers.
- Database
FoundationDB
Apache-2.0Distributed, ordered key-value store with strong ACID transaction guarantees, designed as a reliable storage substrate for other systems.
- Database
Hasura
Apache-2.0Instant GraphQL and REST APIs on top of PostgreSQL and other databases, via Data Connectors.
- Backend
- API
- Database
Spotted an error? Suggest an edit on GitHub.