banking-kata-java icon indicating copy to clipboard operation
banking-kata-java copied to clipboard

BankAccountRepository - MongoDB

Open valentinajemuovic opened this issue 2 years ago • 1 comments

Adding a secondary implementation for BankAccountRepository with MongoDB. Make it configurable so that we can switch between them.

valentinajemuovic avatar Jun 21 '22 12:06 valentinajemuovic

Thanks @eamtalu, I will have a look at your PR.

valentinajemuovic avatar Jul 08 '22 07:07 valentinajemuovic

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).

valentinajemuovic avatar Jan 17 '23 07:01 valentinajemuovic