EventSourcing.Backbone.SrcGen 1.2.65

There is a newer version of this package available.
See the version list below for details.
dotnet add package EventSourcing.Backbone.SrcGen --version 1.2.65
                    
NuGet\Install-Package EventSourcing.Backbone.SrcGen -Version 1.2.65
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EventSourcing.Backbone.SrcGen" Version="1.2.65" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EventSourcing.Backbone.SrcGen" Version="1.2.65" />
                    
Directory.Packages.props
<PackageReference Include="EventSourcing.Backbone.SrcGen" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EventSourcing.Backbone.SrcGen --version 1.2.65
                    
#r "nuget: EventSourcing.Backbone.SrcGen, 1.2.65"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=EventSourcing.Backbone.SrcGen&version=1.2.65
                    
Install as a Cake Addin
#tool nuget:?package=EventSourcing.Backbone.SrcGen&version=1.2.65
                    
Install as a Cake Tool

Event-Source-Backbone

Understanding Event Sourcing

Event sourcing is an architectural pattern that captures and persists every change as a sequence of events. It provides a historical log of events that can be used to reconstruct the current state of an application at any given point in time. This approach offers various benefits, such as auditability, scalability, and the ability to build complex workflows.

Event sourcing, when combined with the Command Query Responsibility Segregation (CQRS) pattern, offers even more advantages. CQRS separates the read and write concerns of an application, enabling the generation of dedicated databases optimized for specific read or write needs. This separation of concerns allows for more agile and flexible database schema designs, as they are less critical to set up in advance.

By leveraging EventSource.Backbone, developers can implement event sourcing and CQRS together, resulting in a powerful architecture that promotes scalability, flexibility, and maintainability.

Introducing EventSource.Backbone

One notable aspect of EventSource.Backbone is its unique approach to event sourcing. Instead of inventing a new event source database, EventSource.Backbone leverages a combination of existing message streams like Kafka, Redis Stream, or similar technologies, along with key-value databases or services like Redis.

This architecture enables several benefits. Message streams, while excellent for handling event sequences and ensuring reliable message delivery, may not be optimal for heavy payloads. By combining key-value databases with message streams, EventSource.Backbone allows the message payload to be stored in the key-value database while the stream holds the sequence and metadata. This approach improves performance and facilitates compliance with GDPR standards by allowing the splitting of messages into different keys based on a standardized key format.

It's worth noting that EventSource.Backbone currently provides a software development kit (SDK) for the .NET ecosystem. While the framework may expand to other programming languages and frameworks in the future, at present, it is specifically focused on the .NET platform.

Leveraging Existing Infrastructure

One of the major advantages of EventSource.Backbone is its compatibility with widely adopted message streaming platforms like Kafka or Redis Stream. These platforms provide robust message delivery guarantees and high throughput, making them ideal for handling event streams at scale.

Furthermore, EventSource.Backbone seamlessly integrates with popular key-value databases such as Redis, Couchbase, or Amazon DynamoDB. This integration allows developers to leverage the strengths of these databases for efficient storage and retrieval of auxiliary data related to events.

Conclusion

In this introductory post, we've explored the concept of event sourcing and introduced the unique aspects of EventSource.Backbone. This framework stands out by leveraging a combination of message streams and key-value databases to achieve better performance, support GDPR standards, and provide flexibility in event sourcing implementations.

EventSource.Backbone integrates seamlessly with popular message streaming platforms and key-value databases, enabling developers to leverage their strengths for scalable and efficient event sourcing.

When combined with CQRS, event sourcing can enhance database schema design, making it more agile and flexible, and enabling the generation of dedicated databases optimized for specific needs.

Stay tuned for more exciting content on event sourcing and EventSource.Backbone! If you have any questions or topics you'd like me to cover, feel free to leave a comment below.

Feel free to further customize this blog post to align with your writing style and any additional information you wish to provide. Happy blogging!

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.173 310 12/30/2023
1.2.172 179 12/29/2023
1.2.171 153 12/28/2023
1.2.170 161 12/28/2023
1.2.169 190 12/28/2023
1.2.168 217 12/28/2023
1.2.167 182 12/28/2023
1.2.166 196 12/28/2023
1.2.165 185 12/28/2023
1.2.164 168 12/28/2023
1.2.163 355 8/11/2023
1.2.162 262 8/11/2023
1.2.161 289 8/10/2023
1.2.160 295 8/10/2023
1.2.159 297 8/10/2023
1.2.158 304 8/8/2023
1.2.157 237 8/8/2023
1.2.156 238 8/8/2023
1.2.155 289 8/8/2023
1.2.154 279 8/8/2023
1.2.153 199 7/21/2023
1.2.152 183 7/13/2023
1.2.151 163 7/13/2023
1.2.150 166 7/13/2023
1.2.149 174 7/12/2023
1.2.148 140 7/12/2023
1.2.147 191 7/12/2023
1.2.146 172 7/11/2023
1.2.145 191 7/11/2023
1.2.144 174 7/9/2023
1.2.138 151 7/4/2023
1.2.137 166 7/4/2023
1.2.134 177 7/4/2023
1.2.133 156 7/3/2023
1.2.132 194 7/3/2023
1.2.129 170 7/3/2023
1.2.128 177 7/2/2023
1.2.127 167 6/28/2023
1.2.126 165 6/28/2023
1.2.125 167 6/25/2023
1.2.124 168 6/25/2023
1.2.123 189 6/25/2023
1.2.121 186 6/25/2023
1.2.120 171 6/25/2023
1.2.119 147 6/21/2023
1.2.118 187 6/14/2023
1.2.117 180 6/13/2023
1.2.116 174 6/13/2023
1.2.115 161 6/12/2023
1.2.114 148 6/11/2023
1.2.113 176 6/11/2023
1.2.112 146 6/8/2023
1.2.111 146 6/8/2023
1.2.110 183 6/8/2023
1.2.109 175 6/8/2023
1.2.108 179 6/8/2023
1.2.107 179 6/7/2023
1.2.106 153 6/7/2023
1.2.103 202 6/6/2023
1.2.102 175 6/6/2023
1.2.101 159 6/6/2023
1.2.100 175 6/6/2023
1.2.99 181 6/6/2023
1.2.98 170 6/6/2023
1.2.97 156 6/6/2023
1.2.96 184 6/6/2023
1.2.95 143 6/6/2023
1.2.94 181 6/5/2023
1.2.93 154 6/5/2023
1.2.92 176 6/5/2023
1.2.91 163 6/5/2023
1.2.90 167 6/5/2023
1.2.88 160 6/5/2023
1.2.84 191 6/2/2023
1.2.83 161 6/2/2023
1.2.82 170 6/1/2023
1.2.81 161 6/1/2023
1.2.80 181 6/1/2023
1.2.79 174 6/1/2023
1.2.78 142 6/1/2023
1.2.77 161 6/1/2023
1.2.76 137 5/29/2023
1.2.75 187 5/29/2023
1.2.74 147 5/28/2023
1.2.73 178 5/28/2023
1.2.72 179 5/28/2023
1.2.71 144 5/28/2023
1.2.70 191 5/28/2023
1.2.69 175 5/28/2023
1.2.68 162 5/28/2023
1.2.67 140 5/28/2023
1.2.65 153 5/28/2023
1.2.64 184 5/24/2023
1.2.63 180 5/24/2023
1.2.62 169 5/24/2023
1.2.61 151 5/24/2023
1.2.60 147 5/24/2023
1.2.59 166 5/24/2023
1.2.58 160 5/24/2023
1.2.57 143 5/24/2023
1.2.56 176 5/24/2023
1.2.55 146 5/24/2023
1.2.53 183 5/24/2023
1.2.52 139 5/24/2023
1.2.51 158 5/24/2023
1.2.50 171 5/24/2023
1.2.48 160 5/24/2023
1.2.47 146 5/24/2023
1.2.46 184 5/24/2023
1.2.45 176 5/24/2023
1.2.44 163 5/24/2023
1.2.42 140 5/24/2023
1.2.40 154 5/23/2023
1.2.39 186 5/23/2023
1.2.38 147 5/23/2023
1.2.36 141 5/24/2023
1.2.34 147 5/24/2023
1.2.32 145 5/24/2023
1.2.31 149 5/23/2023