|
11 | 11 | [crates.io Badge]: https://img.shields.io/crates/v/skardi.svg |
12 | 12 | [Docs]: https://docs.rs/skardi |
13 | 13 | [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 |
14 | 16 |
|
15 | 17 | [![CI Badge]][CI] |
16 | 18 | [![crates.io Badge]][crates.io] |
17 | 19 | [![Docs Badge]][Docs] |
| 20 | +[![Discord Badge]][Discord] |
18 | 21 |
|
19 | 22 | </p> |
20 | 23 | </div> |
@@ -43,6 +46,7 @@ Skardi runs federated SQL across files, databases, object stores, and vector sto |
43 | 46 |
|
44 | 47 | ## Table of Contents |
45 | 48 |
|
| 49 | +- [Cloud (Sealos)](#cloud-sealos) |
46 | 50 | - [Installation](#installation) |
47 | 51 | - [Quick Start](#quick-start) |
48 | 52 | - [Architecture](#architecture) |
@@ -71,6 +75,11 @@ Skardi runs federated SQL across files, databases, object stores, and vector sto |
71 | 75 | - [Observability](#observability) |
72 | 76 | - [Docker](#docker) |
73 | 77 | - [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. |
74 | 83 |
|
75 | 84 | ## Installation |
76 | 85 |
|
@@ -809,6 +818,10 @@ The [demo/](demo/) directory contains complete working examples: |
809 | 818 | | [demo/onnx_predict/](demo/onnx_predict/) | ONNX model inference in SQL | |
810 | 819 | | [demo/S3_USAGE.md](demo/S3_USAGE.md) | S3 data source configuration guide | |
811 | 820 |
|
| 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 | + |
812 | 825 | ## License |
813 | 826 |
|
814 | 827 | See [LICENSE](LICENSE) for details. |
0 commit comments