Skip to main content

Spice.ai OSS

What is Spice?​

Spice is a portable runtime offering developers a unified SQL interface to materialize, accelerate, and query data from any database, data warehouse, or data lake.

πŸ“£ Read the Spice.ai OSS announcement blog post.

Spice connects, fuses, and delivers data to applications, machine-learning models, and AI-backends, functioning as an application-specific, tier-optimized Database CDN.

The Spice runtime, written in Rust, is built-with industry leading technologies such as Apache DataFusion, Apache Arrow, Apache Arrow Flight, SQLite, and DuckDB.

OGP

Why Spice?​

Spice makes it easy and fast to query data from one or more sources using SQL. You can co-locate a managed dataset with your application or machine learning model, and accelerate it with Arrow in-memory, SQLite/DuckDB, or with attached PostgreSQL for fast, high-concurrency, low-latency queries. Accelerated engines give you flexibility and control over query cost and performance.

Before Spice

How is Spice different?​

  1. Application-focused: Spice is designed to integrate at the application level; 1:1 or 1:N application to Spice mapping, whereas most other data systems are designed for multiple applications to share a single database or data warehouse. It's not uncommon to have many Spice instances, even down to one for each tenant or customer.

  2. Dual-Engine Acceleration: Spice supports both OLAP (Arrow/DuckDB) and OLTP (SQLite/PostgreSQL) databases at the dataset level, unlike other systems that only support one type.

  3. Separation of Materialization and Storage/Compute: Spice separates storage and compute, allowing you to keep data close to its source and bring a materialized working set next to your application, dashboard, or data/ML pipeline.

  4. Edge to Cloud Native. Spice is designed to be deployed anywhere, from a standalone instance to a Kubernetes container sidecar, microservice, or cluster at the Edge/POP, On-Prem, or in public clouds. You can also chain Spice instances and deploy them across multiple infrastructure tiers.

How does Spice compare?​

SpiceTrino/PrestoDremioClickhouse
Primary Use-CaseData & AI ApplicationsBig Data AnalyticsInterative AnalyticsReal-Time Analytics
Typical DeploymentColocated with applicationCloud ClusterCloud ClusterOn-Prem/Cloud Cluster
Application-to-Data SystemOne-to-One/ManyMany-to-OneMany-to-OneMany-to-One
Query FederationNative with query push-downSupported with push-downSupported with limited push-downLimited
MaterializationArrow/SQLite/DuckDB/PostgreSQLIntermediate StorageReflections (Iceberg)Views & MergeTree
Query Result CachingSupportedSupportedSupportedSupported
Typical ConfigurationSingle-Binary/Sidecar/MicroserviceCoodinator+Executor w/ ZookeeperCoodinator+Executor w/ ZookeeperClickhouse Keeper+Nodes

Example Use-Cases​

1. Faster applications and frontends. Accelerate and co-locate datasets with applications and frontends, to serve more concurrent queries and users with faster page loads and data updates. Try the CQRS sample app

2. Faster dashboards, analytics, and BI. Faster, more responsive dashboards without massive compute costs. Watch the Apache Superset demo

3. Faster data pipelines, machine learning training and inferencing. Co-locate datasets in pipelines where the data is needed to minimize data-movement and improve query performance. Predict hard drive failure with the SMART data demo

4. Easily query many data sources. Federated SQL query across databases, data warehouses, and data lakes using Data Connectors.

FAQ​

  • Is Spice a cache? No, however you can think of Spice data materialization like an active cache or data prefetcher. A cache would fetch data on a cache-miss while Spice prefetches and materializes filtered data on an interval or as new data becomes available. In addition to materialization Spice supports results caching.

  • Is Spice a CDN for databases? Yes, you can think of Spice like a CDN for different data sources. Using CDN concepts, Spice enables you to ship (load) a working set of your database (or data lake, or data warehouse) where it's most frequently accessed, like from a data application or for AI-inference.

DEVELOPER PREVIEW

Spice is under active alpha stage development and is not intended to be used in production until its 1.0-stable release. If you are interested in running Spice in production, please get in touch below so we can support you.

Intelligent Applications​

Spice enables developers to build both data and AI-driven applications by co-locating data and ML models with applications. Read more about the vision to enable the development of intelligent AI-driven applications.

Connect with us​

We greatly appreciate and value your support! You can help Spice in a number of ways:

We’re also starting a community call series soon!

Thank you for sharing this journey with us. πŸ™