Skip to content

Commit 2887ec9

Browse files
authored
chore: Add README (#7)
1 parent a616196 commit 2887ec9

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed
+20
Loading

README.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!-- markdownlint-disable MD041 MD033 -->
2+
3+
<p align="center">
4+
<img width="150" src="./.readme/static/borrowed/Icon_Stackable.svg" alt="Stackable Logo"/>
5+
</p>
6+
7+
<h1 align="center">Stackable Demos & Stacks</h1>
8+
9+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg)](https://docs.stackable.tech/home/stable/contributor/index.html)
10+
11+
[Stackable Data Platform](https://stackable.tech/) | [Platform Docs](https://docs.stackable.tech/) | [Discussions](https://github.com/orgs/stackabletech/discussions) | [Discord](https://discord.gg/7kZ3BNnCAF)
12+
13+
A demo is an end-to-end demonstration of the usage of the Stackable data platform. It is tied to a specific stack of the
14+
Stackable data platform, which will provide the required products for the demo. The list of demos can be browsed either
15+
via our documentation page [here][demo-overview] or with the `demo list` command of our `stackablectl` tool. More
16+
information about this command can be found [here][demo-cmd].
17+
18+
A stack is a collection of ready-to-use Stackable data products as well as required third-party services like Postgresql
19+
or MinIO. It is tied to a specific release of the Stackable data platform, which will provide the required operators for
20+
the stack. Stacks can be listed using the `stack list` command, see [here][stack-cmd] for more information.
21+
22+
[stack-cmd]: https://docs.stackable.tech/management/stable/stackablectl/commands/stack
23+
[demo-cmd]: https://docs.stackable.tech/management/stable/stackablectl/commands/demo
24+
[demo-overview]: https://docs.stackable.tech/home/stable/demos/

0 commit comments

Comments
 (0)