title | layout |
---|---|
Documentation |
docs |
Event Store docs are hosted on GitHub. The repository is public and it’s open to issues and pull requests. Contributions, corrections and feedback are all welcome.
Read through the Introduction section if you’re new to Event Store. If you know what you are looking for navigate to the section and version you need.
URLs for documentation pages are version-specific. If you want to share a link that always points to the latest (non pre-release) version you can replace the version number in the URL with “latest”. For example:
- http://docs.geteventstore.com/http-api/3.0.0/security always points to version 3.0.0.
- http://docs.geteventstore.com/http-api/latest/security always points to the latest stable version.
The following blog posts talk about the Event Store and may be useful for features that aren’t yet documented here. If you know of any others, please let us know! For more articles by Event Store visit our blog.
- Part 1: Introduction
- Part 2: Implementing the CommonDomain repository interface
- Part 3: Subscriptions
- Part 1: Projections Theory
- Part 2: A Simple SEP Projection
- Part 3: Using State
- Intermission: A Case Study
- Part 4: Event Matching
- Part 5: Indexing
- Part 6: An Indexing Use Case
- Part 7: Multiple Streams
- Part 8: Internal Indexing
- Part 1: Introduction to the EventStore
- Part 2: Pushing data into the EventStore
- Part 3: Projections in the EventStore
- Part 4: Re-partitioning streams in the EventStore
- Part 5: Creating a projection per stream
- Part 6: Pumping data from Github into the EventStore
- Part 7: Emitting new events from a projection
- Part 8: Who is the sweariest of them all?
- Part 9: Temporal queries in the event store
- Part 10: Projections from multiple streams
- Part 11: Temporal averages
- Part 12: (Aside) Database storage and backing up
- Part 13: Sentiment analysis of github commits
- Ensuring Writes - describes how writing works in our commercial highly available product.
- The Cost of Creating a Stream
- Various Hash Implementations (BSD Licensed!)
- Ouro’s 2nd Birthday introducing Event Store 3.0.0.
- Greg Young’s “In The Brain” session about using projections for Complex Event Processing.