Skip to content
Ripp edited this page Jan 14, 2020 · 1 revision

Welcome to the data-resource-api wiki!

This is currently only documenting technical things that don't fit into the readme.

Why is the resource manager threaded?

  • The resource manager starts a thread that manages modifying the flask application and resource models and then exports the flask application. The thread enters a while true loop. This allows the flask application to be exported and it allows us to modify the flask application when we want to.
Clone this wiki locally