SilberWitch on Nostr: Nostr is a database with the data spread out thinly, eventually-consistent, and with ...
Nostr is a database with the data spread out thinly, eventually-consistent, and with n entry points and query interfaces.
It's a massive, universal data store with no bottleneck.
It's a massive, universal data store with no bottleneck.
quoting nevent1q…emltThis works because most people won't need to access most of the data most of the time, and the data is redundant, so you can have n entry points to the same data because the data has clones all over the place.
This creates and n:n system with no bottleneck.