Event Store blog
-
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...
-
Now we can start getting to some of the interesting things in Projections. It was quite odd, as I was leading up to this post...
-
In the “intermission” post we jumped ahead quite a bit in terms of the complexity of the projection we were building. Let’s jump...
-
There was a pretty good question this morning when I checked comments on posts. “What is the difference between projections and,...
-
Yesterday I was meeting with a company. We were going through some of their problems and looking at whether the Event Store and...
-
In Projections 2 we looked at creating a very simple projection that would analyze our statistics inside of the Event Store. The...
-
In the first post on projections we talked a bit about the theory behind projections. In this post we are going to try to create...
-
Over at eventstore.com we have 1.0’d the Event Store database as an Event Store (i.e. storing/retrieving events/multinode...
-
Travelling and watching people using the Event Store I have seen many with a confusion about how streams work. In particular...
-
-
As Christmas and New Year fast approach us, we have lots of goodies we’re going to be announcing at Event Store!