You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we can't store images/etc in the mongodb. This will be needed for sure later
Proposed initial solution:
enable GridFS in ALab collections by default. This should scale for some time, but in ~years timeframe present performance issues in our mongodb
Longer-term solution:
link blob storage (Google bucket, AWS EC2, etc) to our database. Raw files uploaded to blob storage, key stored in mongodb. This requires another service + a data schema, + updates to all our surrounding code. Maggma can provide a wrapper to simplify this implementation.
The text was updated successfully, but these errors were encountered:
Currently, we can't store images/etc in the mongodb. This will be needed for sure later
Proposed initial solution:
Longer-term solution:
The text was updated successfully, but these errors were encountered: