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

Saving data from Use-Case producers (internal producers) in a psql db. #168

Open
dvayanu opened this issue Feb 22, 2024 · 0 comments
Open
Assignees

Comments

@dvayanu
Copy link
Member

dvayanu commented Feb 22, 2024

Apart from collecting data from various sources via connectors, moskito control also creates its own data for example when collecting data from an URL Connector (category use-case).

It would be great if we can save this data in a psql database for later analysis. This way we can have at least the important data for later analysis, for example the performance of the login page.

The data can be accessed via net.anotheria.moskito.core.snapshot.SnapshotConsumer net.anotheria.moskito.core.snapshot.SnapshotRepository

Currently it would be probably best to enable it via a plugin.
The plugin could save the data to a file and/or psql db depending on a config.

The category should be passed as configuration, so that the consumer only consumes specific data, not everthing (including internal libraries)

Screenshot 2024-02-22 at 16 41 04

@asamoilich asamoilich self-assigned this Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants