Home

Awesome

<div align="center"> <h1 style="border-bottom: none"> <b><a href="https://octobase.pro/">Octobase</a></b><br /> šŸ™ Local-first, yet collaborative. A light-weight, scalable, data engine written in Rust. <br> </h1>

Rust-version-icon codecov stars Issues Closed Join Telegram Follow Twitter

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.

</div>

Features

As an offline collaborative data database, OctoBase has the following characteristics:

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.

Project status

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:

Contributions

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.

Goals

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.

Project Overview

ā”œā”€ā”€ 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:

Hiring

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.

Building

See BUILDING.md for instructions on how to build Octobase from source code.

License

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.