noi-techpark / infrastructure-v2

Open Data Hub Infrastructure v2 Repository
1 stars 0 forks source link

As an Open Data Hub maintainer I need a solution to save files > 16MB in mongodb #11

Open clezag opened 11 months ago

clezag commented 11 months ago

MongoDB has a hard limit of 16MB on bson files. Already (with spreadsheets) we've encountered files bigger than that. And we're bound to have files many times larger in the future (GTFS, parquet etc., maybe even videos)

Mongo does have functionality to store arbitrarily large files, so we will probably have to modify all the components accessing mongodb to support this (writer route, notifier, transformer)