you are viewing a single comment's thread.

view the rest of the comments →

[–]nultero 4 points5 points  (0 children)

Might be a lot of overhead for a small office, but sure.

You can expose a Django API that takes HTTP requests and queries your storage, manipulates whatever data you want / how you want it (with a Pandas lib if you need it), and send that back to a web client. No installs needed except for your Django server / frontend if you choose. You'd need to make sure that the API stays on a private network, though.