{"id":18909747,"url":"https://github.com/mv10/eventstreamdotnet","last_synced_at":"2025-07-31T13:03:52.638Z","repository":{"id":69001357,"uuid":"298541064","full_name":"MV10/EventStreamDotNet","owner":"MV10","description":"A free, easy-to-use Event Stream library for .NET and SQL Server","archived":false,"fork":false,"pushed_at":"2020-10-04T11:03:47.000Z","size":174,"stargazers_count":5,"open_issues_count":8,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T17:06:38.476Z","etag":null,"topics":["dotnet","event-sourcing","event-stream"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MV10.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-25T10:27:11.000Z","updated_at":"2023-03-02T17:18:28.000Z","dependencies_parsed_at":"2023-03-01T07:45:44.932Z","dependency_job_id":null,"html_url":"https://github.com/MV10/EventStreamDotNet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MV10%2FEventStreamDotNet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MV10%2FEventStreamDotNet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MV10%2FEventStreamDotNet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MV10%2FEventStreamDotNet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MV10","download_url":"https://codeload.github.com/MV10/EventStreamDotNet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249020622,"owners_count":21199587,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dotnet","event-sourcing","event-stream"],"created_at":"2024-11-08T09:35:02.568Z","updated_at":"2025-04-15T06:30:39.158Z","avatar_url":"https://github.com/MV10.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EventStreamDotNet\n\nA free, easy-to-use Event Stream library for .NET and SQL Server. \n\n* [Documentation](Docs/index.md)\n* [NuGet package version 1.0.0](https://www.nuget.org/packages/EventStreamDotNet/1.0.0)\n\nFeatures:\n\n* delta logging (domain events represent data model revisions)\n* version (ETag) validation\n* multiple domain data models can be managed within one application\n* configurable snapshot policies\n* snapshotting is handled internally by the event stream manager\n* projections can be driven off applied events or snapshot updates\n\nThe client application is responsible for providing:\n\n* the domain data model object graph\n* the domain event classes (describes changes to the data model)\n* the domain event handler (applies event changes to the state)\n* optional projection handlers (extracts data after changes applied)\n* services (likely CQRS) for interacting with the event stream manager\n\nRequirements:\n\n* the domain data model has a single POCO as the root object\n* a POCO object graph represents the complete domain model\n* the root object can be represented by a unique string ID\n* changes to the domain model are represented by domain event POCOs\n* domain events are past-tense (in the sense of applied CQRS commands)\n\nPackage dependencies:\n\n* JSON.Net\n* Microsoft.Extensions.DependencyInjection\n* Microsoft.Extensions.Logging\n* System.Data.SqlClient\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmv10%2Feventstreamdotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmv10%2Feventstreamdotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmv10%2Feventstreamdotnet/lists"}