Convert streaming api to the TSDB#2647
Merged
jmthomas merged 15 commits intorelease/v7.0.0from Jan 13, 2026
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/v7.0.0 #2647 +/- ##
==================================================
- Coverage 78.33% 78.30% -0.03%
==================================================
Files 473 473
Lines 34179 34393 +214
Branches 736 736
==================================================
+ Hits 26774 26933 +159
- Misses 7325 7380 +55
Partials 80 80
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ryanmelt
requested changes
Dec 26, 2025
Member
ryanmelt
left a comment
There was a problem hiding this comment.
You deleted log file playback which is still necessary for raw buffer playback.
ryanmelt
requested changes
Jan 9, 2026
Member
ryanmelt
left a comment
There was a problem hiding this comment.
Streaming whole decom packets should still use the TSDB, not the files which will no longer exist.
Also does the TSDB ever need to switch to Redis mode?
Split packet streaming by mode: DECOM packets now query QuestDB (TSDB) for historical data while RAW packets continue streaming from binary log files. This change reflects that decom log files will no longer exist, but raw packet files remain. Changes: - Refactor stream_packets() to route by stream_mode - Add stream_decom_packets_from_tsdb() to query QuestDB for all packet columns and map values based on value_type (RAW/CONVERTED/FORMATTED) - Rename original file-based streaming to stream_raw_packets_from_files() - Add build_packet_entry() to convert TSDB rows to packet format - Update tests to mock PG::Connection for DECOM packet streaming Co-Authored-By: Claude Opus 4.5 <[email protected]>
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.
No description provided.