About This PoC

A front-end dynamic data solution

This is just the beginning. Only a read operation is implemented. This PoC supports only one tenant.

The "front-end back-end", if you will, is a python app hosted on Heroku. Heroku is a very easy to use cloud solution provider. For more information on Heroku, visit heroku.com. For more information about using Heroku for your python application, see Push Flask Apps To Heroku For Webhosting - Python and Flask #11 - YouTube.

View the source code of the index page to see how the solution is implemented. I'll break it down later as functionality is added.

To do

  • Multi-tenant read. Using client IDs.
  • Sessions. The ability to log in and edit a table row.
  • Client table definitions.
  • Full CRUD functionality. One table at first.