Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
NotificationsYou must be signed in to change notification settings

kurrent-io/EventStoreDB-Client-Dotnet-Legacy

Repository files navigation

EventStoreDB .NET TCP Client

EventStoreDB is the open-source, functional database with Complex Event Processing in JavaScript.

This is the repository for the legacy .NET TCP client for EventStoreDB version 5 - 23.10 and uses TCP as the communication protocol. ESDB versions later than 23.10 do not support TCP.

For the preferred .NET gRPC client, visit theEventStore-Client-Dotnet repository.

Support

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

CI Status

Build

Running the Tests

The tests start up a secure Event Store node in Docker, so you need to create certificates for this node before running the tests.
To do this locally, download thees-gencert-cli tool to the root directory.

Then create the certificates for the tests in thecerts directory:

.\es-gencert-cli create-ca --out .\certs\ca.\es-gencert-cli create-node --out .\certs\node --ca-certificate .\certs\ca\ca.crt --ca-key .\certs\ca\ca.key --ip-addresses=127.0.0.1 --dns-names=localhost

Documentation

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

Community

Interact with the Event Store and event sourcing communities on the Event StoreDiscuss orDiscord forum.

Contributing

Development is done on themaster branch.
To maintain a clean history, we ask contributors to squash their commits into one or a few cohesive commits.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors15


[8]ページ先頭

©2009-2025 Movatter.jp