All Projects → oceanbase → oceanbase

oceanbase / oceanbase

Licence: other
OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards.

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
Yacc
648 projects
c
50402 projects - #5 most used programming language
CMake
9771 projects
go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to oceanbase

Tidb
TiDB is an open source distributed HTAP database compatible with the MySQL protocol
Stars: ✭ 29,871 (+568.85%)
Mutual labels:  scale, htap
Dgraph
Native GraphQL Database with graph backend
Stars: ✭ 17,127 (+283.5%)
Mutual labels:  scale, distributed
yang-db
YANGDB Open-source, Scalable, Non-native Graph database (Powered by Elasticsearch)
Stars: ✭ 92 (-97.94%)
Mutual labels:  scale, distributed
Citus
Distributed PostgreSQL as an extension
Stars: ✭ 5,580 (+24.94%)
Mutual labels:  scale, relational-database
spicedb
Open Source, Google Zanzibar-inspired fine-grained permissions database
Stars: ✭ 3,358 (-24.81%)
Mutual labels:  scale, distributed
paxakos
Rust implementation of Paxos consensus algorithm
Stars: ✭ 79 (-98.23%)
Mutual labels:  distributed, paxos
Raft-Paxos-Sample
MIT6.824实现分布式一致性算法——Raft&Paxos
Stars: ✭ 37 (-99.17%)
Mutual labels:  distributed, paxos
2017-highload-kv
Курсовой проект 2017 года курса "Проектирование высоконагруженных систем"
Stars: ✭ 26 (-99.42%)
Mutual labels:  distributed
dnr-editor
Distributed Data-Flow Coordination Platform Based on Node-RED
Stars: ✭ 72 (-98.39%)
Mutual labels:  distributed
kshaka
Kshaka is a Go implementation of the CASPaxos consensus protocol.
Stars: ✭ 23 (-99.48%)
Mutual labels:  paxos
paper
Computer Foundations Practices
Stars: ✭ 17 (-99.62%)
Mutual labels:  paxos
NScrapy
NScrapy is a .net core corss platform Distributed Spider Framework which provide an easy way to write your own Spider
Stars: ✭ 88 (-98.03%)
Mutual labels:  distributed
phylanx
An Asynchronous Distributed C++ Array Processing Toolkit
Stars: ✭ 71 (-98.41%)
Mutual labels:  distributed
HTSDCycleScrollView
一款基于SDScrollView的轮播图控件,对源码进行了修改,可切换为滚动时图片带有缩放效果的模式,可改变PageControl小圆点的样式
Stars: ✭ 48 (-98.93%)
Mutual labels:  scale
scalecube-config
ScaleCube Config is a configuration access management library for JVM based distributed applications
Stars: ✭ 15 (-99.66%)
Mutual labels:  distributed
docs
Documentation repo of nebula orchestration system
Stars: ✭ 16 (-99.64%)
Mutual labels:  distributed
flutter scale aware
🎗 Scale-based layouts with a bit more ease, powered by extensions.
Stars: ✭ 26 (-99.42%)
Mutual labels:  scale
semagrow
A SPARQL query federator of heterogeneous data sources
Stars: ✭ 27 (-99.4%)
Mutual labels:  distributed
insightedge
InsightEdge Core
Stars: ✭ 22 (-99.51%)
Mutual labels:  distributed
cachegrand
cachegrand is an open-source fast, scalable and secure Key-Value store, also fully compatible with Redis protocol, designed from the ground up to take advantage of modern hardware vertical scalability, able to provide better performance and a larger cache at lower cost, without losing focus on distributed systems.
Stars: ✭ 87 (-98.05%)
Mutual labels:  distributed

What is OceanBase Database

OceanBase Database is a native distributed relational database. It is developed entirely by Ant Group. OceanBase Database is built on a common server cluster. Based on the Paxos protocol and its distributed structure, OceanBase Database provides high availability and linear scalability. OceanBase Database is not dependent on specific hardware architectures.

OceanBase Database has these features:

  • High availability

    Single server failure recovers automatically. OceanBase Database supports cross-city disaster tolerance for multiple IDCs and zero data loss. OceanBase Database meets the financial industry Level 6 disaster recovery standard (RPO=0, RTO<=30 seconds).

  • Linear scalability

    OceanBase Database scales transparently to applications and balances the system load automatically. Its cluster can contain more than 1500 nodes. The data volume can reach petabytes. The records in a single table can be more than a trillion rows.

  • Highly compatible with MySQL

    OceanBase Database is compatible with MySQL protocol and syntax. You can access to OceanBase Database by using MySQL client.

  • High performance

    OceanBase Database supports quasi memory level data change and exclusive encoding compression. Together with the linear scalability, OceanBase Database provides high performance.

  • Low cost

    OceanBase Database uses PC servers and cheap SSDs. Its high storage compression ratio and high performance also reduce the storage and computing cost.

  • Multi-tenancy

    OceanBase Database supports native multi-tenancy architecture. One cluster supports multiple businesses. Data is isolated among tenants. This reduces the deployment, operation, and maintenance costs.

OceanBase Database supports the entire core business of Alipay and the core systems of hundreds of financial institutions, such as banks and insurance companies.

Quick start

Refer to the Get Started guide to try out OceanBase Database.

Documentation

Supported clients

Licencing

OceanBase Database is under MulanPubL - 2.0 license. You can freely copy and use the source code. When you modify or distribute the source code, please obey the MulanPubL - 2.0 license.

OS compatibility list

OS Ver. Arch Compilable Package Deployable Compiled Binary Deployable Mysqltest Passed
Alibaba Cloud Linux 2.1903 x86_64
Arch Rolling x86_64
CentOS 7.2, 8.3 x86_64
Debian 9.8, 10.9 x86_64
Fedora 33 x86_64
MacOS any x86_64
openSUSE 15.2 x86_64
OpenAnolis 8.2 x86_64
SUSE 15.2 x86_64
Ubuntu 16.04, 18.04, 20.04 x86_64
UOS 20 x86_64

Developer Manual

  1. How to build
  2. How to setup IDE
  3. How to contribute
  4. How to modify document
  5. How to debug OceanBase
  6. How to run test
  7. How to fix one_bug

Support

In case you have any problems when using OceanBase Database, welcome reach out for help:

Community

Roadmap

Please refer to Roadmap for details.

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].