Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
Alex Gleason (alex@gleasonator.com)'s status on Saturday, 27-Jan-2024 06:47:02 JSTAlex Gleason @63fe6318dc58583cfe16810f86dd09e18bfd76aabc24a0081ce2856f330504ed Check these modules:
NStore interface: https://gitlab.com/soapbox-pub/NLib/-/blob/main/interfaces/NStore.ts
NCache (minimalist NStore implementation for small datasets): https://gitlab.com/soapbox-pub/NLib/-/blob/main/src/NCache.ts
Optimizer (routes filters to different storages by statically analyzing the filters): https://gitlab.com/soapbox-pub/ditto/-/blob/main/src/storages/optimizer.ts
I'm currently working on creating a Relay class that implements NStore.
The goal of NLib is to standardize event storage implementations in JavaScript, and then compose them together.