Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement HIST and database #27

Merged
merged 34 commits into from
May 17, 2023
Merged

Implement HIST and database #27

merged 34 commits into from
May 17, 2023

Conversation

Uggah
Copy link
Contributor

@Uggah Uggah commented May 17, 2023

Messages published on the pubsub broker are saved on a database and can be retrieved using the HIST request.
They can also be organized in the request using parameters (from, until, max_density).
To store the messages, we use a sqlite database.

Closes #9

Uggah added 30 commits May 11, 2023 16:42
…y logging, fix issues with context singleton, fix error handling in root.go
Database entries are compressed to decrease file size.
@Uggah Uggah added the Feature New feature or request label May 17, 2023
@Uggah Uggah added this to the MVP - Minimum viable product milestone May 17, 2023
@Uggah Uggah requested a review from Joystick01 May 17, 2023 13:28
@Uggah Uggah self-assigned this May 17, 2023
Copy link
Contributor

@Joystick01 Joystick01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Viel rot,
Noch mehr Grün,
leider kein Blau oder Orange.

LGTM ;)

@Uggah Uggah merged commit 3e6b5ed into development May 17, 2023
@Uggah Uggah deleted the database branch May 17, 2023 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants