Skip to content

ossuminc/entity-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quarkus Entity Extension

Version

Why

This extension aims to make it much simpler to support DDD entities in Quarkus. DDD Entities are objects that:

  • have a unique identifier
  • equivalence is based on the unique identifier
  • process single events at a time
  • use event sourcing for their persistence
  • and many other things .. tbd

Quarkiverse Stuff

Congratulations and thank you for creating a new Quarkus extension project in Quarkiverse!

Feel free to replace this content with the proper description of your new project and necessary instructions how to use and contribute to it.

You can find the basic info, Quarkiverse policies and conventions in the Quarkiverse wiki.

In case you are creating a Quarkus extension project for the first time, please follow Building My First Extension guide.

Other useful articles related to Quarkus extension development can be found under the Writing Extensions guide category on the Quarkus.io website.

Thanks again, good luck and have fun!

Documentation

The documentation for this extension is maintained as part of this repository, in the docs/ directory.

The layout follows the Antora's Standard File and Directory Set.

Once the docs are ready to be published, please open a PR including this repository in the Quarkiverse Docs Antora playbook. See an example here

Your documentation will then be published to the https://docs.quarkiverse.io/ website.

About

A Quarkus extension to support DDD entities with actor-like behavior, event sourcing, and CQRS features.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages