You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/demos/pages/index.adoc
+23-4Lines changed: 23 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,20 +10,39 @@ include::partial$demos.adoc[]
10
10
[IMPORTANT]
11
11
.External Components in these demos
12
12
====
13
-
These demos are provided by Stackable as showcases to demonstrate potential architectures that could be built with the Stackable Data Platform.
14
-
As such they may include components that are not supported by Stackable as part of our commercial offering.
13
+
The demos provided by Stackable serve as showcases to illustrate potential architectures that can be built using the Stackable Data Platform.
14
+
Please note that these demos may include components that are not supported by Stackable as part of our commercial offering.
15
15
16
-
If you are evaluating one or more of these demos with the intention of purchasing a subscription, make sure to double-check the list of supported operators; anything that is not mentioned on there is not part of our commercial offering.
16
+
If you are evaluating these demos with the intention of purchasing a subscription, please ensure that you review the xref:operators:index.adoc[list of supported operators].
17
+
Any components not listed there are not part of our commercial offering.
17
18
18
-
Below you can find a list of components that are currently contained in one or more of the demos for reference, if something is missing from this list and also not mentioned on our operators list, then this component is not supported:
19
+
Below is an incomplete list of third-party components referenced in these demos:
19
20
20
21
* Grafana
21
22
* JupyterHub
23
+
* Keycloak
22
24
* MinIO
23
25
* OpenLDAP
24
26
* OpenSearch
25
27
* OpenSearch Dashboards
26
28
* PostgreSQL
27
29
* Prometheus
28
30
* Redis
31
+
* Vector Aggregator
29
32
====
33
+
34
+
== Demo Code
35
+
36
+
The manifests and code used by the demos, can be found in the https://github.com/stackabletech/demos[demo repository,window=_blank].
37
+
Each demo is constructed in the following way:
38
+
39
+
* `demos/demos-v2.yaml` file: lists the available demos and uses additional parameters to build up the demo, e.g.
40
+
** `stackableStack` references the stack belonging to this demo
41
+
** `manifests` includes a list of additional manifests for the demo, mostly jobs to create tables or ingest example data
42
+
** `resourceRequests` specifying the needed resources for the demo to run
43
+
* `stacks/stacks-v2.yaml` file: lists the available stacks, which are referenced by the `demos/demos-v2.yaml` file, and uses additional parameters to build up the underlying stack, e.g.
44
+
** `stackableOperators` are all the operators that are installed as part of the demo
45
+
** `manifests` contains all the manifests needed to setup the products and third-party tools
46
+
** `parameters` is a list of values used in the manifest files, for example as credentials or other settings
47
+
48
+
For more information on how to add custom demos/stacks, refer to the xref:management:stackablectl:customization/index.adoc[Customization section of stackablectl,window=_blank].
0 commit comments