EventStore.Client
1.0.1-prerelease
This is a prerelease version of EventStore.Client.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package EventStore.Client --version 1.0.1-prerelease
NuGet\Install-Package EventStore.Client -Version 1.0.1-prerelease
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EventStore.Client" Version="1.0.1-prerelease" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EventStore.Client" Version="1.0.1-prerelease" />
<PackageReference Include="EventStore.Client" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EventStore.Client --version 1.0.1-prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EventStore.Client, 1.0.1-prerelease"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package EventStore.Client@1.0.1-prerelease
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=EventStore.Client&version=1.0.1-prerelease&prerelease
#tool nuget:?package=EventStore.Client&version=1.0.1-prerelease&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
The client API for the Event Store. Get the open source or commercial versions of the Event Store server from http://geteventstore.com/
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (16)
Showing the top 16 popular GitHub repositories that depend on EventStore.Client:
Repository | Stars |
---|---|
kurrent-io/KurrentDB
KurrentDB is a database that's engineered for modern software applications and event-driven architectures. Its event-native design simplifies data modeling and preserves data integrity while the integrated streaming engine solves distributed messaging challenges and ensures data consistency.
|
|
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
|
|
eventflow/EventFlow
Async/await first CQRS+ES and DDD framework for .NET
|
|
PacktPublishing/Hands-On-Domain-Driven-Design-with-.NET-Core
Hands-On Domain-Driven Design with .NET Core, published by Packt
|
|
mizrael/SuperSafeBank
Sample Event Sourcing implementation with .NET Core
|
|
VeritasSoftware/AspNetCore.ApiGateway
Framework for an API Gateway endorsed by the .NET Foundation as revolutionary!
|
|
yreynhout/AggregateSource
Lightweight infrastructure for doing eventsourcing using aggregates
|
|
elbandit/PPPDDD
Sample code for the book Principles, Practices and Patterns of Domain-Driven Design
|
|
OKTAYKIR/EventFlow.Example
DDD+CQRS+Event-sourcing examples using EventFlow following CQRS-ES architecture. It is configured with RabbitMQ, MongoDB(Snapshot store), PostgreSQL(Read store), EventStore(GES). It's targeted to .Net Core 2.2 and include docker compose file.
|
|
alexeyzimarev/ddd-book
Hands-on DDD with C# book code
|
|
charlessolar/DDD.Enterprise.Example
An example of an enterprise-ready architecture built with NServicebus, GetEventStore, RabbitMq, and ServiceStack
|
|
BitTacklr/Projac
A set of .NET projection libraries
|
|
dasiths/NEventLite
NEventLite - An extensible lightweight library for .NET that manages the Aggregate lifecycle in an Event Sourced system. Supports Event and Snapshot storage providers like EventStore/Redis or SQL Server. Built with dependency injection in mind and seamlessly integrates with AspNetCore.
|
|
MoienTajik/MediatrTutorial
CQRS implementation in ASP.NET Core using MediatR in .NET 5
|
|
mastoj/CQRSShop
Simple CQRS and eventsourcing with eventstore and elasticsearch
|
|
mat-mcloughlin/PatientMangement
A simple example of how to build an event sourced application
|
Version | Downloads | Last Updated |
---|---|---|
3.3.1 | 2,750 | 10/12/2015 |
3.2.1 | 1,309 | 9/9/2015 |
3.2.0 | 256 | 9/6/2015 |
3.0.2 | 9,161 | 3/9/2015 |
3.0.2-prerelease | 206 | 2/24/2015 |
3.0.1 | 7,063 | 10/24/2014 |
3.0.0 | 3,259 | 9/17/2014 |
3.0.0-rc9 | 361 | 8/19/2014 |
3.0.0-rc2 | 1,271 | 3/20/2014 |
2.0.2 | 8,273 | 8/2/2013 |
2.0.1 | 160 | 8/1/2013 |
2.0.0 | 910 | 7/19/2013 |
1.1.0 | 1,246 | 3/28/2013 |
1.1.0-rc2 | 113 | 3/22/2013 |
1.1.0-rc1 | 173 | 3/6/2013 |
1.0.3-prerelease | 137 | 2/18/2013 |
1.0.1 | 604 | 2/11/2013 |
1.0.1-prerelease | 111 | 2/11/2013 |
1.0.0 | 1,111 | 1/21/2013 |
Initial release of the client API