OBKV Table Client is Rust Library that can be used to access table data from OceanBase storage layer. Its access method is different from JDBC, it skips the SQL parsing layer, so it has significant performance advantage.
🚧 Experimental – Not for Production Use
⚠️ Warning: This project is currently in an experimental stage and is not recommended for production environments.
The CeresDB team implemented this rust client from scratch. Thanks to the CeresDB team (CeresDB is a high-performance, distributed, cloud native time-series database).
Contributing
Contributions are warmly welcomed and greatly appreciated. Here are a few ways you can contribute:
obkv-table-client-rs is under MulanPSL - 2.0 licence. You can freely copy and use the source code. When you modify or distribute the source code, please obey the MulanPSL - 2.0 licence.
obkv-table-client-rs
OBKV Table Client is Rust Library that can be used to access table data from OceanBase storage layer. Its access method is different from JDBC, it skips the SQL parsing layer, so it has significant performance advantage.
🚧 Experimental – Not for Production Use
⚠️ Warning: This project is currently in an experimental stage and is not recommended for production environments.
Examples
A simple example could be found in Demo.
Acknowledgment
The CeresDB team implemented this rust client from scratch. Thanks to the CeresDB team (CeresDB is a high-performance, distributed, cloud native time-series database).
Contributing
Contributions are warmly welcomed and greatly appreciated. Here are a few ways you can contribute:
Licencing
obkv-table-client-rs is under MulanPSL - 2.0 licence. You can freely copy and use the source code. When you modify or distribute the source code, please obey the MulanPSL - 2.0 licence.