Skip to content

Commit f71864a

Browse files
committed
add more links
1 parent 94dac7b commit f71864a

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

doc/specific_iocs/dae/Datastreaming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Overall architecture is still being decided, but this is an initial idea of how
2323
{#kafkacluster}
2424
## The Kafka Cluster
2525

26-
There is a (non-production!) Kafka cluster at `livedata.isis.cclrc.ac.uk:31092`.
26+
There is a (non-production!) [Redpanda](https://www.redpanda.com/) Kafka cluster at `livedata.isis.cclrc.ac.uk:31092`.
2727
A web interface is available [here](https://reduce.isis.cclrc.ac.uk/redpanda-console/overview).
2828

2929
:::{important}

doc/specific_iocs/dae/datastreaming/Datastreaming---File-writing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ The [filewriter](https://github.com/ess-dmsc/kafka-to-nexus) is responsible for
44

55
There is also a [filewriter written for the SuperMuSR project](https://github.com/STFC-ICD-Research-and-Design/supermusr-data-pipeline/tree/main/nexus-writer) which we may choose to use. This will be decided in [this ticket](https://github.com/ISISComputingGroup/DataStreaming/issues/2)
66

7-
We are currently figuring out topology on how to run this, ie one-per-instrument or a central one. For now it is not deployed or running anywhere.
7+
We are currently figuring out topology on how to run this, ie one-per-instrument or centrally.

doc/specific_iocs/dae/datastreaming/Datastreaming-How-To.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33

44
This is a guide for basic operations using either the development or production Kafka clusters we use for data streaming at ISIS.
55

6-
Note that there are many ways to do the following, what is written here is the way commonly done at ISIS on our development and production clusters. Something like `kafka-tool` is a nice GUI that will list topics, brokers, etc and create or delete topics. You may have more luck running things like `kafkacat`, `kafkacow` or any of the official Kafka scripts under the [Windows subsystem for linux](https://docs.microsoft.com/en-gb/windows/wsl/install-win10)
7-
6+
Note that there are many ways to do the following, what is written here is the way commonly done at ISIS on our development and production clusters. [Redpanda Console](https://github.com/redpanda-data/console) allows for topic creation etc. which is a web-based application.
87

98
## Topic operations
109

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{#dsrunstartstops}
22
# Data streaming: run starts/stops
33

4-
Run starts and stops will be dealt with by `borzoi` and the flatbuffers will be constructed in this process. It may need to be hooked onto by `ISISDAE` for older instruments using DAE2/DAE3 and the ISISICP.
4+
Run starts and stops will be dealt with by [`borzoi`](https://github.com/ISISComputingGroup/borzoi) and the flatbuffers blobs will be constructed in this process. It may need to be hooked onto by `ISISDAE` for older instruments using DAE2/DAE3 and the ISISICP.
55

0 commit comments

Comments
 (0)