Greg Young | 31 July 2013
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...
Greg Young | 27 May 2013
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...
Greg Young | 09 March 2013
In the last post we introduced the new concept of fromStreams([]) that will join multiple streams into a single stream for your...
Greg Young | 09 March 2013
Up until this point we have only used two event selection methods for our projections. We have used fromStream(‘stream’) which...
Greg Young | 01 March 2013
We have gotten the question very often how the multi-node version works with replication. After typing it up about five times in...
Greg Young | 27 February 2013
As we went through in Projections 5 : Indexing, the linkTo() function is capable of emitting pointers to another stream. This can...
Greg Young | 18 February 2013
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...
Greg Young | 18 February 2013
In the “intermission” post we jumped ahead quite a bit in terms of the complexity of the projection we were building. Let’s jump...
Greg Young | 18 February 2013
There was a pretty good question this morning when I checked comments on posts. “What is the difference between projections and,...
Greg Young | 17 February 2013
Yesterday I was meeting with a company. We were going through some of their problems and looking at whether the Event Store and...
Greg Young | 15 February 2013
In Projections 2 we looked at creating a very simple projection that would analyze our statistics inside of the Event Store. The...
Greg Young | 13 February 2013
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...
Greg Young | 12 February 2013
Over at eventstore.com we have 1.0’d the Event Store database as an Event Store (i.e. storing/retrieving events/multinode...
Greg Young | 10 February 2013
Travelling and watching people using the Event Store I have seen many with a confusion about how streams work. In particular...
Greg Young | 26 September 2012
One of the main use cases we had for using Javascript as our query language was that the same code could be hosted in a browser....
Greg Young | 25 September 2012
We went through the process last night of setting up Amazon EC2 nodes with the Event Store running on them. This post is a quick...