Skip to content

Erwinvandervalk/SqlStreamStore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

450 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL Stream Store

A stream store library for .NET

This project is under heavy development at this time.

Key design considerations:

  • Designed to only support RDMBS\SQL implementations.
  • API and behaviour is influenced by EventStore
  • Async by default
  • JSON only event and metadata payloads
  • No in-built snapshot support; can be implemented externally (it's just a projection, right?)
  • Leverage RDBMS specific notifications, if available, for low latency catch-up subscriptions
  • No support for System.Transaction enforcing the concept of the stream as the consistency and transaction boundary.

CI Feed

About

.NET Stream Store library targeting SQL based implementations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 98.2%
  • PowerShell 1.2%
  • Other 0.6%