Skip to main content
Version: Next

Clients and Tools

Spice supports a variety of clients and tools for querying data, including SQL clients, BI tools, and programmatic interfaces. Use these integrations to connect applications and dashboards to the Spice runtime.

Connection Protocols

Most SQL clients connect to Spice using one of the following protocols:

ProtocolEndpointBest For
Arrow Flight SQLgrpc://localhost:50051High-performance data transfer, JDBC/ODBC drivers
HTTPhttp://localhost:8090REST API calls, curl, web applications
ADBCFlight SQL driverPython and R data science workflows

For programmatic access, see SDKs.