I'm working on a nodejs rest API running on a raspberry pi.
At the start of the app, I need to cache some large amount of JSON data, but I don't know how to do it without using too much memory.
What is the best caching solution to run on a small amount of RAM?