axon-web-cqrs-generator

Generator CQRS With Spring Boot Spring WebMVC Spring Data JPA Axon Framework (Command/Query/Event) RabbitMQ PostgreSQL Mustache etc...

https://github.com/coundia/axon-web-cqrs-generator

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.4%) to scientific vocabulary
Last synced: 8 months ago · JSON representation ·

Repository

Generator CQRS With Spring Boot Spring WebMVC Spring Data JPA Axon Framework (Command/Query/Event) RabbitMQ PostgreSQL Mustache etc...

Basic Info
  • Host: GitHub
  • Owner: coundia
  • Language: Mustache
  • Default Branch: main
  • Homepage:
  • Size: 778 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 1 year ago · Last pushed 11 months ago
Metadata Files
Readme Citation

README.md

Axon Web Code Generator (CQRS + DDD)

Ce projet est un générateur de code backend basé sur Spring Boot, Axon Framework, RabbitMQ, PostgreSQL et JPA. Il suit une architecture CQRS + DDD, avec génération automatique des fichiers à partir de définitions d'entités.

⚙️ Stack Technique

  • Spring Boot
  • Spring WebMVC
  • Spring Data JPA
  • Axon Framework (Command/Query/Event)
  • RabbitMQ
  • PostgreSQL
  • Mustache Templates
  • Swagger / OpenAPI
  • Java 17+

🧠 Architecture

  • domain/: logique métier, agrégats, events, value objects
  • application/: services, DTOs, command/query handlers
  • infrastructure/: persistance (JPA), messaging (RabbitMQ)
  • presentation/: API REST (commandes & queries)
  • templates/: fichiers mustache pour la génération de code
  • shared/: utilitaires

🚀 Lancement

```bash

./mvnw spring-boot:run

```

usage

```http

POST http://127.0.0.1:8071/api/v1/generator/all Accept: application/x-ndjson Content-Type: application/json

{ "outputDir": "/Users/pcoundia/projects/spring-axon-rabbitmq-web-jpa-starter/src/main/java/com/groupe2cs/bizyhub/transactions", "definition": { "name": "Transaction", "table": "transactions", "fields": [ { "name": "id", "type": "String" }, { "name": "reference", "type": "String" }, { "name": "amount", "type": "Double" } ], "stack": [ "RabbitMq", "Security" ] } }

``` Voir le projet geneér pour plus de détails

Entite (Sale)

https://github.com/coundia/spring-axon-rabbitmq-web-jpa-starter

⚠️ All rights reserved.

This repository is publicly visible for demonstration purposes only. You may not use, copy, modify, or distribute any part of this code without explicit permission from the author.

Owner

  • Name: coundia
  • Login: coundia
  • Kind: user
  • Location: DAKAR
  • Company: Devalto

Full Stack Developer Java/Php/Js #Love Figma

Citation (CITATION.cff)

cff-version: 1.2.0
title: Axon Web Code Generator (CQRS + DDD)
message: >-
  Ce logiciel est mis à disposition à des fins de démonstration uniquement.
  Il n’est pas open-source. Pour toute utilisation, merci de contacter l’auteur.
type: software
authors:
  - given-names: Papa
    family-names: Coundia
    email: papacoundia@gmail.com
license: "All rights reserved"
version: "1.0.0"
repository-code: https://github.com/coundia/spring-axon-rabbitmq-web-jpa-starter
date-released: 2025-05-14

GitHub Events

Total
  • Watch event: 1
  • Public event: 1
  • Push event: 60
  • Create event: 2
Last Year
  • Watch event: 1
  • Public event: 1
  • Push event: 60
  • Create event: 2

Committers

Last synced: 11 months ago

All Time
  • Total Commits: 137
  • Total Committers: 1
  • Avg Commits per committer: 137.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 137
  • Committers: 1
  • Avg Commits per committer: 137.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
pcoundia p****a@g****m 137

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

pom.xml maven
  • org.projectlombok:lombok provided
  • com.github.javaparser:javaparser-core 3.25.4
  • com.github.spullara.mustache.java:compiler 0.9.10
  • org.springframework.boot:spring-boot-starter
  • org.springframework.boot:spring-boot-starter-actuator
  • org.springframework.boot:spring-boot-starter-webflux
  • io.projectreactor:reactor-test test
  • org.springframework.boot:spring-boot-starter-test test