-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add descriptions and fix formatting (#97)
* Add descriptions and fix formatting * Add descriptions and fix formatting * fix formatting and HBase spelling * Update docs/modules/demos/pages/hbase-hdfs-load-cycling-data.adoc Co-authored-by: Razvan-Daniel Mihai <[email protected]> * Update docs/modules/demos/pages/hbase-hdfs-load-cycling-data.adoc Co-authored-by: Razvan-Daniel Mihai <[email protected]> * Update docs/modules/demos/pages/jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data.adoc Co-authored-by: Razvan-Daniel Mihai <[email protected]> * Update docs/modules/demos/pages/nifi-kafka-druid-earthquake-data.adoc Co-authored-by: Razvan-Daniel Mihai <[email protected]> * Update docs/modules/demos/pages/spark-k8s-anomaly-detection-taxi-data.adoc Co-authored-by: Razvan-Daniel Mihai <[email protected]> --------- Co-authored-by: Razvan-Daniel Mihai <[email protected]>
- Loading branch information
Showing
14 changed files
with
368 additions
and
393 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
207 changes: 102 additions & 105 deletions
207
docs/modules/demos/pages/data-lakehouse-iceberg-trino-spark.adoc
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,30 @@ | ||
= Demos | ||
:page-aliases: stable@stackablectl::demos/index.adoc | ||
:description: Explore Stackable demos showcasing data platform architectures. Includes external components for evaluation. | ||
|
||
The pages below this section guide you on how to use the demos provided by Stackable. To install a demo please follow | ||
the xref:management:stackablectl:quickstart.adoc[quickstart guide] or have a look at the | ||
xref:management:stackablectl:commands/demo.adoc[demo command]. We currently offer the following list of demos: | ||
The pages in this section guide you on how to use the demos provided by Stackable. | ||
To install a demo follow the xref:management:stackablectl:quickstart.adoc[quickstart guide] or have a look at the xref:management:stackablectl:commands/demo.adoc[demo command]. | ||
These are the available demos: | ||
|
||
include::partial$demos.adoc[] | ||
|
||
[IMPORTANT] | ||
.External Components in these demos | ||
==== | ||
These demos are provided by Stackable as showcases to demonstrate potential architectures that could be built with the | ||
Stackable Data Platform. As such they may include components that are not supported by Stackable as part of our | ||
commercial offering. | ||
These demos are provided by Stackable as showcases to demonstrate potential architectures that could be built with the Stackable Data Platform. | ||
As such they may include components that are not supported by Stackable as part of our commercial offering. | ||
If you are evaluating one or more of these demos with the intention of purchasing a subscription, please make sure to | ||
double-check the list of supported operators, anything that is not mentioned on there is not part of our commercial | ||
offering. | ||
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. | ||
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: | ||
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: | ||
- Grafana | ||
- JupyterHub | ||
- MinIO | ||
- OpenLDAP | ||
- OpenSearch | ||
- OpenSearch Dashboards | ||
- PostgreSQL | ||
- Prometheus | ||
- Redis | ||
* Grafana | ||
* JupyterHub | ||
* MinIO | ||
* OpenLDAP | ||
* OpenSearch | ||
* OpenSearch Dashboards | ||
* PostgreSQL | ||
* Prometheus | ||
* Redis | ||
==== |
Oops, something went wrong.