You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The final Analysis Framework has been designed. Each Analysis will have, potentially, multiple AnalysisExecutors, depending on the data input source and the available frameworks.
The Analysis will produce an AnalysisResult with the information of the analysis status, the generated files, the list of steps, and the progress. This AnalysisResult will be written always to disk, as a status.json file in the output directory.
AnalysisResult:
String id
String executorId
ObjectMap executorParams
Date start
Date end
Status status
String id
String step
float completedPercentage
Date date
List warnings
List outputFiles
String name
FileType type
List steps
String id
Date start
Date end
Status status
ObjectMap attributes
Tasks
Fill the issue description
Add the AnalysisResultManager
Use Soruce and Frameworks to decide automatically the Executor
The text was updated successfully, but these errors were encountered:
The final Analysis Framework has been designed. Each Analysis will have, potentially, multiple AnalysisExecutors, depending on the data input source and the available frameworks.
The Analysis will produce an AnalysisResult with the information of the analysis status, the generated files, the list of steps, and the progress. This AnalysisResult will be written always to disk, as a status.json file in the output directory.
AnalysisResult:
Tasks
The text was updated successfully, but these errors were encountered: