hermeznetwork / hermez-node

Hermez node Go implementation
GNU Affero General Public License v3.0
61 stars 33 forks source link

Use bbold instead mongodb #989

Closed mfcastellani closed 3 years ago

mfcastellani commented 3 years ago

mongodb is a very insecure software, and is hard to configure properly. A good option is bbold

https://github.com/etcd-io/bbolt

jeffprestes commented 3 years ago

We also have to test and to study Storm framework on top of bbold. As bbold alone is very verbose and Storm bring in several improvements in terms of usage.