Skip to content

Commit bc0a848

Browse files
committed
update signal-processing demo and documentation
1 parent 1876bad commit bc0a848

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

docs/modules/demos/pages/signal-processing.adoc

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Now access the JupyterHub web interface via http://localhost:8000.
6161

6262
You should see the JupyterHub login page where you can login with username `admin` and password `adminadmin`.
6363

64-
You should arrive at your workspace where you can click on the `notebooks` folder on the left, open the file and run it. Click on the double arrow to execute the Python scripts:
64+
You should arrive at your workspace where you can double-click on the `notebook` folder on the left, open the file and run it. Click on the double arrow to execute the Python scripts:
6565

6666
image::signal-processing/notebook.png[]
6767

@@ -82,24 +82,24 @@ Grafana can be reached by first looking up the service endpoint:
8282
[source,console]
8383
----
8484
$ stackablectl stacklet list
85-
┌───────────┬───────────┬───────────┬──────────────────────────────────┬─────────────────────────────────────────┐
86-
│ Product ┆ Name ┆ Namespace ┆ Endpoints ┆ Info │
87-
╞═══════════╪═══════════╪═══════════╪══════════════════════════════════╪═════════════════════════════════════════╡
88-
│ nifi ┆ nifi ┆ default ┆ https https://172.19.0.3:30176 ┆ │
89-
├╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
90-
│ zookeeper ┆ zookeeper ┆ default ┆ ┆ │
91-
├╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
92-
│ grafana ┆ grafana ┆ default ┆ service 172.19.0.3:30387 ┆ Third party service │
93-
┆ Admin user: admin, password: adminadmin
94-
└───────────┴───────────┴───────────┴──────────────────────────────────┴─────────────────────────────────────────┘
85+
86+
┌───────────┬───────────┬───────────┬───────────────────────────────────┬─────────────────────────────────┐
87+
│ PRODUCT ┆ NAME ┆ NAMESPACE ┆ ENDPOINTS ┆ CONDITIONS │
88+
╞═══════════╪═══════════╪═══════════╪═══════════════════════════════════╪═════════════════════════════════╡
89+
│ nifi ┆ nifi ┆ default ┆ https https://172.18.0.3:30851 ┆ Available, Reconciling, Running │
90+
├╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
91+
│ zookeeper ┆ zookeeper ┆ default ┆ ┆ Available, Reconciling, Running │
92+
├╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
93+
grafana ┆ grafana ┆ default ┆ service 172.18.0.3:30499 ┆ │
94+
└───────────┴───────────┴───────────┴───────────────────────────────────┴─────────────────────────────────┘
9595
9696
----
9797

9898
Log in to Grafana with username `admin` and password `adminadmin` and navigate to the dashboards. There are two located in the "Stackable Data Platform" folder.
9999

100100
=== Measurements
101101

102-
This is the original data. The first graph plots two measurments (`r1`, `r2`), togther with the model scores (`r1_score`, `r2_score`, `r1_score_lttb`). These are superimposed on each other for ease of comparison.
102+
This is the original data. The first graph plots two measurments (`r1`, `r2`), together with the model scores (`r1_score`, `r2_score`, `r1_score_lttb`). These are superimposed on each other for ease of comparison.
103103

104104
image::signal-processing/measurements.png[]
105105

stacks/signal-processing/nifi.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ spec:
77
image:
88
productVersion: 1.25.0
99
custom: docker.stackable.tech/demos/nifi:1.25.0-postgresql
10-
pullPolicy: Never
1110
clusterConfig:
1211
listenerClass: external-unstable
1312
zookeeperConfigMapName: nifi-znode

0 commit comments

Comments
 (0)