This repository was archived by the owner on Apr 10, 2024. It is now read-only.
This repository was archived by the owner on Apr 10, 2024. It is now read-only.
Add MongoDB support #42
Open
Description
Currently, fee oracle is using levelDB, but we should migrate to something that will scale better with the growing data set.
Implementation details
Ensure that communication toward DB is abstracted so we can always exchange it with another implementation.
Testing details
- Add units tests
Acceptance Criteria
- Fee oracle supports persisting data to MongoDB
- Passing unit and e2e tests