Event Store blog
-
As we gear up to launch version 3.0.0 of [Event Store](/event-store/) at our annual birthday party (which you should totally come...
-
As we gear up to launch version 3.0.0 of [Event Store](/event-store/) at our annual birthday party (which you should totally come...
-
As we gear up to launch version 3.0.0 of [Event Store](/event-store/) at our annual birthday party (which you should totally come...
-
It's now approaching two years since [Event Store](/event-store/) was open-sourced on September 17th, 2012 at an event at Skills...
-
As we gear up to launch version 3.0.0 of Event Store, we decided it would be a good idea to run a short series of articles...
-
As we gear up to launch version 3.0.0 of Event Store at our annual birthday party (which you should totally come to!), we decided...
-
It’s been quite a while since our last binary release, a fact which has been commented on by many people on Twitter! However,...
-
Amongst the many interesting discussions I had at Build Stuff last week was about how it’s desirable to switch off disk caching...
-
For this release you probably want to upgrade. We admit it—we were muppets. One of the changes in the release is to lock down the...
-
Version 2.0 binaries are now available for download on our website.
-
As all of us who have released production software before know, if something totally rare and unseen will happen it almost always...
-
As we prepare to release Event Store 2.0.0 binaries (the source code was just merged to the master branch over on GitHub), we...
-
We have had many questions about how to use the catch-up subscriptions in the C# Event Store Client API. In this post I’ll build...
-
It seems there are many of you happy with the Event Store running on a single node (and therefore the open source version) in...
-
Last week on a call with someone the question came up about the Event Store about why can they not update and event and how...
-
As you may be aware, we’re removing the $streamCreated event which currently appears in all streams in favour of a metadata...
-
In the last post we introduced the new concept of fromStreams([]) that will join multiple streams into a single stream for your...
-
Up until this point we have only used two event selection methods for our projections. We have used fromStream(‘stream’) which...
-
We have gotten the question very often how the multi-node version works with replication. After typing it up about five times in...
-
As we went through in Projections 5 : Indexing, the linkTo() function is capable of emitting pointers to another stream. This can...