Open ian-young opened 2 weeks ago
Store calculation outputs in an in-memory database such as Redis or SQLite to save on compute power when working with multiple files/sites.
Will need two tables:
The two will have a mandatory one-to-one relationship. An in-memory SQLite database may be the easiest approach as SQLite is native with Python. To aide development, SQLalchemy may be used.
SQLalchemy
Store calculation outputs in an in-memory database such as Redis or SQLite to save on compute power when working with multiple files/sites.