boltdb/bolt

is there a way to replicate boltdb across multiple servers?

m-abdalrahman opened this issue · 2 comments

I built web service using boltdb, and I'm trying to make this service high availability,
but I don't know how I can replicate data between different servers,
is there a way to make me do that?

Thanks in advance.

No, there's nothing in Bolt to support high availability. You'll need to add an additional layer at a higher level for that.

If you feel brave, you can give a try at this lib.
It's not an out-of-the-box solution but it provides some building blocks for what you want to achieve.