waikato-ufdl / ufdl-backend

User-Friendly Deep Learning (UFDL) - backend system.
Apache License 2.0
1 stars 0 forks source link

MongoDB as backend for storing data #94

Open fracpete opened 3 years ago

fracpete commented 3 years ago

MongoDB can be used for storing binary data (GridFS): https://pub.towardsai.net/how-to-use-mongodb-to-store-and-retrieve-ml-models-2a8a831e7326

Add that as an alternative to the current file-based backend.