Skip to content

Persisting the analysis state #13

@jevdplas

Description

@jevdplas

Currently, it is not possible to save the state of an analysis to a file, and to restore it afterwards. This hampers (performance) testing and debugging, especially for incremental analyses: to test an incremental update, a full initial analysis must be run beforehand (to deliver the analysis state that is to be updated), and a full reanalysis must be run afterwards (to verify the correctness of the analysis). Therefore, adding persistent storage of analyses will lead to a major improvement in the debug and test cycle, and can be useful for benchmarking as well.

Analyses can possibly be stored using the .json format.

Metadata

Metadata

Assignees

No one assigned

    Labels

    EnhancementNew feature or requestModular analysisRelated to the modular analysis core.Student project?Item that could be a student thesis (ba/ma).

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions