OctoBase
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.
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...
 
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...
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
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...
```[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 - [ ]...
```[tasklist] ### Tasks ```
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...