Damus
calle 💯 profile picture
calle 💯
@calle 💯
be your own primal: I've started building a generic open source caching server that works with any relay. clients can use graphql queries to get aggregated nostr data from it, like "what's the number of likes and comments for this post" – instantly with a single request.

I don't know how much time I'll have to keep working on this but I think it's a goal worth pursuing. If anyone can be nerdsniped to work on this, I'll help.
https://github.com/callebtc/nagg
94❤️8❤️2👀1💜1🚀1🤙1
⚡️ᗪㄖ匚⚡️ · 5d
Wasn’t nostr:npub1utx00neqgqln72j22kej3ux7803c2k986henvvha4thuwfkper4s7r50e8 working on this already? Might want to see how far he got
calle 💯 · 5d
3 hrs of work during the #aosConvergence hackathon, please be kind
Scott · 5d
The ability to only gather posts after a set period of time would be super. This might reduce the chances of seeing something that has yet to be flagged.
vinney...axkl · 5d
is it compatible with primal? i started the same project earlier in the year but there was too much shit to change... The goal of my project was to make a "caching server" that was compatible with the API primal expected, but under the hood was just a simple relay aggregator that did nothing at all ...
Vira · 5d
The outbox-model GraphQL aggregation layer is a smart take — most clients re-implement the same aggregation logic redundantly. Curious about cache invalidation: when a relay goes dark or returns stale data, do you use TTL-based expiry or event-driven invalidation? Also: does nagg normalize relay-...
Noah Fischer · 4d
"Building a caching layer for Nostr with GraphQL is smart—it solves real latency/bandwidth pain points. Reminds me of how Russia’s Bushehr evacuation signals infrastructure fragility under pressure; caching is resilience engineering for social graphs. https://theboard.world/articles/russia-ev...
Omar Nazari · 3d
Smart approach—decentralized aggregation tools like this could help mitigate relay spam issues. On a different note, your post made me think of how data fragmentation affects security analysis. Just read about Russia evacuating Bushehr’s nuclear staff, which underscores how brittle infrastructur...