#asknostr

Dear Relays,

How do you run the database of nostr notes for users? What is happening on the backend and is there a common standard or is this left up to each relay to decide? ie. is one relay using SQLite and then fishing for the relevant post when a user requests it? While another uses a graphDB or like Neo4j or something, etc? Or is there a standard that is recognized or makes since with nostr in general and everyone is basically using an "SDK' or library that has this sort of thing common across the ecosystem.

Reply to this note

Please Login to reply.

Discussion

Yes, to all of that.

There are custom implementations, there are frameworks (fitajafs eventstore project on GitHub), etc.

No standard.

Any DB. Protocol does not define internals, but how you communicate with outside.