Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Filewriter: implement structure

オープン
#114 コメント 0 件 リアクション 0 件 担当者 1 名 GitHub で見る

@Tom-Willemsen がすでに取り組んでいます。

2026年9月18日 から。

評価

この issue はまだ評価されていません。

説明

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.

主要言語
言語のデータがありません
スター
0
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

ISISComputingGroup/DataStreaming のほかの issue

ISISComputingGroup/DataStreaming の issue をすべて見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。