SystemDeveloper
-
- 3,153 total downloads
- last updated 5/13/2026
- Latest version: 3.0.0-alpha.193 (prerelease)
PostgreSQL implementation of leader election for the Excalibur framework. Uses advisory locks for distributed coordination with automatic failover and session-based locking. -
- 3,151 total downloads
- last updated 5/13/2026
- Latest version: 3.0.0-alpha.193 (prerelease)
SQL Server implementation of distributed job coordination for the Excalibur framework. Uses Dapper for data access with distributed locking, instance registry, and job distribution. -
- 3,149 total downloads
- last updated 5/13/2026
- Latest version: 3.0.0-alpha.193 (prerelease)
Google Cloud Firestore event store implementation for Excalibur event sourcing. -
- 3,147 total downloads
- last updated 5/13/2026
- Latest version: 3.0.0-alpha.193 (prerelease)
AWS DynamoDB implementation of the cloud-native outbox pattern for Excalibur event sourcing. -
- 3,140 total downloads
- last updated 5/13/2026
- Latest version: 3.0.0-alpha.193 (prerelease)
Azure Cosmos DB implementation of the cloud-native outbox pattern for Excalibur event sourcing. -
- 3,133 total downloads
- last updated 5/13/2026
- Latest version: 3.0.0-alpha.193 (prerelease)
FluentValidation integration for the Excalibur framework. Provides IValidatorResolver implementation using FluentValidation validators. -
- 3,127 total downloads
- last updated 5/13/2026
- Latest version: 3.0.0-alpha.193 (prerelease)
In-memory Claim Check provider for the Excalibur framework. Thread-safe and zero-dependency, with TTL expiration, compression, and checksum validation for testing and local development. -
- 3,123 total downloads
- last updated 5/13/2026
- Latest version: 3.0.0-alpha.193 (prerelease)
Shouldly assertion extensions for the Excalibur testing utilities. Provides fluent assertions for DispatchTestHarness message logs, InMemoryTransportSender, InMemoryTransportReceiver, and... More information -
- 3,118 total downloads
- last updated 5/13/2026
- Latest version: 3.0.0-alpha.193 (prerelease)
Azure Cosmos DB implementation of the inbox pattern for Excalibur, providing idempotent message processing. -
- 3,117 total downloads
- last updated 5/13/2026
- Latest version: 3.0.0-alpha.193 (prerelease)
Roslyn analyzers for enforcing Excalibur framework namespace conventions and architectural boundaries. -
- 3,113 total downloads
- last updated 5/13/2026
- Latest version: 3.0.0-alpha.193 (prerelease)
Azure Logic Apps integration for the Excalibur Jobs framework. -
- 3,111 total downloads
- last updated 5/13/2026
- Latest version: 3.0.0-alpha.193 (prerelease)
MessagePack serialization plugin for the Excalibur framework. Compact binary serialization with cross-language compatibility (Python, Go, Java). Ideal for polyglot environments and interoperability scenarios. -
- 3,110 total downloads
- last updated 5/13/2026
- Latest version: 3.0.0-alpha.193 (prerelease)
Hosting/public-edge JSON integration for Excalibur.Dispatch.Patterns. Provides IJsonSerializer implementation using System.Text.Json and DI registration. -
- 3,107 total downloads
- last updated 5/13/2026
- Latest version: 3.0.0-alpha.193 (prerelease)
Advanced caching patterns and adaptive TTL strategies for the Excalibur framework. -
- 3,106 total downloads
- last updated 5/13/2026
- Latest version: 3.0.0-alpha.193 (prerelease)
C# source generators for AOT optimization and compile-time code generation in the Excalibur framework. Eliminates reflection and improves startup performance. -
- 3,103 total downloads
- last updated 5/13/2026
- Latest version: 3.0.0-alpha.193 (prerelease)
Roslyn diagnostic analyzers for Excalibur source generator consumers. Provides guidance for handler discovery, AOT compatibility, and performance optimization. -
- 3,101 total downloads
- last updated 5/13/2026
- Latest version: 3.0.0-alpha.193 (prerelease)
MySQL/MariaDB database provider implementation for Excalibur data access layer. -
- 3,097 total downloads
- last updated 5/13/2026
- Latest version: 3.0.0-alpha.193 (prerelease)
MongoDB implementation of the inbox pattern for Excalibur, providing idempotent message processing. -
- 3,092 total downloads
- last updated 5/13/2026
- Latest version: 3.0.0-alpha.193 (prerelease)
Redis-based distributed job coordination for the Excalibur Jobs framework. -
- 3,081 total downloads
- last updated 5/13/2026
- Latest version: 3.0.0-alpha.193 (prerelease)
Elasticsearch implementation of the outbox pattern for Excalibur.