-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement observer with SQL query support and parquet export
Implement an F3 observer that: * listens to F3 gossipsub messages * collects them as long as they can be decoded as CBOR * offers a SQL interface to query them over a HTTP * rotates them into Parquet files * deletes any rotated files based on a configured maximum age Fix base image to distroless/cc because of duckdb libstdc++ dependencies.
- Loading branch information
Showing
18 changed files
with
1,102 additions
and
603 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,3 @@ coverage.txt | |
/f3 | ||
# f3 manifest | ||
/manifest.json | ||
/observer |
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.