Skip to content

Commit

Permalink
v0.7-alpha updates (#100)
Browse files Browse the repository at this point in the history
* Spicepod v0.2 specification.

* Remove training

* Remove actions

* Fixed name of spicepod

* Add version + kind

* Add kind+version to samples

* Updates for medata, datasets, functions, and models concepts

* Add dependsOn

* Add dependencies

* Update dataset spicepod reference (#102)

* Update dataset spicepod reference

* Update datasets.md

* Update LICENSE

* Update getting started and core concepts (#103)

* Update Core Concepts

* Cleanup installation instructions

* cleanup old references

* update acknowledgments

* fix title

* update cli

* cleanup getting started

* Update spiceaidocs/config.toml

Co-authored-by: Phillip LeBlanc <phillip@spiceai.io>

* use local images

* fix images

* final changes

---------

Co-authored-by: Phillip LeBlanc <phillip@spiceai.io>

---------

Co-authored-by: Phillip LeBlanc <phillip@leblanc.tech>
Co-authored-by: Phillip LeBlanc <phillip@spiceai.io>
Co-authored-by: Evgenii Khramkov <evgenii@spice.ai>
  • Loading branch information
4 people committed Feb 23, 2024
1 parent 9239d0d commit 47970d7
Show file tree
Hide file tree
Showing 36 changed files with 494 additions and 5,629 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2021-2024 Spice AI, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
6 changes: 1 addition & 5 deletions spiceaidocs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ anchor = "smart"

# Everything below this are Site Params

[[menu.left]]
name = "API"
weight = 10
url = "api"
[[menu.left]]
name = "CLI"
weight = 10
Expand All @@ -74,7 +70,7 @@ anchor = "smart"
[[menu.main]]
name = "GitHub"
weight = 50
url = "https://github.com/spiceai"
url = "https://github.com/spiceai/spiceai"
[[menu.main]]
name = "Blog"
weight = 60
Expand Down
39 changes: 9 additions & 30 deletions spiceaidocs/content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ type: docs
no_list: true
---

# Spice.ai
# Spice

**Spice.ai** makes it easy for developers to build apps that learn and adapt by streamlining the use of machine learning (ML) in software. Combined with time-series data, developers can create applications that continuously improve using ML recommendations.
**Spice** makes it easy for developers to build apps that learn and adapt by streamlining the use of machine learning (ML) in software. Combined with time-series data, developers can create applications that continuously improve using ML recommendations.

Spice.ai takes a developer-first approach, and is focused on a fast, iterative, inner development loop, enabling developers to get started with ML in minutes instead of months.
Spice takes a developer-first approach, and is focused on a fast, iterative, inner development loop, enabling developers to get started with ML in minutes instead of months.

📢 Read the Spice.ai announcement blog post at [blog.spiceai.org](https://blog.spiceai.org/posts/2021/09/07/introducing-spice.ai-open-source-time-series-ai-for-developers/).
📢 Read the Spice announcement blog post at [blog.spiceai.org](https://blog.spiceai.org/posts/2021/09/07/introducing-spice.ai-open-source-time-series-ai-for-developers/).

📺 View a getting started walkthrough of Spice.ai in action [here](https://www.youtube.com/watch?v=DKBLjuAz_lI).
📺 View a getting started walkthrough of Spice in action [here](https://www.youtube.com/watch?v=DKBLjuAz_lI).

## Features

The Spice.ai runtime is written in Golang and Python and runs as a container or microservice. It's deployable to any public cloud, on-premises, and edge. It is configured with a simple manifest and accessed by HTTP APIs.
The Spice runtime is written in Golang and Python and runs as a container or microservice. It's deployable to any public cloud, on-premises, and edge. It is configured with a simple manifest and accessed by HTTP APIs.

Spice.ai includes:
Spice includes:

- A lightweight, portable ML runtime accessible by simple HTTP APIs, allowing developers to use their preferred languages and frameworks
- A dashboard to visualize data and learning
Expand All @@ -26,11 +26,11 @@ Spice.ai includes:

### Community-Driven Data Components

Spice.ai also includes a library of community-driven [data components](https://github.com/spiceai/data-components-contrib) for streaming and processing time series data, enabling developers to quickly and easily combine data with learning to create intelligent models.
Spice also includes a library of community-driven [data components](https://github.com/spiceai/data-components-contrib) for streaming and processing time series data, enabling developers to quickly and easily combine data with learning to create intelligent models.

### Spicepod registry

Modern developers build with the community by leveraging registries such as npm, NuGet, and pip. The Spice.ai platform includes [spicerack.org](https://spicerack.org), the registry for ML building blocks.
Modern developers build with the community by leveraging registries such as npm, NuGet, and pip. The Spice platform includes [spicerack.org](https://spicerack.org), the registry for ML building blocks.

As the community shares their ML building blocks (aka Spicepods, or pods for short), developers can quickly add them to their Spice.ai applications enabling them to stream data and build learning into their applications quickly and easily. Initially, Spicepods contain simple definitions of how the app should learn, and eventually will enable the sharing and use of fully-trained models.

Expand Down Expand Up @@ -86,30 +86,9 @@ Thank you for sharing this journey with us. 🙏
<a href="{{< ref getting-started >}}" class="stretched-link"></a>
</div>
</div>
<div class="card">
<div class="card-body">
<h5 class="card-title"><b>Quickstarts</b></h5>
<p class="card-text">Quickstart tutorials to get started with Spice.ai quickly. 🚀</p>
<a href="{{< ref quickstarts >}}" class="stretched-link"></a>
</div>
</div>
<div class="card">
<div class="card-body">
<h5 class="card-title"><b>Samples</b></h5>
<p class="card-text">Learn about Spice.ai with in-depth samples.</p>
<a href="{{< ref samples >}}" class="stretched-link"></a>
</div>
</div>
</div>
<br />
<div class="card-deck">
<div class="card">
<div class="card-body">
<h5 class="card-title"><b>API</b></h5>
<p class="card-text">Documentation on the Spice.ai API.</p>
<a href="{{< ref api >}}" class="stretched-link"></a>
</div>
</div>
<div class="card">
<div class="card-body">
<h5 class="card-title"><b>CLI</b></h5>
Expand Down
Loading

0 comments on commit 47970d7

Please sign in to comment.