• Hornet Storage operates beneath Nostr, storing relay data as Merkle DAGs/Trees in its key-value database.
  • The relay manager lets operators view data usage by service and select which services to host.
  • e.g. data is tagged with a credential indicating it’s service type, such as “nostr note” for posts, “nostrtube” for a Nostr YouTube video, “stemstr” for a Stemstr music note, and “git” for a got repository folder, among others.
  • Browse Nostr without HTTP. Connect to relays directly.
  • Hashed organized storage to avoid data duplication, with compressed Merkle branches and batched queries for syncing many missing leaf hashes in a request.
  • Warning: Relay is currently in development phase. It is not yet stable and not recommended for production use.