I want to create this web “service”:
HTTP REQUEST: User uploads a SQLite file
(REQUEST PROCESSING) the app reads the SQLite and perform a basic operation
HTTP RESPONSE: Stream the SQLite file back, as a download for the user.
Is it possible with Google AppEngine?
(feel free to suggest different method)
If not, any free hosting service where that would be possible? It is for users of an open source software, no money for hosting.
It is possible but requires a bit of development: