MyGit

oceanbase/oceanbase

Fork: 1517 Star: 7463 (更新于 2024-05-15 19:21:34)

license: NOASSERTION

Language: C++ .

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

最后发布版本: v4.2.1_CE_BP6 ( 2024-05-15 17:35:44)

官方网址 GitHub网址

OceanBase Logo

English doc Chinese doc last commit stars building status license

Join Slack Stack Overflow

English | 中文版

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

Key features

  • Transparent Scalability: 1,500 nodes, PB data and a trillion rows of records in one cluster.
  • Ultra-fast Performance: TPC-C 707 million tmpC and TPC-H 15.26 million QphH @30000GB.
  • Cost Efficiency: saves 70%–90% of storage costs.
  • Real-time Analytics: supports HTAP without additional cost.
  • Continuous Availability: RPO = 0(zero data loss) and RTO < 8s(recovery time)
  • MySQL Compatible: easily migrated from MySQL database.

See also key features for more details.

Quick start

🔥 Start with all-in-one

You can quickly deploy a stand-alone OceanBase Database to experience with the following commands:

Note: Linux Only

# download and install all-in-one package (internet connection is required)
bash -c "$(curl -s https://obbusiness-private.oss-cn-shanghai.aliyuncs.com/download-center/opensource/oceanbase-all-in-one/installer.sh)"
source ~/.oceanbase-all-in-one/bin/env.sh

# quickly deploy OceanBase database
obd demo

🐳 Start with docker

  1. Start an OceanBase Database instance:

    # Deploy a mini standalone instance.
    docker run -p 2881:2881 --name oceanbase-ce -e MODE=mini -d oceanbase/oceanbase-ce
    
  2. Connect to the OceanBase Database instance:

    docker exec -it oceanbase-ce ob-mysql sys # Connect to the root user of the sys tenant.
    

See also Quick experience or Quick Start (Simplified Chinese) for more details.

☸️ Start with Kubernetes

You can deploy and manage OceanBase Database instance in kubernetes cluster with ob-operator quickly. Refer to the document Quick Start for ob-operator to see details.

👨‍💻 Start developing

See OceanBase Developer Document to learn how to compile and deploy a manually compiled observer.

Roadmap

For future plans, see Product Iteration Progress. See also OceanBase Roadmap for more details.

Case study

OceanBase has been serving more than 1000 customers and upgraded their database from different industries, including Financial Services, Telecom, Retail, Internet, and more.

See also success stories and Who is using OceanBase for more details.

System architecture

Introduction to system architecture

Contributing

Contributions are highly appreciated. Read the development guide to get started.

License

OceanBase Database is licensed under the Mulan Public License, Version 2. See the LICENSE file for more info.

Community

Join the OceanBase community via:

最近版本更新:(数据更新于 2024-05-15 19:21:18)

2024-05-15 17:35:44 v4.2.1_CE_BP6

2024-04-29 10:53:46 v4.2.3_CE_BETA

2024-04-24 18:21:59 v4.2.1_CE_BP5

2024-03-28 17:39:01 v4.3.0_CE_BETA

2024-03-13 19:27:25 v4.2.2_CE_BP1

2024-03-05 16:12:04 v4.2.1_CE_BP4

2024-02-28 17:57:48 v4.2.2_CE_HF1

2024-02-05 16:44:49 v4.2.1_CE_BP3_HF2

2024-01-25 15:51:55 v4.2.1_CE_BP3_HF1

2024-01-17 21:42:18 v4.2.2_CE

主题(topics):

cloud-database, cloud-native, cplusplus, databases, distributed-computation, distributed-databases, distributed-transactions, hacktoberfest, htap, mysql-compatibility, mysql-database, oceanbase, oltp, paxos, scaleable

oceanbase/oceanbase同语言 C++最近更新仓库

2024-07-03 00:13:06 nomic-ai/gpt4all

2024-07-02 20:10:46 facebook/react-native

2024-06-30 03:57:54 WerWolv/ImHex

2024-06-29 22:15:14 YimMenu/YimMenu

2024-06-29 09:39:51 LizardByte/Sunshine

2024-06-23 20:54:06 CleverRaven/Cataclysm-DDA