Merged
Conversation
bda6ca7 to
9ec884b
Compare
9ec884b to
b51b26a
Compare
plnyrich
approved these changes
Sep 1, 2025
6440493 to
a62294c
Compare
a62294c to
4fee7c9
Compare
added 9 commits
September 1, 2025 21:26
Adds config for clickhouse database connection, number of insterter threads, interface data template accepted as input etc.
needed for communication between manager and inserter in their own threads
needed for communication between manager and inserter in their own threads
- Suppresses -Wpedantic and -Wsign-conversion warnings - Wraps <clickhouse/client.h> with GCC diagnostic pragmas
used for converting unirec types and data into clickhouse equivalents
Inserters for inserting blocks into clickhouse database.
4fee7c9 to
8d5eb5f
Compare
Manager takes care of handling inserters, processing unirec data with datatype and storing it into blocks. Edited main for this and also to check if the template in input interface matches template specified in config
8d5eb5f to
933304b
Compare
added 4 commits
September 1, 2025 21:48
Integrate module into main file
933304b to
76d1cb5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
Introduces a new ClickHouse module for Nemea. This module converts Unirec records into ClickHouse format and stores them into configured ClickHouse database.