Vendor lock-in free
Tonbo is built as a thin wrapper over Arrow schema and Parquet format, which means you are
able to use many analytic tools to can fully benefit from the Arrow ecosystem.
Combine agility of KV and convinient of structured
Thanks to Rust lifetime, type system and asynchronous, Tonbo allows user to save each
overhead as need with safety: raw data reference, compile-time declared schema, and so on.
And push-down support makes it convenient to query structured data:
just about several minutes coding to be integrated into SQL engine for example.
From many sources to many targets
As an embedded database, Tonbo supports customizing runtime and file system, and also it
is designed for running on kinds of target platforms, we will complete official support
WASM / OPFS, Python asyncio and object storages in Sep 2024.