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
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Stream Store library targeting RDBMS based implementations for .NET

License

NotificationsYou must be signed in to change notification settings

SQLStreamStore/SQLStreamStore

Repository files navigation

⚠️ These libraries are no longer actively maintained.

A stream store library for .NET that specifically targets SQL based implementations. Primarily used to implement Event Sourced applications.

PackageInstall
SqlStreamStore (includes in-memory version for behaviour testing)NuGet
MS SQL Server / Azure SQL DatabaseNuGet
PostgreSQL / AWS AuroraNuGet
MySQL / AWS AuroraNuGet
Sqliteup for grabs
HTTP Wrapper APIOn CI Feed
Schema Creation Script ToolNuGet

CI Packages availableon Feedz.

Design considerations:

  • Designed to only ever support RDMBS/SQL implementations.
  • Subscriptions are eventually consistent.
  • API is influenced by (but not compatible with)EventStore.
  • Async only.
  • JSON only event and metadata payloads (usually just astring /varchar / etc).
  • No support forSystem.Transaction, enforcing the concept of the stream as the consistency and transaction boundary.

Building

Building requires Docker. Solution and tests are run on a linux container with .NET Core leveraging SQL Server, Postgres and MySQL as sibling containers.

  • Windows, run.\build.cmd
  • Linux, run./build.sh

Note: build does not work via WSL.

Help & Support

Ask questions in the#sql-stream-store channel in theddd-cqrs-es slack workspace. (Join here).

Licences

Licenced underMIT.


[8]ページ先頭

©2009-2025 Movatter.jp