๐ OctoBase is the open-source database behind AFFiNE, local-first, yet collaborative. A light-weight, scalable, data engine written in Rust.
https://github.com/toeverything/OctoBase.git
[![Rust-version-icon]](https://www.rust-lang.org/) [![codecov]](https://codecov.io/gh/toeverything/OctoBase) [![stars]](https://github.com/toeverything/OctoBase) [![Issues Closed]](https://github.com/toeverything/OctoBase/issues?q=is%3Aissue+is%3Aclosed) [![Join Telegram]](https://t.me/affineworkos) [![Follow Twitter]](https://twitter.com/AffineOfficial)
OctoBase is an offline-available, scalable, self-contained collaborative database, which was originally designed for AFFiNE. AFFiNE is a local-first open source knowledge base that provides full functionality in any network environment.
Based on OctoBase, you can not only implement a rich text editor for offline writing, but also implement richer offline collaboration functions based on OctoBase's data abstraction, such as: multidimensional tables, drawing boards, etc.
As an offline collaborative data database, OctoBase has the following characteristics:
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:
โโโ 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.