Software Developer
Uncategorized
Event-sourcing benefit: migrating between storage types
Jun 24th
Here’s an example of one benefit of Event Sourcing … How much work would typically result from “hey, we need to change platform and store our data in a different database …“? Even using NHibernate and going from one relational database to another, you’d potentially be looking at a significant piece of effort. Now imagine
MongoDB provider for Elmah
May 31st
As a follow up to my Elmah Error Logging with MongoDB Official Driver post: I’ve created a github repo for it and also published it as a NuGet package. Please let me know if you have any troubles (first attempt with NuGet!).
Running ElasticSearch as a Service on Windows 2008 x64
May 20th
How to run ElasticSearch as a Windows Service on Windows 2008 x64
Limit MongoDB memory use on Windows without Virtualization
Feb 27th
How to limit MongoDB memory use on Windows without virtualization by making use of the Windows System Resource Manager.