Skip to content

YugabyteDB - the cloud native distributed SQL database for mission-critical applications.

License

Notifications You must be signed in to change notification settings

yugabyte/yugabyte-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YugaByte DB


License Documentation Status Ask in forum Slack chat Stackoverflow Analytics

What is YugaByte DB?

YugaByte DB is a high-performance, cloud-native distributed SQL database. Here are the salient points about it:

  • Has a pluggable query layer, and supports two APIs:
  • Offers horizontal scalability, strong consistency, high availability
  • Extremely resilient - can tolerate disk, node, zone and region failures automatically
  • Supports geo-distributed deployments (multi-zone, multi-region, multi-cloud)
  • Can be deployed in public clouds and natively inside Kubernetes
  • Open source under the Apache 2.0 license

Read more about YugaByte DB in our docs.

Get Started

Cannot find what you are looking for? Have a question? Please post your questions or comments to our community forum.

Build Apps

YugaByte DB supports a number of languages and client drivers. Below is a brief list.

Language ORM YSQL Drivers YCQL Drivers
Java Spring/Hibernate PostgreSQL JDBC cassandra-driver-core-yb
Go Gorm pq gocql
NodeJS Sequelize pg cassandra-driver
Python SQLAlchemy psycopg2 yb-cassandra-driver
Ruby ActiveRecord pg yugabyte-ycql-driver
C# Not tested Not tested CassandraCSharpDriver
C++ Not tested libpqxx cassandra-cpp-driver
C Not tested libpq Not tested

Need Help?

Contribute

As an open source project with a strong focus on the user community, we welcome contributions as GitHub pull requests. See our Contributor Guides to get going. Discussions and RFCs for features happen on the design discussions section of our community forum.

Read More