# tangxuehua/enode

ENode is a framework aims to help us developing ddd, cqrs, eda, and event sourcing style applications.

Repository: https://github.com/tangxuehua/enode
Canonical: https://ross.abutalabs.com/products/enode
Homepage: http://www.cnblogs.com/netfocus/category/496012.html
Language: C#
License: MIT
License Family: permissive
Last push: 2024-08-25T11:18:00+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4828, "days_push": 738, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1805, forks 553 (observed 2026-08-28T04:05:38.943745+00:00)

## What it is
ENode is a C# application framework for building DDD, CQRS, event sourcing, and event-driven architecture style applications on .NET. It enforces architectural rules like single-aggregate command handling, eventual consistency between aggregates, and saga-based process management.

## Use cases
- build a ddd cqrs application in .net
- implement event sourcing with an event store in c#
- develop high-throughput event-driven services
- coordinate aggregates with sagas instead of unit of work
- learn ddd cqrs es architecture patterns

## When to choose
- you want an opinionated all-in-one DDD+CQRS+ES framework on .NET
- you need eventual consistency and in-memory aggregate processing for high concurrency
- you want saga-based workflow orchestration between aggregates

## When to avoid
- you need a simple CRUD or traditional layered architecture
- you require strong consistency across multiple aggregates
- you need a framework with a large active community and frequent updates

## Facets
- artifact type: framework
- maturity: maintenance
- function: web-framework, message-queue, serialization, concurrency, workflow-automation
- domain: backend, microservices, developer-tools, apis
- platform: dotnet, c, cross-platform
- tags: ddd, cqrs, event-sourcing, event-driven-architecture, saga, in-memory, event-store, eventual-consistency

## Member repositories
- tangxuehua/enode (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:38.943745+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:21:47.450462+00:00, confidence not recorded.
  - readme: https://github.com/tangxuehua/enode (fetched 2026-08-28T04:05:38.943745+00:00, sha eb2dd0b1a867)
  - homepage: http://www.cnblogs.com/netfocus/category/496012.html (fetched 2026-08-29T11:00:35.996968+00:00, sha 28d67157de8d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
