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
{{ message }}
This repository was archived by the owner on Feb 16, 2024. It is now read-only.
Here you can see the two buckets the S3 is split into:
91
+
92
+
1. `staging`: The demo loads static datasets into this area. It is stored in different formats, such as csv and parquet. It does contain actual data tables as well as lookup tables.
93
+
2. `warehouse`: This bucket is where the cleaned and/or aggregated data resides. The data is stored in the https://iceberg.apache.org/[Apache Iceberg] table format.
94
+
95
+
=== Inspect warehouse
96
+
Click on the blue button `Browse` on the bucket `warehouse`.
You can have a look at the ingestion job running in NiFi by opening the given `nifi` endpoint `https` from your `stackablectl services list` command output (https://217.160.120.117:31499 in this case).
128
+
If you get a warning regarding the self-signed certificate generated by the xref:secret-operator::index.adoc[Secret Operator] (e.g. `Warning: Potential Security Risk Ahead`), you have to tell your browser to trust the website and continue.
As you can see, the NiFi workflow consists of lot's of components.
137
+
You can zoom in by using your mouse and mouse wheel.
138
+
On the left side are two strands, that
139
+
140
+
1. Fetch the list of known water-level stations and ingests them into Kafka
141
+
2. Continuously run a loop fetching the measurements of the last 30 for every measuring stations and ingesting the measurements into Kafka
142
+
143
+
On the right side are three strands, that
144
+
145
+
1. Fetch the current shred bike stations information
146
+
2. Fetch the current shred bike stations status
147
+
3. Fetch the current shred bike bike status
148
+
149
+
For details on the NiFi workflow ingesting water-level data please read on the xref:demos/nifi-kafka-druid-water-level-data.adoc#_nifi[nifi-kafka-druid-water-level-data documentation on NiFi].
0 commit comments