Crates.io | kdb |
lib.rs | kdb |
version | 0.3.0 |
source | src |
created_at | 2021-02-12 19:58:47.403359 |
updated_at | 2021-06-28 13:46:19.55056 |
description | Idiomatic, High performance API for using KDB+ and Q from Rust |
homepage | |
repository | https://github.com/Fifthrow/rust-kdb |
max_upload_size | |
id | 354340 |
size | 95,503 |
rust-kdb is an idiomatic Rust wrapper around the C API for KDB+, the ultra fast time series database from KX Systems.
Check out the examples for more information on using it. Performance should be extremely good - there is little to no overhead over and above using the API directly.
In order to build the library or run the tests or any of the examples, you'll need to have libkdb.a
available somewhere in LIBRARY_PATH
. If you'd rather not use library path, you can set the variable LKDB_LIB_DIR
instead.
To use the library in an embedded context, compile with the the embedded
feature. Make sure that you are compiling with the right architecture, and linking to the right version of libkdb.a
for that architecture (either the 32-bit or 64-bit edition).