Skip to content

Create a class for abstracting MongoDB Scala Driver methods

Summary

Our Feed Service should have a class that can abstract all MongoDB Scala Driver methods.

  • This would allow for model repositories to use these methods.