stefanszakal
-
- 170 total downloads
- last updated 8/18/2026
- Latest version: 0.1.0
RippleEngine model and developer contract: IRippleHandler, IRippleContext, the wave/ripple POCOs and the fan-out builder abstractions. Dependency-free — reference this from handler and wave-creation code. -
- 165 total downloads
- last updated 8/18/2026
- Latest version: 0.1.0
RippleEngine Postgres coordination surface: the schema migration, the claim/settle/recover SQL (FOR UPDATE SKIP LOCKED) and the schedule_order stamping shared by every fan-out provider. -
- 129 total downloads
- last updated 8/18/2026
- Latest version: 0.1.0
RippleEngine runtime: the polling dispatcher, TPL Dataflow execution pipeline, retries, crash recovery, wave stats and compaction. Add it with AddRippleEngine().AddHandler<TWave, TRipple, THandler>(). -
- 126 total downloads
- last updated 6/14/2026
- Latest version: 0.1.0
Versioned key-value binding for .NET. Strongly-typed domain models are computed views over a flat, path-keyed draft/commit store, with diffing, merging and rebase. Pair with the x86cc.KVBind.SourceGenerator... More information -
- 119 total downloads
- last updated 8/18/2026
- Latest version: 0.1.0
RippleEngine monitoring dashboard: the read-only /api projections over the ripple schema plus the Angular SPA, embedded in the assembly. Enable it with RippleSetupOptions.EnableDashboard, or map it yourself... More information -
-
- 118 total downloads
- last updated 6/14/2026
- Latest version: 0.1.0
Roslyn source generator for x86cc.KVBind: implements [KVBind] partial properties as computed views over the key-value store. Use alongside the x86cc.KVBind.Core package. -
-
- 112 total downloads
- last updated 8/18/2026
- Latest version: 0.1.0
Marten fan-out provider for RippleEngine: turns a Marten LINQ query into the server-side INSERT … SELECT that creates one ripple per matching document, without loading the source rows. -
- 109 total downloads
- last updated 8/18/2026
- Latest version: 0.1.0
The one-call RippleEngine setup: builder.AddRippleEngine(o => ...).AddHandler<TWave, TRipple, THandler>() wires storage, the schema migration, the engine's hosted services, the shutdown budget, metrics and the... More information -
- 101 total downloads
- last updated 8/18/2026
- Latest version: 0.1.0
EF Core fan-out provider for RippleEngine: turns an IQueryable over your DbContext into the server-side INSERT … SELECT that creates one ripple per matching row, without loading the source rows.