Mongo By Relays!
It's cool that Nostr apps can be thin clients using Nostr as a free backend π
Sometimes though I just want a db to store some data that doesn't live forever on public relays where a boring offline DB would be sweet.
Quick example project to implement NostrMQ as a simple access layer for MongoDB requests.
-> No hosting, no api layer ephemeral keys for misdirection and encrypted responses.
- https://github.com/humansinstitute/nostrMQ/blob/main/docs/mongobyrelay.md
- https://github.com/humansinstitute/nostrMQ/blob/main/examples/mongo-pilot-client.js