simple-python-db-compute


A simple Python compute server using flask and a database

This is a simple Python compute server that is built using three components: * web server -- flask * database -- mongodb (or sqlite) web server only talks to database * compute server -- python; talks only to database

Project Information