https://github.com/drr00t/addms-by-example
Accelerated Domain-Driven Microservices might refer to an approach that aims to rapidly develop and deploy microservices-based systems while maintaining a strong focus on the business domain. A guide microservices evolutionary architecture thats fit to your reality
https://github.com/drr00t/addms-by-example
architectural-patterns architecture-components ddd ddd-architecture ddd-patterns domain-driven-design microservices modular-monolith-architecture software-architecture software-testing tdd
Last synced: 6 months ago
JSON representation
Accelerated Domain-Driven Microservices might refer to an approach that aims to rapidly develop and deploy microservices-based systems while maintaining a strong focus on the business domain. A guide microservices evolutionary architecture thats fit to your reality
- Host: GitHub
- URL: https://github.com/drr00t/addms-by-example
- Owner: drr00t
- Created: 2024-09-21T11:50:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T01:11:35.000Z (over 1 year ago)
- Last Synced: 2024-10-21T04:37:26.845Z (over 1 year ago)
- Topics: architectural-patterns, architecture-components, ddd, ddd-architecture, ddd-patterns, domain-driven-design, microservices, modular-monolith-architecture, software-architecture, software-testing, tdd
- Language: PLpgSQL
- Homepage:
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# addms-by-example
demo 01
- rest
- openapi
- cdc
- kafka
- dataformat
- postgres
-
```console
mvn archetype:generate -B -DarchetypeGroupId=org.apache.camel.archetypes -DarchetypeArtifactId=camel-archetype-java -DarchetypeVersion=3.18.4 -Dpackage=com.github.drr00t.addms -DgroupId=com.github.drr00t.addms -DartifactId=first-camel-integration -Dversion=1.0.0-SNAPSHOT
```
```console
mvn io.quarkus:quarkus-maven-plugin:3.15.1:create \
-DprojectGroupId=com.github.drr00t.addms \
-DprojectArtifactId=getting-started \
-Dextensions=camel-quarkus-log,camel-quarkus-timer
```