8000 GitHub - JavitoDiez/SharedKernel: Shared kernel
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

JavitoDiez/SharedKernel

 
 

Repository files navigation

SHARED KERNEL

This is a shared kernel implementation based on hgraca post with Domain Driven Design, Hexagonal, Onion and Clean Architectures.

Domain Driven Design basics in spanish.

𝗦𝘁𝗮𝘁𝘀

github stats

Project content:

  • CQRS with Command and Query bus. (InMemory).
  • Event sourcing with Events and Event Bus interface. (InMemoryEventBus, RedisEventBus and RabbitMqEventBus implementations)
  • Aggregates, Entities and Value Objects.
  • Specification pattern.
  • Unit of Work pattern.
  • Auditable Service.
  • Repository pattern with EFCore, Mongo, Elasticsearch, Redis and FileSystem implementations.
  • HealthChecks (Sql Server, Mongo, RabbitMq, Redis, Cpu, Ram, etc).
  • IEntityValidator with FluentValidation library.
  • Report render for SQL Server Reporting Services SSRS.
  • Active Directory Service integration.
  • Open Api 3 specification.
  • Identity Server 4 integration.
  • Use Prometheus metrics middleware.

Target Frameworks compatibility:

  • Application Core Layer: net40, net45, net451, net452, net46, net461, net462, net47, net471, net472, net48, netstandard2.0, netstandard2.1, net6.0, net7.0 and net8.0

  • Infrastructure Layer: net462, net47, net471, net472, net48, netstandard2.0, netstandard2.1, net6.0, net7.0 and net8.0

  • User Interface Layer: net6.0, net7.0 and net8.0

References

See how to configure user interface layer (Startup.cs)

See how to register a module

See ShopDDD project sample usage

About

Shared kernel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.9%
  • Dockerfile 0.1%
0