From 5373c0adfc352fa9f30bc084fc56552dd2ce9390 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Thu, 10 Aug 2023 10:56:39 +0100 Subject: [PATCH] minor, created engineDB folder but not going to proceed for the moment --- src/app/engineDb/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/app/engineDb/README.md diff --git a/src/app/engineDb/README.md b/src/app/engineDb/README.md new file mode 100644 index 0000000..9043f2c --- /dev/null +++ b/src/app/engineDb/README.md @@ -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