As an offline collaborative data database, OctoBase has the following characteristics:
π Multi-platform available offline collaboration, Schemaless, structured/unstructured/rich text data storage.
ποΈ Binary storage that supports data deduplication and rich media editing.
π High-performance real-time full-text indexing with high-quality multilingual word segmentation support.
π CRDT-driven P2P synchronization with rich multi-platform native support.
π Fine-grained permission control with advanced permission management.
OctoBase provides native support for offline collaboration, full-text indexing, and binary storage, making it easy for developers to build secure and high-performance local-first collaborative applications that work seamlessly across multiple platforms.
With OctoBase, you will have access to same data abstractions across platform that enable you to maintain consistency and coherence across all your applications, regardless of the devices or platforms used.
Additionally, OctoBase can function as a standalone server database, or it can be integrated directly into your application as an embedded database while remaining fully functional.
The OctoBase project is currently under heavy development, most components are not yet production ready. Major changes may occur at any time before the version reaches 1.0.
OctoBase has been used in AFFiNE Cloud. We are currently working on the following components:
A very good place to ask questions and discuss development work is our Telegram Group.
We gladly accept contributions via GitHub pull requests, you can go to contributing to see more information.
Before you start contributing, please make sure you have read and accepted our Contributor License Agreement. To indicate your agreement, simply edit this file and submit a pull request.
OctoBase aims to make it easy for developers to build local-first applications on all common platforms. In order to achieve this goal, we will strive to do these things:
You can see a summary of our recent updates here: What's New.
βββ apps
β βββ android ## Android scaffolding project
β βββ homepage ## OctoBase homepage & docs
β βββ cloud ## affine-cloud backend
β βββ keck ## collaboration backend
β βββ swift ## iOS scaffolding project
βββ libs ##
βββ jwst ## OctoBase core library
βββ jwst-binding ## Multilingual FFI bindings for OctoBase
βββ jwst-codec ## CRDT implementation for OctoBase
βββ jwst-logger ## logger plugins for OctoBase
βββ jwst-rpc ## sync plugins for OctoBase
βββ jwst-storage ## storage plugins for OctoBase
In the process of project development, there are many software development concepts that have influenced us. Thank you very much for these excellent software:
Some amazing companies including OctoBase are looking for developers! Are you interested in helping build with OctoBase and/or its partners? Check out some of the latest jobs available.
See BUILDING.md for instructions on how to build Octobase from source code.
Currently, this repository is under active development and most components are not yet production ready, so all code is under AGPL-3.0. We will switch to MPL 2.0 or a more looser license release after the corresponding components are ready for production.