Skip to content

Database

Arttu Kivimäki requested to merge database into main

Adding a sqlite3 database file (.db) output as an option for EODIE results. In addition to .csv files, statistics produced by EODIE can also be stored into a single .db file.

Example of results: Clipboard_-_June_2__2022_6_48_PM

Results for each index are stored in their own table in the database. The format follows the output format of postprocessing script combine_statistics_by_index.py that combines individual csv files per index into one csv.

To do further: postprocessing script for extracting results from database with different criteria. UPDATE: postprocessing script export_from_database.py added to postprocesses. Tested to some extent by myself.

Edited by Arttu Kivimäki

Merge request reports