Rust SDK
Rust SDK for Spice.ai
Last updated
Was this helpful?
Rust SDK for Spice.ai
Last updated
Was this helpful?
The spice-rs
is the easiest way to query from Rust.
It uses to efficiently stream data to the client and Records as data frames.
Add Spice SDK
1. Create a SpiceClient
by providing your API key to ClientBuilder
. Get your free API key at .
3. Iterate through the reader to access the records.
2. Execute a query and get back an Apache Arrow .
Follow the to install and run spice locally.
Contribute to or file an issue with the spice-rs
library at: