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
Copy file name to clipboardExpand all lines: spiceaidocs/content/en/_index.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ no_list: true
6
6
# Spice
7
7
## What is Spice?
8
8
9
-
**Spice** is a portable runtime that provides developers with a unified SQL query interface to locally accelerate and query data tables sourced from any database, data warehouse, or data lake.
9
+
**Spice** is a small, portable runtime that provides developers with a unified SQL query interface to locally accelerate and query data tables sourced from any database, data warehouse, or data lake.
10
10
11
11
Spice makes it easy to build data-driven and data-intensive applications by streamlining the use of data and machine learning (ML) in software.
12
12
@@ -26,24 +26,23 @@ Spice makes querying data by SQL across one or more data sources simple and fast
26
26
27
27
### Example Use-Cases
28
28
29
-
**1. Faster frontends.** Accelerate and co-locate data views with your frontend application, to serve more concurrent users with faster page loads and data updates.
29
+
**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.
30
30
31
-
**2. Faster analytics and BI.**
31
+
**2. Faster analytics and BI.** Faster, more responsive dashboards without massive compute costs.
32
32
33
-
**3. Faster machine learning training and inferencing.**
33
+
**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.
34
34
35
35
⚠️ **DEVELOPER PREVIEW** Spice is under active **alpha** stage development and is not intended to be used in production until its **1.0-stable** release.
36
36
37
-
### Join us!
37
+
### Connect with us
38
38
39
-
We greatly appreciate and value your support! You can help Spice.ai in a number of ways:
39
+
We greatly appreciate and value your support! You can help Spice in a number of ways:
40
40
41
41
- ⭐️ Star this repo.
42
-
- Build an app with Spice.ai and send us feedback and suggestions at [hey@spiceai.io](mailto:hey@spiceai.io) or on [Discord](https://discord.gg/kZnTfneP5u).
42
+
- Build an app with Spice.ai and send us feedback and suggestions at [hey@spice.ai](mailto:hey@spice.ai) or on [Discord](https://discord.gg/kZnTfneP5u), [X](https://twitter.com/spice_ai), or [LinkedIn](https://www.linkedin.com/company/74148478).
43
43
-[File an issue](https://github.com/spiceai/spiceai/issues/new) if you see something not quite working correctly.
44
-
- Follow us on [Reddit](https://www.reddit.com/r/spiceai), [Twitter](https://twitter.com/SpiceAIHQ), and [LinkedIn](https://www.linkedin.com/company/74148478).
45
-
- Join our team ([We’re hiring!](https://spiceai.io/careers))
46
-
- Contribute code or documentation to the project (see [CONTRIBUTING.md](CONTRIBUTING.md)).
44
+
- Join our team ([We’re hiring!](https://spice.ai/careers))
45
+
- Contribute code or documentation to the project (see [CONTRIBUTING.md](https://github.com/spiceai/spiceai/blob/trunk/CONTRIBUTING.md)).
Copy file name to clipboardExpand all lines: spiceaidocs/content/en/reference/Spicepod/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ The name of the Spicepod.
26
26
27
27
## `secrets`
28
28
29
-
The secrets section in the Spicepod manifest is optional and is used to configure how secrets are stored and accessed by the Spicepod. [Learn more]({{<ref "reference/secrets">}}).
29
+
The secrets section in the Spicepod manifest is optional and is used to configure how secrets are stored and accessed by the Spicepod. [Learn more]({{<ref "secrets">}}).
0 commit comments