This article covers at a very high level what’s needed to start exploring the Akka persistence plug-in when working together with Couchbase. It will also help you get a sample application running with Couchbase as a backend data store. If you’re new to Akka.Net, and/or Akka.Persistence we’ve written little story to help clarify what each component does. Otherwise if you’re more experienced, or short on time, skip the story to get the details of the Akka.Persistence.Couchbase plugin. Read More
Posts Tagged: The Right Tools
Setting Up An Erlang and SQL Server Test Rig
We are in the beginnings of a project in which we will be building an Erlang service. The first step in being able to develop anything is to have a test rig that will allow you to mimic the final production environment. Read More