Blogs for you ...

Spring Reactive Transaction With Mongo

2020-05-08 spring-boot mongo reactive transaction kotlin

Reading time: 2 Min(s)

In this blog post we will use ReactiveMongoTransactionManager class to manage the transaction. Read More

Spring+kotlin+mongo+testcontainer

2020-01-18 testcontainer spring kotlin mongo

Reading time: 2 Min(s)

Example of using test container with kotlin, testcontainer and mongodb Read More

Scala Mongo example with akka-http and akka-stream

2019-12-23 akka akka-http docker sbt scala scala mongo

Reading time: 3 Min(s)

In this tutorial we shall create and CRUD web application in Scala. We will use MongoDB Scala Driver to communicate to the mongo database. It is officially supported Scala driver for MongoDB. Along with that we shall create a Rest API using akka-http module and akka-streams. Read More