question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support SqlStreamStore

See original GitHub issue

SqlStreamStore is a SQL-focused library addressing many of the concerns Equinox does, with support for SQL Server and Postgres. Given the common EventStore (and DDD-CQRS-ES slack!)-influenced designs, there’s a good chance there’d be minimal work required on either side to add an Equinox.SqlStreamStore adapter

Doing this work would:

  • improve the breed wrt generalizing the store interfaces in Equinox (SqlStreamStore has a wealth of experience behind it)
  • provide an avenue for folks looking for a hosted solutions without having to concern themselves with request charges (likely giving up some perf, but the CLI benchmark facility will tell all)

Initial implementation should probably take a dependency on a Sql LocalDb, but there’s an obvious need for it to work well with Azure SQL (the CLI would likely manage the provisioning etc. see #59)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:7

github_iconTop GitHub Comments

1reaction
bartelinkcommented, Sep 23, 2019

Removing up-for-grabs as an implementation is underway

0reactions
bartelinkcommented, Oct 13, 2019

See #168

Read more comments on GitHub >

github_iconTop Results From Across the Web

Stream Store library targeting RDBMS based ...
A stream store library for .NET that specifically targets SQL based implementations. Primarily used to implement Event Sourced applications. Package, Install ...
Read more >
SQL Stream Store: Introduction
SQL Stream Store is a .NET library to assist with developing applications that use event sourcing or wish to use stream based patterns...
Read more >
Quick Start - SQL Stream Store - Read the Docs
Quick Start. The core interface for all operations is IStreamStore . In this quick start, we will: Add SQLStreamStore to a console project....
Read more >
SqlStreamStore 1.2.0
A library for writing and reading streams (also known as an 'event store') with a focus on SQL based implementations.
Read more >
SQLStreamStore
Designed to only ever support RDMBS/SQL implementations. Subscriptions are eventually consistent. API is influenced by (but not compatible with) EventStore.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found