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 Name | Type | Description |
---|---|---|
load-readings-index | SQLite Database | |
results_cache | SQLite Database | |
weather-readings | SQLite Database |
Each sub-directory should contain the following files prepended with the date using the format <YYYY-MM-DD>
:
File Name | Type | Description |
---|---|---|
YYYY-MM-DD-network-model | SQLite Database | |
YYYY-MM-DD-load-readings | SQLite Database |
caution
All files inside the date directory should contain only the respective day's data.