FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Erwinvandervalk/SqlStreamStore: .NET Stream Store library targeting SQL based implementations. · GitHub

 
 

Latest commit

 

History

450 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL