eregs / regulations-parser

Parser for U.S. federal regulations and other regulatory information
Creative Commons Zero v1.0 Universal
37 stars 39 forks source link

Web API: Decide on & implement file storage for uploads #302

Open tadhg-ohiggins opened 8 years ago

tadhg-ohiggins commented 8 years ago

Currently the Web API is both storing uploaded files in the filesystem and putting their contents into the database, which is clearly wrong. I think the right approach is to use file storage, and abstract it to the point that it works locally and in production.