Issue
JSON-LD contexts are cached in memory but not persisted.
In case a JSON-LD context resource is not available (e.g. the host went down), the server cannot parse json-ld objects with the given context.
Proposal
We should persist JSON-LD contexts (e.g. in redis / moleculer cache) or perhaps hard-code certain ones, as done with the ActivityStreams conetxt.
Issue
JSON-LD contexts are cached in memory but not persisted.
In case a JSON-LD context resource is not available (e.g. the host went down), the server cannot parse json-ld objects with the given context.
Proposal
We should persist JSON-LD contexts (e.g. in redis / moleculer cache) or perhaps hard-code certain ones, as done with the ActivityStreams conetxt.