holepunchto/hyperbee

Write/read access management, multi-master replicas

Opened this issue · 0 comments

Is there a way where I can set rules for read/write accesses for particular ip? If not ip, maybe some hyper hash or something.

I look though the docs and can’t find that.

The most basic example:

  • I wanna make a few different machines with allow-write access
  • I wanna make everyone else allow-read access
  • (Think or this idea like decentralized database, with multiple master-replicas that are automatically synchronized with each other)

Maybe I look at the wrong tool, and for that there’s not hyperbee, but hyperdrive, or hyperswarm, or hyperspace, or hypercore, or hyper-something-else. Please guide me 😰

Currently I assume there only one approach with probably more typical database approach: master+slaves replicas. No multi-master approach. Is that so?