assemblee-virtuelle / assemblee-virtuelle/semapps
Persist JSON-LD Contexts
- Dominant language
- TypeScript
- Stars
- 103
- Forks
- 14
- Avg merge
- 1m
- Merged PRs (30d)
- 2
Description
**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.
Contributor guide
No contributing guide indexed for this repository
Research direction
No files, tests, or entry points are named. First locate the in-memory JSON-LD context cache and the server's JSON-LD parsing path, then compare Redis or Moleculer cache persistence with hard-coded contexts; done means parsing still works when the remote context resource is unavailable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- redis, typescript
- Domain
- backend, databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100