Kaixhin / FGLab

Future Gadget Laboratory
https://kaixhin.github.io/FGLab/
MIT License
223 stars 34 forks source link

Allow uploading small files #4

Closed Kaixhin closed 8 years ago

Kaixhin commented 8 years ago

MongoDB has the ability to store small files as binary data as part of a document. As opposed to code versions like git commit hashes, uploading source code would be a much more reliable way of maintaining code provenance during development.

Kaixhin commented 8 years ago

Closed by 7fd222476153514df5c3049cfd5b54123ddc7c61. The GridFS implementation in fact allows very large files to be stored.