banking-kata-java
banking-kata-java copied to clipboard
BankAccountRepository - MongoDB
Adding a secondary implementation for BankAccountRepository with MongoDB. Make it configurable so that we can switch between them.
Thanks @eamtalu, I will have a look at your PR.
Thanks @eamtalu, good start with the skeleton for MongoDB.
To continue forward, the remaining work is to complete the comments in MongoBankAccountStorage
and to make the test MongoBankAccountStorageTest
pass (currently it's disabled because MongoDB implementation isn't finished yet).
You can have an attempt to continue this if you wish. (Perhaps JpaBankAccountStorage
and JpaBankAccountStorageTest
might be useful for reference).