Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions demos/demos-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
memory: 42034Mi
pvc: 75Gi # 30Gi for Kafka
nifi-kafka-druid-water-level-data:
description: Demo ingesting water level data into Kafka using NiFi, streaming it into Druid and creating a Superset dashboard

Check failure on line 76 in demos/demos-v2.yaml

View workflow job for this annotation

GitHub Actions / pre-commit

76:18 [colons] too many spaces after colon
documentation: https://docs.stackable.tech/stackablectl/stable/demos/nifi-kafka-druid-water-level-data.html
stackableStack: nifi-kafka-druid-superset-s3
labels:
Expand Down Expand Up @@ -147,25 +147,6 @@
cpu: 6800m
memory: 15822Mi
pvc: 28Gi
trino-subsea-data:
description: Demo loading ca. 600m^2 of ocean floor in a surface plot to visualize the irregularities of the ocean floor.
# documentation: -- Currently not documented
stackableStack: trino-superset-s3
labels:
- trino
- superset
- minio
- s3
- parquet
manifests:
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/demos/trino-subsea-data/load-test-data.yaml
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/demos/trino-subsea-data/create-table-in-trino.yaml
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/demos/trino-subsea-data/setup-superset.yaml
supportedNamespaces: []
resourceRequests:
cpu: 6800m
memory: 15822Mi
pvc: 28Gi
data-lakehouse-iceberg-trino-spark:
description: Data lakehouse using Iceberg lakehouse on S3, Trino as query engine, Spark for streaming ingest and Superset for data visualization. Multiple datasources like taxi data, water levels in Germany, earthquakes, e-charging stations and more are loaded.
documentation: https://docs.stackable.tech/stackablectl/stable/demos/data-lakehouse-iceberg-trino-spark.html
Expand Down
83 changes: 0 additions & 83 deletions demos/trino-subsea-data/create-table-in-trino.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions demos/trino-subsea-data/load-test-data.yaml

This file was deleted.

95 changes: 0 additions & 95 deletions demos/trino-subsea-data/setup-superset.yaml

This file was deleted.

Binary file removed demos/trino-subsea-data/superset-assets.zip
Binary file not shown.
5 changes: 0 additions & 5 deletions stacks/trino-superset-s3/superset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
roleGroups:
default:
replicas: 1
configOverrides:
superset_config.py:
# Needed by trino-subsea-data demo
ROW_LIMIT: "200000"
SQL_MAX_ROW: "200000"
---
apiVersion: v1
kind: Secret
Expand All @@ -30,8 +25,8 @@
adminUser.firstname: Superset
adminUser.lastname: Admin
adminUser.email: [email protected]
adminUser.password: {{ supersetAdminPassword }}

Check failure on line 28 in stacks/trino-superset-s3/superset.yaml

View workflow job for this annotation

GitHub Actions / pre-commit

28:25 [braces] too many spaces inside braces

Check failure on line 28 in stacks/trino-superset-s3/superset.yaml

View workflow job for this annotation

GitHub Actions / pre-commit

28:47 [braces] too many spaces inside braces
connections.secretKey: {{ supersetSecretKey }}

Check failure on line 29 in stacks/trino-superset-s3/superset.yaml

View workflow job for this annotation

GitHub Actions / pre-commit

29:28 [braces] too many spaces inside braces

Check failure on line 29 in stacks/trino-superset-s3/superset.yaml

View workflow job for this annotation

GitHub Actions / pre-commit

29:46 [braces] too many spaces inside braces
connections.sqlalchemyDatabaseUri: postgresql://superset:superset@postgresql-superset/superset
---
apiVersion: v1
Expand Down
Loading