Giter VIP home page Giter VIP logo

eventstore-client-dotnet's Introduction

EventStoreDB .NET Client

EventStoreDB is the event-native database, where business events are immutably stored and streamed. Designed for event-sourced, event-driven, and microservices architectures

This is the repository for the .NET client for EventStoreDB version 20+ and uses gRPC as the communication protocol. If you're looking for the TCP client library (legacy), check the EventStoreDB-Client-Dotnet-Legacy repo.

Installation

Reference the nuget package(s) for the API that you would like to call

Streams

Operations

Persistent Subscriptions

Projection Management

User Management

Open Telemetry

Telemetry instrumentation can be enabled by installing the Open Telemetry Extensions package.

Once installed you can configure instrumentation using the AddEventStoreClientInstrumentation extension method on a TracerProviderBuilder.

using var tracerProvider = Sdk.CreateTracerProviderBuilder()
    ...
    .AddEventStoreClientInstrumentation()
    ...
    .Build();

Tracing is the only telemetry currently exported, specifically for the Append and Subscribe (Catchup and Persistent) operations.

For more information about Open Telemetry, refer to the official documentation.

Support

Information on support and commercial tools such as LDAP authentication can be found here: Event Store Support.

CI Status

Build Build Build

Documentation

Documentation for EventStoreDB can be found here: Event Store Docs.

Bear in mind that this client is not yet properly documented. We are working hard on a new version of the documentation.

Communities

Contributing

Development is done on the master branch. We attempt to do our best to ensure that the history remains clean and to do so, we generally ask contributors to squash their commits into a set or single logical commit.

eventstore-client-dotnet's People

Contributors

thefringeninja avatar hayley-jean avatar pgermishuys avatar shaan1337 avatar timothycoleman avatar w1am avatar ragingkore avatar jageall avatar jen20 avatar pvanbuijtene avatar alexeyzimarev avatar oskardudycz avatar yoeight avatar josephcummings avatar mat-mcloughlin avatar arwinneil avatar condron avatar danielmarbach avatar brunozell avatar ylorph avatar artiomchi avatar avish0694 avatar tarmil avatar martinothamar avatar 321zer0 avatar nielspilgaard avatar nikodemmazur avatar dharmaturtle avatar dependabot[bot] 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.