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)

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)