Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

Filewriter: implement structure

Abierto
#114 0 comentarios 0 reacciones 1 asignado Ver en GitHub

@Tom-Willemsen ya está trabajando en esto.

Desde el 18/9/2026.

Evaluación

Este issue todavía no se ha evaluado.

Descripción

Implement the initial top-level structure of the filewriter process, to prove that we have a design that will work in practice. This should follow DS ADR 10.

Should include:

  • Trait definitions for writer modules
  • Kafka-listening infrastructure (including pooled architecture)
  • HDF5-writing infrastructure
    • Including writing fully-static datasets/groups
  • Infrastructure for parsing dynamically-provided nexus_structure (part of run start)
    • Including configuration parameters for each writer module
  • Logging
  • Metrics
  • Testing
    • Including unit tests for individual writer modules
  • Benchmarking
    • Include a bench for each writer module
    • Include one overall top-level bench for writing a small but representative file in-memory
  • Docs
  • Error propagation with appropriate context for debugging (likely miette + thiserror)
  • Two different writer modules, which may write simple/incomplete data at this stage.
    • E.g. simplified IXseblock and simplified NXevent_data

Functionally, the end point of this ticket is that we have a filewriter process that can listen to streams of data from Kafka and write some data from those streams, in a simplified/incomplete way, to a HDF5/NeXus file.

Lenguaje dominante
Sin datos de lenguaje
Estrellas
0
Forks
0
Métricas de merge de PR
Sin PR fusionados en 30 d

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de ISISComputingGroup/DataStreaming

Todos los issues de ISISComputingGroup/DataStreaming

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.