{"id":24041073,"url":"https://github.com/litenova/litebus","last_synced_at":"2025-04-06T09:08:03.944Z","repository":{"id":43349175,"uuid":"318354851","full_name":"litenova/LiteBus","owner":"litenova","description":"LiteBus is an easy-to-use and ambitious in-process mediator providing the foundation to implement Command Query Separation (CQS). It is implemented with minimal reflection and instead utilizes covariance and contravariance to provide its core functionality.","archived":false,"fork":false,"pushed_at":"2025-01-05T19:00:04.000Z","size":634,"stargazers_count":26,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T09:07:59.276Z","etag":null,"topics":["cqrs","cqs","csharp","dispatcher","dotnet","dotnet-core","eventbus","mediator"],"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/litenova.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog.md","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-12-04T00:14:35.000Z","updated_at":"2025-03-24T20:33:34.000Z","dependencies_parsed_at":"2023-02-09T21:50:21.721Z","dependency_job_id":"193aa44e-582a-405c-afd7-a0f089004285","html_url":"https://github.com/litenova/LiteBus","commit_stats":null,"previous_names":["arishk/paykan","arishk/litebus"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litenova%2FLiteBus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litenova%2FLiteBus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litenova%2FLiteBus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litenova%2FLiteBus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litenova","download_url":"https://codeload.github.com/litenova/LiteBus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247457801,"owners_count":20941906,"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":["cqrs","cqs","csharp","dispatcher","dotnet","dotnet-core","eventbus","mediator"],"created_at":"2025-01-08T21:39:53.903Z","updated_at":"2025-04-06T09:08:03.926Z","avatar_url":"https://github.com/litenova.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://github.com/litenova/LiteBus\"\u003e\n    \u003cimg src=\"assets/logo/icon.png\"\u003e\n  \u003c/a\u003e\n  \u003cbr\u003e\n  LiteBus\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eAn easy-to-use and ambitious in-process mediator to implement CQS\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n\n  \u003ca href=\"https://github.com/litenova/LiteBus/actions/workflows/release.yml\"\u003e\n    \u003cimg src=\"https://github.com/litenova/LiteBus/actions/workflows/release.yml/badge.svg\" alt=\"CI/CD Badge\" /\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://codecov.io/gh/litenova/LiteBus\" \u003e\n    \u003cimg src=\"https://codecov.io/gh/litenova/LiteBus/graph/badge.svg?token=XBNYITSV5A\" alt=\"Code Coverage Badge\" /\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://www.nuget.org/packages/LiteBus\"\u003e\n    \u003cimg src=\"https://img.shields.io/nuget/vpre/LiteBus.svg\" alt=\"LiteBus Nuget Version\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  For a detailed understanding and advanced use cases, please refer to the \u003ca href=\"https://github.com/litenova/LiteBus/wiki\"\u003e\u003cb\u003eWiki\u003c/b\u003e\u003c/a\u003e.\n\u003c/p\u003e\n\n## Features\n\n- Developed with .NET 8.0\n- Independent (No external dependencies)\n- Reduced use of reflection\n- Provides polymorphic dispatch and handling of messages with support for covariance and contravariance\n- Core Messaging Types include:\n    - `ICommand`: Command without result\n    - `ICommand\u003cTResult\u003e`: Command with a result\n    - `IQuery\u003cTResult\u003e`: Query\n    - `IStreamQuery\u003cTResult\u003e`: Query yielding `IAsyncEnumerable\u003cTResult\u003e`\n    - `IEvent`: Event\n- Designed for flexibility and extensibility\n- Modular architecture: Abstractions and implementations are provided in distinct packages\n- Allows ordering of handlers\n- Can handle plain messages (class types without specific interface implementations)\n- Supports generic messages\n- Features both global and individual pre and post handlers. These handlers also support covariance and contravariance\n- Events do not necessarily need to inherit from `IEvent`, accommodating DDD scenarios. This is beneficial for\n  maintaining clean domain events without binding them to any particular library interface.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flitenova%2Flitebus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flitenova%2Flitebus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flitenova%2Flitebus/lists"}