You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Hybrid-Search](./search/README.md) - Combine keyword and vector search for improved retrieval.
17
+
-[AI SQL Function](./ai/README.md) - Use the `ai()` SQL function to invoke LLMs directly in SQL queries for text generation, sentiment analysis, and data enrichment.
14
18
15
19
### Sample Applications
16
20
17
21
-[Command Query Responsibility Segregation (CQRS)](./cqrs/README.md) - Sample application implementing the CQRS pattern with Spice.
18
22
19
23
### Models & AI - Connect data to hosted or local AI models
20
24
21
-
-[AI SQL Function](./ai/README.md) - Use the `ai()` SQL function to invoke LLMs directly in SQL queries for text generation, sentiment analysis, and data enrichment.
22
-
-[Azure OpenAI Models](./azure_openai/README.md)
23
-
-[Generative Visualizations](./generative-visualisations/README.md) - Generate SQL queries and Chart.js visualizations from natural language using AI.
24
-
-[Running Llama3 Locally](./llama/README.md) - Use the Llama family of models locally from HuggingFace using Spice.
25
+
-[AI SQL Function](./ai/README.md) - Invoke LLMs directly in SQL queries for text generation and data enrichment.
26
+
-[Azure OpenAI Models](./azure_openai/README.md) - Use Azure OpenAI for search and chat.
27
+
-[Generative Visualizations](./generative-visualisations/README.md) - Generate SQL queries and visualizations from natural language.
28
+
-[Running Llama3 Locally](./llama/README.md) - Run Llama models locally from HuggingFace.
25
29
-[OpenAI Models](./models/openai/README.md) - Use OpenAI LLM and embedding models.
26
30
-[OpenAI SDK](./openai_sdk/README.md) - Use the OpenAI SDK to connect to models hosted on Spice.
27
31
-[LLM Memory](./llm-memory/README.md) - Persistent memory for language models.
28
-
-[Text to SQL (Tools)](./text-to-sql/README.md)
29
-
-[Nvidia NIM on Kubernetes](./nvidia-nim/kubernetes/README.md) - Deploy Nvidia NIM infrastructure, on Kubernetes, with GPUs connected to Spice.
30
-
-[Nvidia NIM on AWS EC2](./nvidia-nim/ec2/README.md) - Deploy Nvidia NIM on AWS GPU-optimized EC2 instances connected to Spice.
31
-
-[Searching GitHub Files](./search_github_files/README.md) - Search GitHub files with embeddings and vector similarity search.
32
+
-[Text to SQL (Tools)](./text-to-sql/README.md) - Query data with natural language.
33
+
-[Nvidia NIM on Kubernetes](./nvidia-nim/kubernetes/README.md) - Deploy Nvidia NIM on Kubernetes with GPUs.
34
+
-[Nvidia NIM on AWS EC2](./nvidia-nim/ec2/README.md) - Deploy Nvidia NIM on AWS GPU-optimized EC2 instances.
35
+
-[Searching GitHub Files](./search_github_files/README.md) - Search GitHub files with embeddings and vector search.
32
36
-[xAI Models](./models/xai/README.md) - Use xAI models such as Grok.
33
37
-[DeepSeek Model](./deepseek/README.md) - Use DeepSeek model through Spice.
34
38
-[Filesystem Hosted Model](./models/filesystem/README.md) - Use models hosted directly on filesystems.
35
-
-[Web Search Tools using Perplexity](./websearch/README.md) - Provide LLMs with web search access for more informed answers.
39
+
-[Web Search Tools using Perplexity](./websearch/README.md) - Give LLMs web search access via Perplexity.
36
40
-[Language Model Evaluations](./evals/README.md) - Use Spice to evaluate language models.
37
-
-[LLM as a Judge](./llm-judge/README.md) - Define LLM judge models to evaluate the performance of other language models.
41
+
-[LLM as a Judge](./llm-judge/README.md) - Define LLM judge models to evaluate other models.
38
42
-[OpenAI Responses API](./openai-responses-api/README.md) - Use OpenAI's Responses API with Spice
43
+
-[Model Context Protocol (MCP)](./mcp/README.md) - Connect to MCP servers and use MCP tools with Spice.
39
44
40
45
### Data Acceleration - Materializing & accelerating data locally with Data Accelerators
41
46
42
-
-[Cayenne Data Accelerator](./cayenne/README.md)
43
-
-[DuckDB Data Accelerator](./duckdb/accelerator/README.md)
44
-
-[Hashed Partitioning with DuckDB](./hashed_partitioning/README.md)
45
-
-[PostgreSQL Data Accelerator](./postgres/accelerator/README.md)
46
-
-[SQLite Data Accelerator](./sqlite/accelerator/README.md)
47
-
-[Database Snapshots](./acceleration/snapshots/README.md) - Bootstrap DuckDB accelerations from object storage to skip cold starts.
48
-
-[Apache Arrow Data Accelerator](./arrow/README.md)
49
-
-[Accelerated Views](./views/README.md)
47
+
-[Cayenne Data Accelerator](./cayenne/README.md) - Accelerate data using Cayenne.
48
+
-[DuckDB Data Accelerator](./duckdb/accelerator/README.md) - Accelerate data using DuckDB.
49
+
-[Hashed Partitioning with DuckDB](./hashed_partitioning/README.md) - Prune data with hashed partitioning on categorical columns.
50
+
-[PostgreSQL Data Accelerator](./postgres/accelerator/README.md) - Materialize data into an attached PostgreSQL instance.
51
+
-[SQLite Data Accelerator](./sqlite/accelerator/README.md) - Accelerate data using SQLite.
52
+
-[Database Snapshots](./acceleration/snapshots/README.md) - Bootstrap accelerations from object storage to skip cold starts.
53
+
-[Apache Arrow Data Accelerator](./arrow/README.md) - Accelerate data using in-memory Arrow.
54
+
-[Accelerated Views](./views/README.md) - Pre-calculate and materialize derived data for faster queries.
50
55
-[Dataset Partitioning](./acceleration/partitioning/README.md) - Partition accelerated datasets to improve query performance.
51
56
52
57
### Consuming and visualizing data with clients
53
58
54
59
-[Sales BI (Apache Superset)](./sales-bi/README.md) - Visualize data in Spice with Apache Superset.
55
60
-[Grafana Datasource](./grafana-datasource/README.md) - Add Spice as a Grafana datasource.
56
-
-[Python ADBC Client](./clients/adbc/README.md) - Query Spice using ADBC and Parameterized Queries with Python.
57
-
-[Java JDBC Client](./clients/java/README.md) - Query Spice using JDBC and Parameterized Queries with Java.
58
-
-[Scala JDBC Client](./clients/scala/README.md) - Query Spice using JDBC and Parameterized Queries with Scala.
61
+
-[Python ADBC Client](./clients/adbc/README.md) - Query Spice using ADBC with Python.
62
+
-[Java JDBC Client](./clients/java/README.md) - Query Spice using JDBC with Java.
63
+
-[Scala JDBC Client](./clients/scala/README.md) - Query Spice using JDBC with Scala.
59
64
60
65
### Connecting to Data Sources with Data Connectors
61
66
@@ -65,49 +70,54 @@ Welcome to the Spice.ai OSS Cookbook—a comprehensive collection of recipes for
65
70
-[MySQL Data Connector](./mysql/connector/README.md)
-[Clickhouse Data Connector](./clickhouse/README.md)
73
+
-[Clickhouse Data Connector](./clickhouse/README.md) - Connect to ClickHouse as a data source.
69
74
-[Databricks Connector](./databricks/README.md) - Delta Lake and Spark Connect.
70
75
-[Delta Lake Connector](./delta-lake/README.md) - Query data from Delta Lake tables.
71
-
-[Debezium Change Data Capture (CDC) Data Connector from Postgres](./cdc-debezium/README.md) - Stream changes from a Postgres database to Spice.
72
-
-[Debezium CDC SASL/SCRAM Authentication from MySQL](./cdc-debezium/sasl-scram/README.md) - Stream changes from a MySQL database to Spice using SASL/SCRAM authentication.
73
-
-[Dremio Data Connector](./dremio/README.md)
76
+
-[Debezium CDC Data Connector](./cdc-debezium/README.md) - Stream changes from Postgres to Spice.
77
+
-[Debezium CDC SASL/SCRAM from MySQL](./cdc-debezium/sasl-scram/README.md) - Stream changes from MySQL using SASL/SCRAM.
78
+
-[DynamoDB Data Connector](./dynamodb/README.md) - Query data from an AWS-hosted DynamoDB table.
79
+
-[DynamoDB Streams](./dynamodb/streams/README.md) - Stream real-time changes from DynamoDB tables.
80
+
-[Dremio Data Connector](./dremio/README.md) - Connect to a Dremio instance.
74
81
-[DuckDB Data Connector](./duckdb/connector/README.md) - Use a DuckDB database with sample TPCH data.
75
82
-[File Data Connector](./file/README.md) - Query data from local files.
76
83
-[FTP Data Connector](./ftp/README.md) - Query data from an FTP server.
77
-
-[Glue Data Connector](./glue/README.md)
78
-
-[GitHub Data Connector](./github/README.md)
79
-
-[GraphQL Data Connector](./graphql/README.md)
84
+
-[Glue Data Connector](./glue/README.md) - Query tables in an AWS Glue Data Catalog.
85
+
-[GitHub Data Connector](./github/README.md) - Query GitHub repository data.
86
+
-[GraphQL Data Connector](./graphql/README.md) - Connect to GraphQL endpoints.
80
87
-[HTTP Data Connector](./http/README.md) - Query data from HTTP(s) endpoints like REST APIs.
81
-
-[MSSQL (Microsoft SQL Server) Data Connector](./mssql/README.md)
82
-
-[ODBC Data Connector](./odbc/README.md)
88
+
-[MongoDB Data Connector](./mongodb/connector/README.md) - Connect to MongoDB as a data source.
89
+
-[MSSQL (Microsoft SQL Server) Data Connector](./mssql/README.md) - Query across multiple SQL Server instances.
90
+
-[ODBC Data Connector](./odbc/README.md) - Connect to databases via ODBC.
83
91
-[Amazon Redshift](./redshift/README.md) - Read and write TPC-H data with Amazon Redshift.
84
-
-[Oracle Data Connector](./oracle/README.md)
85
-
-[S3 Data Connector](./s3/README.md)
92
+
-[Oracle Data Connector](./oracle/README.md) - Connect to and accelerate data from Oracle.
93
+
-[S3 Data Connector](./s3/README.md) - Query data from an S3 bucket.
86
94
-[ScyllaDB Data Connector](./scylladb/README.md) - Query data from ScyllaDB clusters using federated SQL.
87
-
-[SharePoint/OneDrive for Business Data Connector](./sharepoint/README.md)
95
+
-[SharePoint/OneDrive for Business Data Connector](./sharepoint/README.md) - Query documents in SharePoint.
88
96
-[SMB Data Connector](./smb/README.md) - Query data files from SMB/CIFS network shares.
89
-
-[Snowflake Data Connector](./snowflake/README.md)
90
-
-[Spice.ai Cloud Platform Data Connector](./spiceai/README.md)
91
-
-[Apache Spark Data Connector](./spark/README.md)
92
-
-[Apache Kafka Data Connector](./kafka/README.md)
93
-
-[IMAP Data Connector](./imap/README.md)
97
+
-[Snowflake Data Connector](./snowflake/README.md) - Access a Snowflake database.
98
+
-[Spice.ai Cloud Platform Data Connector](./spiceai/README.md) - Connect to Spice.ai Cloud Platform datasets.
99
+
-[Apache Spark Data Connector](./spark/README.md) - Read data from an Apache Spark instance.
100
+
-[Apache Kafka Data Connector](./kafka/README.md) - Stream data from Kafka with federated queries.
101
+
-[IMAP Data Connector](./imap/README.md) - Connect to an IMAP email server.
94
102
-[Connecting to an Outlook mailbox](./imap/outlook.md)
95
103
96
104
### Connecting to Data Sources with Catalog Connectors
-[JavaScript SDK (Node.js)](client-sdk/spice.js-sdk-sample/README.md) - Query NYC taxi trips data using the [`@spiceai/spice`](https://www.npmjs.com/package/@spiceai/spice) npm package.
148
+
-[JavaScript SDK (Node.js)](client-sdk/spice.js-sdk-sample/README.md) - Query data using the `@spiceai/spice` npm package.
0 commit comments