What is #nostrdb? A custom DB that runs on relay servers? Or some kind of meta “distributed” DB?

Reply to this note

Please Login to reply.

Discussion

Its a local, embeddable nostr database in the same design as strfry.

https://github.com/damus-io/nostrdb

Ahh that makes sense. So it runs client side, and optimized to communicate with the relays

Optimized for ingesting events from the outside world in the most efficient way possible, so that notes can queried locally and mapped to data types in your app with no serialization overhead. Basically does all the heavy lifting so your UI can take care of Ui things

Maybe translate that for the folks that don’t speak such languages 😍

😂🫂💜

nostr is getting better

In theory you could use this for both clients and relays?