Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ image::nifi-kafka-druid-earthquake-data/superset_7a.png[]
The distribution of the earthquakes matches the continental plate margins.
This is the expected distribution from the {wikipedia}[Wikipedia article on Earthquakes].

NOTE: The earthquakes are rendered without a background map, as this is dependent upon a mapbox API key, which cannot be hosted in a public repository. The figure below shows how this would look if the user has their own key:
NOTE: The earthquakes are rendered without a background map, as this is dependent upon a mapbox API key, which cannot be hosted in a public repository. You can select one of the Open Street Map (OSM) styles on the left. The figure below shows how this would look if the user has their own key:

image::nifi-kafka-druid-earthquake-data/superset_7b.png[]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ You can execute a command on the Kafka broker to list the available topics as fo

[source,console]
----
$ kubectl k exec kafka-broker-default-0 -c kafka -- \
$ kubectl exec kafka-broker-default-0 -c kafka -- \
/stackable/kafka/bin/kafka-topics.sh \
--describe \
--bootstrap-server kafka-broker-default-headless.default.svc.cluster.local:9093 \
Expand Down Expand Up @@ -491,7 +491,7 @@ charts.

image::nifi-kafka-druid-water-level-data/superset_4a.png[]

NOTE: The charts on the right (`Current water level deviation` and `Stations distribution`) are rendered without a background map, as this is dependent upon a mapbox API key, which cannot be hosted in a public repository. The figure below shows how this would look if the user has their own key:
NOTE: The charts on the right (`Current water level deviation` and `Stations distribution`) are rendered without a background map, as this is dependent upon a mapbox API key, which cannot be hosted in a public repository. You can select one of the Open Street Map (OSM) styles on the left. The figure below shows how this would look if the user has their own key:

image::nifi-kafka-druid-water-level-data/superset_4b.png[]

Expand Down