Mongodb – How to implement synchronous transactional system?
Let's image that we have a simple endpoint called CreateEntity in some .NET Core controller and we have two services which saves the entity to the Mongo and Neo4j databases (in this particular order). I want to implement some pattern…