Skip to content

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

Description

@dvayanu

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions