This repository was archived by the owner on Feb 16, 2024. It is now read-only.
File tree 4 files changed +20
-10
lines changed 4 files changed +20
-10
lines changed Original file line number Diff line number Diff line change 7
7
** xref:commands/services.adoc[]
8
8
** xref:commands/stack.adoc[]
9
9
* xref:demos/index.adoc[]
10
- ** xref:demos/airflow-scheduled-job.adoc[]
11
- ** xref:demos/data-lakehouse-iceberg-trino-spark.adoc[]
12
- ** xref:demos/hbase-hdfs-load-cycling-data.adoc[]
13
- ** xref:demos/jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data.adoc[]
14
- ** xref:demos/logging.adoc[]
15
- ** xref:demos/nifi-kafka-druid-earthquake-data.adoc[]
16
- ** xref:demos/nifi-kafka-druid-water-level-data.adoc[]
17
- ** xref:demos/spark-k8s-anomaly-detection-taxi-data.adoc[]
18
- ** xref:demos/trino-iceberg.adoc[]
19
- ** xref:demos/trino-taxi-data.adoc[]
10
+ include::partial$demos.adoc[]
20
11
* xref:customization/index.adoc[]
21
12
** xref:customization/add_demo.adoc[]
22
13
** xref:customization/add_stack.adoc[]
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ The pages below this section guide you on how to use the demos provided by Stack
4
4
5
5
To install a demo please follow the xref:quickstart.adoc[quickstart guide] or have a look at the xref:commands/demo.adoc[demo command].
6
6
7
+ We currently offer the following list of demos:
8
+
9
+ include::partial$demos.adoc[]
10
+
7
11
[IMPORTANT]
8
12
.External Components in these demos
9
13
====
Original file line number Diff line number Diff line change @@ -47,3 +47,8 @@ Demos are installed with the xref:commands/demo.adoc[] command.
47
47
A demo needs a stack to run on.
48
48
To achieve this a demo has a dependency on a stack which gets automatically installed when a demo is installed.
49
49
The stack in turn will install the needed Stackable release.
50
+
51
+ You can browse the available demos xref:demos/index.adoc[on the demo page].
52
+ We currently offer the following list of demos:
53
+
54
+ include::partial$demos.adoc[]
Original file line number Diff line number Diff line change
1
+ **** xref:demos/airflow-scheduled-job.adoc[]
2
+ **** xref:demos/data-lakehouse-iceberg-trino-spark.adoc[]
3
+ **** xref:demos/hbase-hdfs-load-cycling-data.adoc[]
4
+ **** xref:demos/jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data.adoc[]
5
+ **** xref:demos/logging.adoc[]
6
+ **** xref:demos/nifi-kafka-druid-earthquake-data.adoc[]
7
+ **** xref:demos/nifi-kafka-druid-water-level-data.adoc[]
8
+ **** xref:demos/spark-k8s-anomaly-detection-taxi-data.adoc[]
9
+ **** xref:demos/trino-iceberg.adoc[]
10
+ **** xref:demos/trino-taxi-data.adoc[]
You can’t perform that action at this time.
0 commit comments