OctoBase icon indicating copy to clipboard operation
OctoBase copied to clipboard

🐙 OctoBase is the open-source database behind AFFiNE, local-first, yet collaborative. A light-weight, scalable, data engine written in Rust.

Results 35 OctoBase issues
Sort by recently updated
recently updated
newest added

At present, the index behavior is designed to be executed when the search interface is called, which will block the search interface in a large workspace. We should trigger the...

bug
feat
mod:server

![OctoBase-Local-first-yet-collaborative-database (1)](https://github.com/toeverything/OctoBase/assets/96860040/8365cfde-0748-45ae-9d31-c4e61339bbf2) ![OctoBase-Local-first-yet-collaborative-database](https://github.com/toeverything/OctoBase/assets/96860040/9c3f13ef-2b5a-4044-8e7a-43ff0bda0793)

currently we have the following features coupled in core/rpc/storage: - core: full text indexing, single page extract - rpc: websocket/webrtc connector - storage: image minify, stream storage, database/s3 support these...

mod:libs
story
mod:sync
mod:storage
mod:base
Refactor

In blocksuite, the affine:frame type has already been replaced with the affine:note type. I'm wondering when Octobase is expected to support the affine:note type as well? @blocksuite/xxx version: 0.0.0-20230706100805-4dd03db9-nightly

good first issue
feat
mod:base
help wanted

This issue is in general used as a tasklist and to be detailed. Includes registration, login, synchronization, collaboration and sharing. ```[tasklist] ### Tasks - [ ] https://github.com/toeverything/OctoBase/issues/486 - [x] Auto...

roadmap

```[tasklist] ### Tasks - [ ] https://github.com/toeverything/OctoBase/pull/408 - [ ] https://github.com/toeverything/OctoBase/issues/404 - [ ] https://github.com/toeverything/OctoBase/issues/411 - [ ] #413 - [ ] #430 - [ ] https://github.com/toeverything/OctoBase/pull/421 - [ ]...

feat
roadmap

In OctoBase, the sync protocol is designed to be transport layer agnostic. Developers only need to provide an mpsc sender and receiver to transmit data in different transport layers. For...

feat
mod:sync