Skip to main content
Version: Next

Data File Structure

The EWB server and the tools require a specific data file structure in order to run.


note

The top level directory of EWB can be configured by setting the appropriate path for ewbDataPath in the config files for the EWB server and the tools.

note

Data for each day should be contained in a seperate sub-directory with name format <YYYY-MM-DD>.

The top level of the directory should contain the following files:

File NameTypeDescription
load-readings-indexSQLite Database
results_cacheSQLite Database
weather-readingsSQLite Database

Each sub-directory should contain the following files prepended with the date using the format <YYYY-MM-DD> :

File NameTypeDescription
YYYY-MM-DD-network-modelSQLite Database
YYYY-MM-DD-load-readings SQLite Database
caution

All files inside the date directory should contain only the respective day's data.