Giter Club home page Giter Club logo

event-store-samples's Introduction

EventStoreDB samples

EventStoreDB is an industrial-strength database technology used as the central data store for event-sourced systems. It is available open-source to run locally on most platforms or as SaaS through Event Store Cloud.

This repository provides samples demonstrating the functionalities of EventStoreDB and the client SDKs of EventStore and practical usage.

Common operations & usage samples can be found in the client repositories

Contributing

Feel free to create a GitHub issue if you have any questions or request for more explanation or samples.

We're open for any contribution! If you noticed some inconsistency, missing piece, or you'd like to extend existing samples - we'll be happy to get your Pull Request.

Read more in the Contribution Guidelines

Samples

Samples are organised by the specific topic. By going to the folder, you can find dedicated folders for different programming languages/environments.

  • .NET

    Description:

    • typical Event Sourcing with CQRS flow.
    • stores events to EventStoreDB.
    • shows how to organise the write model and read model handling.
    • Builds read models using Subscription to $all.
    • Read models are stored as ElasticSearch documents.
    • Shows how to unit and integration test solution.
  • Java

    Description:

    • typical Event Sourcing with CQRS flow.
    • stores events to EventStoreDB.
    • shows how to organise the write model and read model handling.
    • Builds read models using Subscription to $all.
    • Read models are stored as Postgres documents.
    • Shows how to unit and integration test solution.

    There are two variations of handling the business logic:

  • .NET

    Description:

    • shows how to Protecting Sensitive Data (e.g. for European General Data Protection Regulation) in Event-Sourced Systems.
    • shows how to use the .NET System.Security.Cryptography library with AES algorithm to encrypt and decrypt events' data.
    • uses EventStoreDB.

Description:

This samples show how to configure various ways of sending logs from EventStoreDB to Elasticsearch:

Running samples locally

Check the README.md file in the specific sample folder for the detailed run instructions.

Support

Information on commercial support can be found here: https://eventstore.com/support/.

Documentation can be found here: https://developers.eventstore.com/

We invite you to join our community discussion space at Discuss.

event-store-samples's People

Contributors

bartelink avatar mat-mcloughlin avatar oskardudycz avatar ylorph avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.