All Projects → Plastic → Similar Projects or Alternatives

1141 Open source projects that are alternatives of or similar to Plastic

educational-platform
Modular Monolith Java application with DDD
Stars: ✭ 124 (+313.33%)
Clean-Architecture-Template
Configurable Clean Architecture template containing the DDD + CQRS approach for .NET Core applications.
Stars: ✭ 14 (-53.33%)
EcommerceDDD
Experimental full-stack application using Domain-Driven Design, CQRS, and Event Sourcing.
Stars: ✭ 178 (+493.33%)
MonolithicArchitecture
This repository presents an approach on how to build an application using Monolithic architecture, ASP.NET Core, EntityFrameworkCore, Identity Server, CQRS, DDD
Stars: ✭ 18 (-40%)
Event Sourcing Castanha
An Event Sourcing service template with DDD, TDD and SOLID. It has High Cohesion and Loose Coupling, it's a good start for your next Microservice application.
Stars: ✭ 68 (+126.67%)
Sample Dotnet Core Cqrs Api
Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.
Stars: ✭ 1,273 (+4143.33%)
buchu
Use Cases - Uniform, auditable and secure use case library
Stars: ✭ 23 (-23.33%)
Modular Monolith With Ddd
Full Modular Monolith application with Domain-Driven Design approach.
Stars: ✭ 6,210 (+20600%)
Dotnet New Caju
Learn Clean Architecture with .NET Core 3.0 🔥
Stars: ✭ 228 (+660%)
Eventflow
Async/await first CQRS+ES and DDD framework for .NET
Stars: ✭ 1,932 (+6340%)
Mutual labels:  cqrs, ddd, domain-driven-design
Cp Ddd Framework
A lightweight flexible development framework for complex business architecture with full ecosystem!轻量级业务中台开发框架,中台架构的顶层设计和完整解决方案!
Stars: ✭ 566 (+1786.67%)
Run Aspnetcore
A starter kit for your next ASP.NET Core web application. Boilerplate for ASP.NET Core reference application, demonstrating a layered application architecture with applying Clean Architecture and DDD best practices. Download 100+ page eBook PDF from here ->
Stars: ✭ 227 (+656.67%)
repository
[PHP 7] Implementation and definition of a base Repository in Domain land.
Stars: ✭ 26 (-13.33%)
typescript-ddd-example
🔷🎯 TypeScript DDD Example: Complete project applying Hexagonal Architecture and Domain-Driven Design patterns
Stars: ✭ 607 (+1923.33%)
Mutual labels:  cqrs, ddd, domain-driven-design
Jivejdon
Jivejdon is a Domain Driven Design appication with CQRS/ES/Clean/Hexagonal architecture
Stars: ✭ 287 (+856.67%)
Architecture
.NET 6, ASP.NET Core 6, Entity Framework Core 6, C# 10, Angular 13, Clean Code, SOLID, DDD.
Stars: ✭ 2,285 (+7516.67%)
Event Sourcing Cqrs Examples
Event Sourcing and CQRS in practice.
Stars: ✭ 265 (+783.33%)
Mutual labels:  cqrs, ddd, domain-driven-design
Hexagonal Architecture Acerola
An Hexagonal Architecture service template with DDD, CQRS, TDD and SOLID using .NET Core 2.0. All small features are testable and could be mocked. Adapters could be mocked or exchanged.
Stars: ✭ 293 (+876.67%)
Mutual labels:  cqrs, ddd, domain-driven-design
All Things Cqrs
Comprehensive guide to a couple of possible ways of synchronizing two states with Spring tools. Synchronization is shown by separating command and queries in a simple CQRS application.
Stars: ✭ 474 (+1480%)
Mutual labels:  cqrs, ddd, domain-driven-design
Eventsourcing
A library for event sourcing in Python.
Stars: ✭ 760 (+2433.33%)
Mutual labels:  cqrs, ddd, domain-driven-design
delta
DDD-centric event-sourcing library for the JVM
Stars: ✭ 15 (-50%)
Mutual labels:  cqrs, ddd, domain-driven-design
Practical Clean Ddd
A simplified and effortless approach to get started with Domain-driven Design, Clean Architecture, CQRS, and Microservices patterns
Stars: ✭ 28 (-6.67%)
Mutual labels:  cqrs, ddd, clean-architecture
Rails event store
A Ruby implementation of an Event Store based on Active Record
Stars: ✭ 947 (+3056.67%)
Mutual labels:  cqrs, ddd, domain-driven-design
nbb
.Net Building Blocks
Stars: ✭ 98 (+226.67%)
Mutual labels:  cqrs, ddd, clean-architecture
Bifrost
This is the stable release of Dolittle till its out of alpha->beta stages
Stars: ✭ 111 (+270%)
Mutual labels:  cqrs, ddd, domain-driven-design
Java Ddd Example
☕🎯 Hexagonal Architecture + DDD + CQRS in a Java project using SpringBoot
Stars: ✭ 119 (+296.67%)
Mutual labels:  cqrs, ddd, domain-driven-design
financial
POC de uma aplicação de domínio financeiro.
Stars: ✭ 62 (+106.67%)
clean-architecture
Package for isolate your domain code from framework dependency using DDD concepts.
Stars: ✭ 93 (+210%)
Event Sourcing Jambo
An Hexagonal Architecture with DDD + Aggregates + Event Sourcing using .NET Core, Kafka e MongoDB (Blog Engine)
Stars: ✭ 159 (+430%)
Mutual labels:  cqrs, ddd, domain-driven-design
Todomvc Ddd Cqrs Eventsourcing
Implementation of basic Todo app via tastejs/todomvc in C#/Typescript with eventsourcing, cqrs, and domain driven design
Stars: ✭ 134 (+346.67%)
Mutual labels:  cqrs, ddd, domain-driven-design
Eshoponcontainersddd
Fork of dotnet-architecture/eShopOnContainers in full DDD/CQRS design using my own patterns
Stars: ✭ 126 (+320%)
Mutual labels:  cqrs, ddd, domain-driven-design
e-shop
Sample Spring Cloud microservices e-shop.
Stars: ✭ 48 (+60%)
Mutual labels:  cqrs, ddd, domain-driven-design
eventuous
Minimalistic Event Sourcing library for .NET
Stars: ✭ 236 (+686.67%)
Mutual labels:  cqrs, ddd, domain-driven-design
clean-ddd-php-poc-contacts
A simple contact manager API to demonstrate the concepts of Clean Architecture and DDD with PHP 7.4+.
Stars: ✭ 31 (+3.33%)
Eventflow.example
DDD+CQRS+Event-sourcing examples using EventFlow following CQRS-ES architecture. It is configured with RabbitMQ, MongoDB(Snapshot store), PostgreSQL(Read store), EventStore(GES). It's targeted to .Net Core 2.2 and include docker compose file.
Stars: ✭ 131 (+336.67%)
Mutual labels:  cqrs, ddd, domain-driven-design
typescript-ddd-course
🔷🔖 TypeScript DDD Course: Learn Domain-Driven Design in TS lesson by lesson
Stars: ✭ 28 (-6.67%)
Mutual labels:  cqrs, ddd, domain-driven-design
Akkatecture
a cqrs and event sourcing framework for dotnet core using akka.net
Stars: ✭ 414 (+1280%)
Mutual labels:  cqrs, ddd, domain-driven-design
DDD
Domain-Driven Design example
Stars: ✭ 116 (+286.67%)
Mutual labels:  cqrs, ddd, domain-driven-design
Wild Workouts Go Ddd Example
Complete application to show how to apply DDD, Clean Architecture, and CQRS by practical refactoring of a Go project.
Stars: ✭ 756 (+2420%)
Mutual labels:  cqrs, ddd, clean-architecture
Practical.cleanarchitecture
Asp.Net Core 5 Clean Architecture (Microservices, Modular Monolith, Monolith) samples (+Blazor, Angular 11, React 17, Vue 2.6), Domain-Driven Design, CQRS, Event Sourcing, SOLID, Asp.Net Core Identity Custom Storage, Identity Server 4 Admin UI, Entity Framework Core, Selenium E2E Testing, SignalR Notification, Hangfire Tasks Scheduling, Health Checks, Security Headers, ...
Stars: ✭ 639 (+2030%)
Stove
Domain Driven Design oriented application framework, meets CRUD needs
Stars: ✭ 160 (+433.33%)
Mutual labels:  cqrs, ddd, domain-driven-design
Revo
Event Sourcing, CQRS and DDD framework for C#/.NET Core.
Stars: ✭ 162 (+440%)
Mutual labels:  cqrs, ddd, domain-driven-design
Kreta
Modern project management solution
Stars: ✭ 177 (+490%)
Mutual labels:  cqrs, ddd, domain-driven-design
Dev Stuff
😎 Programming stuff for everyone. Collection of articles, videos about architecture, Domain Driven Design, microservices, testing etc.
Stars: ✭ 105 (+250%)
Mutual labels:  cqrs, ddd, clean-architecture
Productcontext Eventsourcing
A practical/experimental Event Sourcing application on Product Bounded Context in an e-commerce
Stars: ✭ 88 (+193.33%)
Mutual labels:  cqrs, ddd, domain-driven-design
Php Ddd Example
🐘🎯 Hexagonal Architecture + DDD + CQRS in PHP using Symfony 5
Stars: ✭ 1,960 (+6433.33%)
Mutual labels:  cqrs, ddd, domain-driven-design
Eventhorizon
CQRS/ES toolkit for Go
Stars: ✭ 961 (+3103.33%)
Mutual labels:  cqrs, ddd, domain-driven-design
Goes
Go Event Sourcing made easy
Stars: ✭ 144 (+380%)
Mutual labels:  cqrs, ddd, domain-driven-design
Messagebus
A MessageBus (CommandBus, EventBus and QueryBus) implementation in PHP7
Stars: ✭ 178 (+493.33%)
Mutual labels:  cqrs, ddd, domain-driven-design
Cqrs Clean Eventual Consistency
CQRS, using Clean Architecture, multiple databases and Eventual Consistency
Stars: ✭ 247 (+723.33%)
Mutual labels:  cqrs, ddd, clean-architecture
CleanArchitecture
Clean Architecture Solution for .NET 5
Stars: ✭ 18 (-40%)
Mutual labels:  cqrs, ddd
Vogen
A semi-opinionated library which is a source generator and a code analyser. It Source generates Value Objects
Stars: ✭ 240 (+700%)
Mutual labels:  ddd, csharp-sourcegenerator
fee-office
A DDD, CQRS, ES demo application
Stars: ✭ 35 (+16.67%)
Mutual labels:  cqrs, domain-driven-design
business
Based on the Domain-Driven-Design approach, the business framework will help you structure and implement your business code cleanly and efficiently.
Stars: ✭ 23 (-23.33%)
Mutual labels:  ddd, domain-driven-design
clean architecture typescript example
This repository provides an implementation (or at least an attempt) of Uncle Bob's Clean Architecture with Typescript.
Stars: ✭ 78 (+160%)
Mutual labels:  ddd, clean-architecture
ddderr
👺 Reflection-free Domain-Driven errors for Go.
Stars: ✭ 29 (-3.33%)
Mutual labels:  ddd, domain-driven-design
simple-wallet
This is a simple wallet REST api that is capable of acount deposits and withdrawals, checking for account balance and providing a ministatement. It follows domain driven design practices. The project uses the DDD architecture approach.
Stars: ✭ 32 (+6.67%)
ITL
Sample Web API implementation with .NET Core and DDD using Clean Architecture.
Stars: ✭ 29 (-3.33%)
Mutual labels:  ddd, clean-architecture
frontend-clean-architecture
React + TypeScript app built using the clean architecture principles in a more functional way · 🧼 🏛 🍪
Stars: ✭ 1,816 (+5953.33%)
Mutual labels:  application, clean-architecture
microservice workshop
Microservices Architecture Workshop focuses on helping the developers / architects to understand the key Architecture paradigms with hands on section. The course helps the developers from Monolithic App mindset to a Microservices based App development. It also helps the developers with hands on development experience with key Microservices infra…
Stars: ✭ 69 (+130%)
Mutual labels:  cqrs, ddd
1-60 of 1141 similar projects