* using the right DB names in the proxy database file
* using the right DB names in the olympus database file
and the right ports
* using the right DB name in the docker-compose
* adding mongo URL to the buffalo env file
* adding mongo URL to the proxy env file
* updating port for the proxy DB
* updating DB schemas for olympus and the proxy
* making the readme a little more up to date
* Add rdbms backend
* Remove unused imports
* Fix ci
* Fix problems
* Now test works
* Fix lint errors
* Change name to more descriptive
* Add logic to support rdbms storage
* Update to new newStorage logic