# Olds, Dan Github Repo: https://github.com/DanOlds/dutc_data_viz ## Tell Us About… ### Your Project - Plots rendered on a web front-end which are being fed by streaming event data via Kafka/0MQ. This mimics the current way we vis our data on the beamline (streams of data delivered via 0MQ), but those plots are simply matplotlib windows. There is very limited interactivity in them, and they can only viz the latest data (streaming). Neat additional features would be a historical data lookup (via Tiled query, for example). - Proof of concept would be wonderful, even if a 'camera ready' product isn't ready at the end. ### Required Data - What data sets will you be using for your project? - Goal is to use this in future data streaming / Tiled search sources of data. Thus, it would be good to mock up something that could 'replay' or simulate data being streamed via a Kafka topic, in addition to some static query. There is some data here: https://tiled-demo.blueskyproject.io/ui/browse/um2022/olds ### Skills, tools, & technology - What skills, tools, and technology will you need. We will work things you mention here into our workshops to best equip you to tackle your project. - Not sure, but likely things like - Kafka, redis, react, javascript