-
Notifications
You must be signed in to change notification settings - Fork 317
Description
Hi there,
I am considering to continue using JKAN for the Risk Data Library catalog https://jkan.riskdatalibrary.org/datasets/ (currently an MVP product).
However, we would potentially have a lot of files to handle. Hopefully several thousands at some point.
I am therefore trying to understand the limitation in terms of number of metadata files for a JKAN site to function.
Hosting
This of course depends on server size. In our case, the site is stored on GitHub pages for now though we might consider an alternative. According to GitHub, it is advised not to have a repo more than 1GB so if we consider 2KB per metada files, this is about 500,000 files limit.
Search and filtering
Not sure what search engine is used for JKAN but I am guessing file limit should be much less than the storage limit as index needs to be downloaded and processed on the client side?
Any help appreciated.