← Back to list

developing-tenzir
by tenzir
Tenzir is the data pipeline engine for security teams.
⭐ 717🍴 102📅 Jan 23, 2026
SKILL.md
name: developing-tenzir description: Tenzir C++ idioms, APIs, and coding conventions. Use when implementing TQL functions, operators, working with series/table_slice, Arrow arrays, view3 abstractions, or asking about Tenzir code style.
Developing Tenzir
Tenzir-specific idioms, APIs, and abstractions for C++ development.
Core Principle
Work on columns, not rows. Tenzir uses Apache Arrow for columnar data processing. Evaluate expressions once per series or slice, then iterate if row-wise access is needed.
Topics
APIs and Patterns:
- data-access.md — Reading and iterating columnar data
- data-building.md — Constructing series and table slices
- variant-access.md — Working with variants and match
- error-handling.md — TRY, check, and expected patterns
- functions.md — Implementing TQL functions
- operators.md — Implementing TQL operators (incl. secrets)
Tooling and Conventions:
- external-files.md — Third-party code scaffold
- utilities.md — Generic utilities in tenzir::detail
- hashing.md — Hashing infrastructure
- parser-combinators.md — Parser combinator framework
- common-types.md — Reusable common types
Score
Total Score
80/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
✓人気
GitHub Stars 500以上
+10
✓最近の活動
1ヶ月以内に更新
+10
✓フォーク
10回以上フォークされている
+5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon
