🗃️ Usecases
8 items
📄️ Aggregate
The aggregate is the centerpiece of the domain layer in the Codebricks framework.
📄️ Value Objects
Value Objects are a core concept in Domain-Driven Design (DDD). They encapsulate primitive values and enforce related invariants to maintain data integrity within your domain.
📄️ Objects
In schema design, it is often useful to group certain properties together into a single unit for clarity and reuse.
📄️ Enums
When defining schemas, we often need to restrict a property's values to a specific set of options.
📄️ Actors
In software systems, different user groups interact with the API. To manage these interactions, we use the concept of "actors," as known from event storming, to describe who will be using the API.
📄️ Generating Code
The final step in using the Codebricks Planner is generating the code for your microservices. This process translates your design and configuration into executable code on your local machine.
📄️ Deploying to AWS
Once you're happy with your code, it's time to deploy the application into your AWS account. This guide will walk you through setting up AWS resources and deploying your application.