mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
minor, created engineDB folder but not going to proceed for the moment
This commit is contained in:
parent
b6bab62819
commit
5373c0adfc
1 changed files with 7 additions and 0 deletions
7
src/app/engineDb/README.md
Normal file
7
src/app/engineDb/README.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Engine DB
|
||||
|
||||
This database folder is specifically for managing the database which stores data outputs for our recommendation engine
|
||||
|
||||
Namely, there are a number of process that are run asynchronously, such as determination if UPRNs are in a conservation area, cleaning of EPC data and more. These processes produce static data outputs that are stored to this engine database.
|
||||
|
||||
This database will rarely be accessed from the front end
|
||||
Loading…
Add table
Reference in a new issue