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
:description: This demo installs Airflow with Postgres and Redis on Kubernetes, showcasing DAG scheduling, job runs, and status verification via the Airflow UI.
3
4
4
5
Install this demo on an existing Kubernetes cluster:
5
6
@@ -102,9 +103,10 @@ Click on the `run_every_minute` box in the centre of the page and then select `L
102
103
103
104
[WARNING]
104
105
====
105
-
In this demo, the logs are not available when the KubernetesExecutor is deployed. See the https://airflow.apache.org/docs/apache-airflow/stable/core-concepts/executor/kubernetes.html#managing-dags-and-logs[Airflow Documentation] for more details.
106
+
In this demo, the logs are not available when the KubernetesExecutor is deployed.
107
+
See the https://airflow.apache.org/docs/apache-airflow/stable/core-concepts/executor/kubernetes.html#managing-dags-and-logs[Airflow Documentation] for more details.
106
108
107
-
If you are interested in persisting the logs, please take a look at the xref:logging.adoc[] demo.
109
+
If you are interested in persisting the logs, take a look at the xref:logging.adoc[] demo.
:description: This demo showcases end-to-end security in Stackable Data Platform with OPA, featuring row/column access control, OIDC, Kerberos, and flexible group policies.
4
4
5
5
This is a demo to showcase what can be done with Open Policy Agent around authorization in the Stackable Data Platform.
6
6
It covers the following aspects of security:
@@ -55,8 +55,7 @@ You can see the deployed products and their relationship in the following diagra
Please note the different types of arrows used to connect the technologies in here, which symbolize
59
-
how authentication happens along that route and if impersonation is used for queries executed.
58
+
Note the different types of arrows used to connect the technologies in here, which symbolize how authentication happens along that route and if impersonation is used for queries executed.
60
59
61
60
The Trino schema (with schemas, tables and views) is shown below.
:description: Explore Stackable demos showcasing data platform architectures. Includes external components for evaluation.
3
4
4
-
The pages below this section guide you on how to use the demos provided by Stackable. To install a demo please follow
5
-
the xref:management:stackablectl:quickstart.adoc[quickstart guide] or have a look at the
6
-
xref:management:stackablectl:commands/demo.adoc[demo command]. We currently offer the following list of demos:
5
+
The pages in this section guide you on how to use the demos provided by Stackable.
6
+
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].
7
+
These are the available demos:
7
8
8
9
include::partial$demos.adoc[]
9
10
10
11
[IMPORTANT]
11
12
.External Components in these demos
12
13
====
13
-
These demos are provided by Stackable as showcases to demonstrate potential architectures that could be built with the
14
-
Stackable Data Platform. As such they may include components that are not supported by Stackable as part of our
15
-
commercial offering.
14
+
These demos are provided by Stackable as showcases to demonstrate potential architectures that could be built with the Stackable Data Platform.
15
+
As such they may include components that are not supported by Stackable as part of our commercial offering.
16
16
17
-
If you are evaluating one or more of these demos with the intention of purchasing a subscription, please make sure to
18
-
double-check the list of supported operators, anything that is not mentioned on there is not part of our commercial
19
-
offering.
17
+
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.
20
18
21
-
Below you can find a list of components that are currently contained in one or more of the demos for reference, if
22
-
something is missing from this list and also not mentioned on our operators list, then this component is not supported:
19
+
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:
0 commit comments