An open API service indexing awesome lists of open source software.

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

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
```