Skip to content

Add filter system to reduce data before export #6

Description

@motero2k

Add the ability to activate/deactivate caching via an endpoint.

When activated, the data will be persisted in the database. A possible implementation is using two NEDB instances:

  • A short-term cache that selectively dumps data to a long-term storage and clears after the transfer.
  • A long-term storage for persisting data.

Additionally, consider extending the plugin system to support smaller activation plugins, which would be lighter than the larger plugins.

Tasks:

  • Implement activation/deactivation of caching via endpoint.
  • Set up two NEDB instances: one for short-term cache and one for long-term storage.
  • Implement selective dumping of data from the short-term cache to long-term storage, followed by clearing the short-term cache.
  • Extend the plugin system to support smaller activation plugins.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

Status
Next Actions

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions