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