digidem / simple-odk

A minimal ODK server for receiving form submissions from a mobile device and saving them as JSON on github
19 stars 9 forks source link

Add file system data store #10

Open hallahan opened 9 years ago

hallahan commented 9 years ago

Although there is a file system media store, a file system data store would also be useful. Github & S3 are great, but a simple file system store would be quite useful if collecting and serving from something like a Raspberry Pi.

Have you considered this option?

gmaclennan commented 8 years ago

Yes, definitely planning on this. See also OpenMapKitServer which is built on Simple-ODK

hallahan commented 8 years ago

Yes, that's what I made after asking this question ^_^.

We could probably put in a file system store like we did on OpenMapKit Server with low effort.

gmaclennan commented 8 years ago

Oh, hi Nick! now I know your Github account :) Haven't revisited simple-odk for a little while, but last time I was at it I was moving everything to streams in the streams branch. I should be taking a look at where that code is in the next 2-3 weeks.