Skip to content

Commit 5bd3fc5

Browse files
authored
Update README.md with detailed feature descriptions
Enhanced key features section with detailed descriptions. Signed-off-by: CØDE N!NJΔ <[email protected]>
1 parent c2f2666 commit 5bd3fc5

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,17 @@
1414
SourceFlow.Net empowers developers to build scalable, maintainable applications by providing a complete toolkit for event sourcing, domain modeling, and command/query separation. Built from the ground up for .NET 9.0 with **performance** and **developer experience** as core priorities.
1515

1616
### Key Features
17-
* 🏗️ Domain-Driven Design Support
18-
* ⚡ CQRS Implementation with Command/Query Segregation
19-
* 📊 Event-First Design with Event Sourcing Foundation
20-
* 🧱 Clean Architecture
17+
* 🏗️ **Domain-Driven Design Support** - First-class support for aggregates, entities, value objects
18+
***CQRS Implementation** - Complete command/query separation with optimized read models
19+
* 📊 **Event Sourcing Foundation** - Event-first design with full audit trail
20+
* 🧱 **Clean Architecture** - Clear separation of concerns and dependency management
21+
* 💾 **Flexible Persistence** - Multiple storage options including Entity Framework Core
22+
* 🔄 **Event Replay** - Built-in command replay for debugging and state reconstruction
23+
* 🎯 **Type Safety** - Strongly-typed commands, events, and projections
24+
* 📦 **Dependency Injection** - Seamless integration with .NET DI container
25+
* 📈 **OpenTelemetry Integration** - Built-in distributed tracing and metrics for operations at scale
26+
***Memory Optimization** - ArrayPool-based optimization for extreme throughput scenarios
27+
* 🛡️ **Resilience Patterns** - Polly integration for fault tolerance with retry policies and circuit breakers
2128

2229
### Core Concepts
2330

0 commit comments

Comments
 (0)