{"data":{"slug":"oceanbase-oceanbase","name":"oceanbase","tagline":"The Fastest Distributed Database for Transactional, Analytical, and AI Workloads","github_url":"https://github.com/oceanbase/oceanbase","owner":"oceanbase","repo":"oceanbase","owner_avatar_url":"https://avatars.githubusercontent.com/u/82347605?v=4","primary_language":"C++","stars":10252,"forks":1910,"topics":["analytics","cloud-native","database","distributed-database","fulltext","fulltext-search","fulltext-support","hacktoberfest","htap","mysql","mysql-compatibility","oceanbase","olap","oltp","paxos","scalable","vector","vector-database","vector-search","vectors"],"archived":false,"github_pushed_at":"2026-08-21T01:00:39+00:00","maintenance_label":"Very active","stars_delta_30d":38,"url":"https://www.graphcanon.com/tools/oceanbase-oceanbase","markdown_url":"https://www.graphcanon.com/tools/oceanbase-oceanbase.md","api_url":"https://www.graphcanon.com/api/graphcanon/tools/oceanbase-oceanbase","graph_url":"https://www.graphcanon.com/api/graphcanon/graph?tool=oceanbase-oceanbase","description":"The Fastest Distributed Database for Transactional, Analytical, and  AI Workloads.","homepage_url":"https://en.oceanbase.com","license":"Apache-2.0","open_issues":584,"watchers":127,"ai_summary":"A distributed database system optimized for hybrid transactional and analytical processing (HTAP) that supports AI workloads.","readme_excerpt":"# Quick start\n\nSee also [Quick experience](https://en.oceanbase.com/docs/community-observer-en-10000000000829647) or [Quick Start (Simplified Chinese)](https://open.oceanbase.com/quickStart) for more details.\n\n---\n\n# download and install all-in-one package (internet connection is required)\nbash -c \"$(curl -s https://obbusiness-private.oss-cn-shanghai.aliyuncs.com/download-center/opensource/oceanbase-all-in-one/installer.sh)\"\nsource ~/.oceanbase-all-in-one/bin/env.sh\n\n---\n\n## 🐳 Start with docker\n\n**Note**: We provide images on [dockerhub](https://hub.docker.com/r/oceanbase/oceanbase-ce/tags), [quay.io](https://quay.io/repository/oceanbase/oceanbase-ce?tab=tags) and [ghcr.io](https://github.com/oceanbase/docker-images/pkgs/container/oceanbase-ce). If you have problems pulling images from dockerhub, please try the other two registries.\n\n1. Start an OceanBase Database instance:\n\n    ```shell\n    # Deploy a mini standalone instance.\n    docker run -p 2881:2881 --name oceanbase-ce -e MODE=mini -d oceanbase/oceanbase-ce\n\n    # Deploy a mini standalone instance using image from quay.io.\n    # docker run -p 2881:2881 --name oceanbase-ce -e MODE=mini -d quay.io/oceanbase/oceanbase-ce\n\n    # Deploy a mini standalone instance using image from ghcr.io.\n    # docker run -p 2881:2881 --name oceanbase-ce -e MODE=mini -d ghcr.io/oceanbase/oceanbase-ce\n    ```\n\n2. Connect to the OceanBase Database instance:\n\n    ```shell\n    docker exec -it oceanbase-ce obclient -h127.0.0.1 -P2881 -uroot # Connect to the root user of the sys tenant.\n    ```\n\nSee also [Docker Readme](https://github.com/oceanbase/docker-images/blob/main/oceanbase-ce/README.md) for more details.\n\n---\n\n# License\n\nOceanBase Database is licensed under the Apache License, Version 2.0. See the [LICENSE](LICENSE) file for more info.","github_created_at":"2021-05-31T14:36:17+00:00","created_at":"2026-07-07T17:43:46.824261+00:00","updated_at":"2026-08-21T06:02:01.203369+00:00","categories":[{"slug":"vector-databases","name":"Vector Databases","url":"https://www.graphcanon.com/categories/vector-databases","markdown_url":"https://www.graphcanon.com/categories/vector-databases.md","api_url":"https://www.graphcanon.com/api/graphcanon/categories/vector-databases"}],"tags":[{"slug":"analytics","name":"analytics"},{"slug":"cloud-native","name":"cloud-native"},{"slug":"database","name":"database"},{"slug":"distributed-database","name":"distributed-database"},{"slug":"fulltext-search","name":"fulltext-search"},{"slug":"htap","name":"htap"},{"slug":"mysql-compatibility","name":"mysql-compatibility"},{"slug":"oltp","name":"oltp"}],"trust":{"provenance":{"is_fork":false,"github_id":372536760,"owner_type":"Organization","methodology":"github_public_v1","parent_repo":null,"near_duplicate_slugs":[]},"computed_at":"2026-08-21T06:02:00.491Z","maintenance":{"label":"Very active","score":96,"methodology":"github_public_v1","releases_90d":3,"days_since_push":0,"last_release_at":"2026-08-10T07:26:18Z","stars_delta_30d":38,"open_issues_delta_30d":39},"security_summary":{"status":"no_lockfile","scanner":null,"low_count":0,"high_count":0,"last_scan_at":"2026-07-11T11:24:17.586Z","medium_count":0,"scan_profile":"none","critical_count":0}},"capability_facts":{"scan":{"source":"repo_scan","observed_at":"2026-08-21T06:02:00.920Z"},"languages":{"value":["c++"],"source":"github.language","observed_at":"2026-08-21T06:02:00.920Z"},"license_spdx":{"value":"Apache-2.0","source":"github.license","observed_at":"2026-08-21T06:02:00.920Z"}},"decision_facts":{"hosting":null,"pricing":{"model":"unknown","summary":"Not Provided"},"requirements":{"notes":["Dependent on specific workload and scale, but optimized for distributed environments."],"min_ram_gb":null},"constraints":{"min_ram_gb":null,"pricing_model":"unknown"},"when_to_use":["The Fastest HTAP: Use OceanBase when your application requires high-speed handling of both online transaction processing (OLTP) and online analytical processing (OLAP) tasks.","MySQL Compatibility: Opt for OceanBase when you need a database that is MySQL-compatible, making it easier to migrate from MySQL without extensive code changes.","PAXOS Consensus Algorithm: Prefer OceanBase if your project benefits from the high availability and strong consistency offered by its use of the PAXOS consensus algorithm."],"when_not_to_use":["Limited Support for Non-C++ Ecosystems: Avoid OceanBase if your development environment heavily relies on languages other than C++, as it's predominantly built with C++.","Mature Alternatives in Non-HTAP Scenarios: Do not choose OceanBase if your project requires only traditional OLTP or OLAP services, since it might overcomplicate your setup without necessary benefits."],"source":"enrich:decision_facts","observed_at":"2026-07-11T15:56:31.182Z"},"constraint_facets":{"min_ram_gb":null,"pricing_model":"unknown"},"decision_summary":[{"label":"Pricing","value":"unknown - Not Provided"},{"label":"Requirements","value":"Dependent on specific workload and scale, but optimized for distributed environments."},{"label":"Adopt for","value":"OceanBase is designed to be the fastest distributed database for handling transactional and analytical workloads simultaneously, including support for AI tasks."},{"label":"License detail","value":"Apache-2.0"}]}}