Skip to content

Commit ce1edb4

Browse files
Add cloud solution and discord (#74)
* add cloud solution * fix badge
1 parent 85889fb commit ce1edb4

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@
1111
[crates.io Badge]: https://img.shields.io/crates/v/skardi.svg
1212
[Docs]: https://docs.rs/skardi
1313
[Docs Badge]: https://docs.rs/skardi/badge.svg
14+
[Discord]: https://discord.gg/S5YQQPEV2m
15+
[Discord Badge]: https://img.shields.io/badge/Discord-Join-5865F2?logo=discord&logoColor=white
1416

1517
[![CI Badge]][CI]
1618
[![crates.io Badge]][crates.io]
1719
[![Docs Badge]][Docs]
20+
[![Discord Badge]][Discord]
1821

1922
</p>
2023
</div>
@@ -43,6 +46,7 @@ Skardi runs federated SQL across files, databases, object stores, and vector sto
4346

4447
## Table of Contents
4548

49+
- [Cloud (Sealos)](#cloud-sealos)
4650
- [Installation](#installation)
4751
- [Quick Start](#quick-start)
4852
- [Architecture](#architecture)
@@ -71,6 +75,11 @@ Skardi runs federated SQL across files, databases, object stores, and vector sto
7175
- [Observability](#observability)
7276
- [Docker](#docker)
7377
- [Building from Source](#building-from-source)
78+
- [Community](#community)
79+
80+
## Cloud (Sealos)
81+
82+
The fastest way to get started is with **[skardi-skills](https://github.com/SkardiLabs/skardi-skills)** — a collection of ready-to-deploy Skardi templates for [Sealos](https://sealos.io). Launch a fully configured Skardi server in the cloud with one click, no local setup required.
7483

7584
## Installation
7685

@@ -809,6 +818,10 @@ The [demo/](demo/) directory contains complete working examples:
809818
| [demo/onnx_predict/](demo/onnx_predict/) | ONNX model inference in SQL |
810819
| [demo/S3_USAGE.md](demo/S3_USAGE.md) | S3 data source configuration guide |
811820

821+
## Community
822+
823+
Have questions, ideas, or want to share what you're building with Skardi? Join us on [Discord](https://discord.gg/S5YQQPEV2m)!
824+
812825
## License
813826

814827
See [LICENSE](LICENSE) for details.

0 commit comments

Comments
 (0)