Add create-release script + workflow (#1392)
2 months ago
docs: Rewrite Spice.ai connector docs to cover Cloud and Spice-to-Spice
The Spice.ai data connector targets two architectures with the same
spice.ai: URI scheme, but the existing docs only covered the managed
Cloud Platform case. Add comprehensive coverage of the Spice → Spice
self-hosted federation pattern (cluster sidecar, edge-to-core,
local development) including:
- All five `from:` URI formats (path/colon/URL-style cloud + colon-prefixed
http/https/grpc+tls for self-hosted)
- The full parameter list: spiceai_api_key, spiceai_token,
spiceai_region, spiceai_endpoint, spiceai_flight_endpoint,
spiceai_tls_ca_certificate_file
- Endpoint resolution precedence (params -> from URI -> region default)
- Authentication via runtime.auth.api-key on the upstream
- TLS with custom CA pinning for cluster-internal certs
- Append-stream CDC between Spice runtimes
- Sidecar deployment patterns and example spicepods
- Topology decision matrix and per-topology troubleshooting
Also corrects parameter names that the previous docs had wrong
(plain `endpoint` -> `spiceai_endpoint`; missing `spiceai_region`).
Verified against the connector source: spice_dataset_path URI
parsing, get_endpoint resolution order, get_credentials handling,
and the full PARAMETERS array.
9 hours ago
Add `website/public/openapi.json` (#809)
* add website/public/openapi.json
* Update .gitignore
---------
Co-authored-by: Luke Kim <80174+lukekim@users.noreply.github.com>
a year ago
Add blog (#735)
* Add blog
* Update
* Update authors.yml
* Update v1.0-rc.4.md
* Fixes
* Update v0.20-beta.md
* Update v0.19.4-beta.md
* Update v0.17.2-beta.md
* Update v0.17.1-beta.md
* Update v0.17-beta.md
* Update v0.13.3-alpha.md
* Update v0.12.1-alpha.md
* Update v0.10-alpha.md
* Update v0.7-alpha.md
* Update v0.6-alpha.md
* Update v0.5.1-alpha.md
* Update v0.5-alpha.md
* Update v0.4-alpha.md
* Update v0.3-alpha.md
* Update authors, update releases (#736)
* Update authors.yml
* Update v0.19-beta.md
* Update v1.0-rc.2.md
* Add website
* add jeadie author, add to releases
* Fixes
* Update packages
* Fixes for react
* Fixes
* Merge
* Update names
* Use hosted generator
* Tweak
* fix scoped tailwind styles
* Fix images
* use scpoed preflight.css, adjust home page styles
* Update links
* Update inline HTML to Markdown
* add evgenii to authors
* fix expressions
* fix static links
* fix linnks
* fix url docs links
* fix blog links
* prefix docs links with /docs
* fix fonts and tweak styles
* apply fonts
* add sgrebnov to authors
* Fix broken links
---------
Co-authored-by: Phillip LeBlanc <phillip@spiceai.io>
Co-authored-by: peasee <98815791+peasee@users.noreply.github.com>
Co-authored-by: jeadie <jack@spice.ai>
Co-authored-by: Evgenii Khramkov <evgenii@spice.ai>
Co-authored-by: Sergei Grebnov <sergei.grebnov@gmail.com>
a year ago
Use custom font in OG image (#808)
* Use custom font in OG image
* fix
* fix
* fix prettier
* try using jsx
* fix
* adjust dimensions
* fix
* adjust size
* tweak
* test blog cover
* fix
* fix
* fix
* fix
* use prod url
* fix title size
* Update v1.0-stable.md
---------
Co-authored-by: Luke Kim <80174+lukekim@users.noreply.github.com>
a year ago
Add CODEOWNERS
5 years ago
Add copilot instructions (#613)
2 years ago
v0.7-alpha updates (#100)
* 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>
2 years ago
Docs improvements (#1269)
* Improve docs
* Formatting
* Fix links
* Update website/docs/reference/sql/aggregate_functions.md
Co-authored-by: Phillip LeBlanc <phillip@spice.ai>
* Update website/docs/reference/sql/dml.md
Co-authored-by: Phillip LeBlanc <phillip@spice.ai>
* Update website/docs/reference/sql/explain.md
Co-authored-by: Phillip LeBlanc <phillip@spice.ai>
---------
Co-authored-by: Phillip LeBlanc <phillip@spice.ai>
5 months ago