Event Store logo
  • Products
    • EventStoreDB

      An open-source database built to store state-transition events with business context and support real-time data streaming.

      Learn more Download EventStoreDB OSS →
    • Products
    • EventStoreDB

    • Event Store Cloud
    • Services
    • Training

    • Consulting

    • Commercial Support
  • Use Cases
    • Customers

      Detailed case studies from Event Store customers across a range of industries bring to life the benefits of Event Sourcing and the business benefits of using EventStoreDB.

      See what our customers say
    • By Industry
    • Finance

    • Healthcare

    • Government

    • Retail

    • Tech

    • Logistics & Transportation
  • Resources
    • Get Started

      Want to start learning and using EventStoreDB? Visit our developers' website and follow our installation and getting started instructions for EventStoreDB Server and gRPC clients.

      Developers' website
    • Learn
    • Training

    • Blog

    • Webinars

    • Documentation

    • FAQs

    • Community
    • Beginner Guides
    • Event Sourcing

    • CQRS

    • Event-Driven Architecture
  • Support
    • Report an issue

      Let us know what issue/s your facing and we will do our best to help.

      Report an issue Explore consulting packages →
    • Commercial Support
    • EventStoreDB Support

    • Event Store Cloud Support

    • Existing Customer Login
    • Community
    • Join our community

    • Discuss forum

    • Github

    • Discord
  • About
    • Contact Us

      Want to get in touch with the Event Store team? Visit our contact page to send us an enquiry.

      Get in touch
    • Company
    • Our Story

    • Events

    • Careers

    • Community

    • Company News

    • FAQs
  • Products
    • EventStoreDB
    • EventStoreDB
    • Event Store Cloud
    • Training
    • Consulting
    • Commercial Support
  • Use Cases
    • Customers
    • Finance
    • Healthcare
    • Government
    • Retail
    • Tech
    • Logistics & Transportation
  • Resources
    • Get Started
    • Training
    • Blog
    • Webinars
    • Documentation
    • FAQs
    • Community
    • Event Sourcing
    • CQRS
    • Event-Driven Architecture
  • Support
    • Report an issue
    • EventStoreDB Support
    • Event Store Cloud Support
    • Existing Customer Login
    • Join our community
    • Discuss forum
    • Github
    • Discord
  • About
    • Contact Us
    • Our Story
    • Events
    • Careers
    • Community
    • Company News
    • FAQs
  • Developers
  • Download
Developers Download
Home/Blog

Event Store blog

  • Layout
    Search
      Categories
      Tags

      Follow this blog to stay up to date on what’s happening at Event Store:

    • Articles

      EventStoreDB 3.0.0 - Configuration Changes

      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...
      James Nugent  |  04 September 2014
      • EventStoreDB
      • v3
    • Articles

      EventStoreDB 3.0.0 - Using Event Store from the JVM

      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...
      James Nugent  |  03 September 2014
      • EventStoreDB
      • v3
    • Articles

      EventStoreDB 3.0.0 - Static Linking & Where Did SingleNode Go?

      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...
      James Nugent  |  02 September 2014
      • EventStoreDB
      • v3
    • News

      Ouro's Birthday!

      It's now approaching two years since [Event Store](/event-store/) was open-sourced on September 17th, 2012 at an event at Skills...
      Greg Young  |  01 September 2014
      • EventStoreDB
    • Articles

      EventStoreDB 3.0.0 - New Media Types

      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...
      James Nugent  |  01 September 2014
      • EventStoreDB
      • v3
    • Articles

      EventStoreDB 3.0.0 - In-Memory Mode

      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...
      James Nugent  |  31 August 2014
      • EventStoreDB
      • v3
    • Release Notes

      EventStoreDB 3.0.0 Release Candidate available

      It’s been quite a while since our last binary release, a fact which has been commented on by many people on Twitter! However,...
      James Nugent  |  20 March 2014
      • EventStoreDB
      • v3
    • Articles

      Disabling disk caching in Ubuntu

      Amongst the many interesting discussions I had at Build Stuff last week was about how it’s desirable to switch off disk caching...
      James Nugent  |  18 December 2013
    • Release Notes

      Version 2.0.1 released

      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  |  31 July 2013
      • EventStoreDB
      • v2
    • Release Notes

      v2.0 binaries released

      Version 2.0 binaries are now available for download on our website.
      Greg Young  |  18 July 2013
      • EventStoreDB
      • v2
    • Articles

      Murphy

      As all of us who have released production software before know, if something totally rare and unseen will happen it almost always...
      Greg Young  |  08 July 2013
      • EventStoreDB
      • Nodes
    • Articles

      Testing Event Store HA

      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...
      Greg Young  |  07 July 2013
    • Tutorials

      Catch-up subscriptions with the Event Store

      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...
      James Nugent  |  06 July 2013
      • EventStoreDB
      • Streams
    • News

      Support for Single Node (Open Source) available

      It seems there are many of you happy with the Event Store running on a single node (and therefore the open source version) in...
      Chris Watt  |  29 May 2013
    • Articles

      Why can’t I update an event?

      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  |  27 May 2013
      • Event Sourcing
      • EventStoreDB
      • Streams
    • News

      Updated repository sample code

      As you may be aware, we’re removing the $streamCreated event which currently appears in all streams in favour of a metadata...
      James Nugent  |  24 April 2013
    • Tutorials

      Projections 8: internal indexing

      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
      • Event Sourcing
      • EventStoreDB
      • Projections
    • Tutorials

      Projections 7: Multiple Streams

      Up until this point we have only used two event selection methods for our projections. We have used fromStream(‘stream’) which...
      Greg Young  |  09 March 2013
      • Event Sourcing
      • EventStoreDB
      • Projections
    • Articles

      Ensuring writes – multi-node replication

      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  |  01 March 2013
      • Event Sourcing
      • EventStoreDB
      • Nodes
    • Tutorials

      Projections 6: An indexing use case

      As we went through in Projections 5 : Indexing, the linkTo() function is capable of emitting pointers to another stream. This can...
      Greg Young  |  27 February 2013
      • Event Sourcing
      • EventStoreDB
      • Projections
    ❮ 1 ...
    9 10 11 12 13
    ❯
    • About us
      • Our company
      • Careers
      • Events
      • Community
      • Press room
      • Get in touch
    • EventStoreDB
      • Open-source database
      • Cloud managed service
      • Downloads
      • Release notes
      • FAQs
    • Pricing
      • Cloud pricing
      • Support pricing
    • Sites
      • Developers
      • Training
      • Community forum
      • Github
      • Discord
    • Customer logins
      • Cloud sign in
      • Support sign in
      Follow us
      • Twitter
      • LinkedIn
      • YouTube

    • Security
    • Terms of use
    • Privacy policy
    • Cookie preferences
    • © 2023 Event Store Limited
    Event Store and EventStoreDB are registered trademarks of Event Store Ltd ISO 27001:2013 Certified SOC 2 Type 2 Certified
    Subscribe to our developer news