An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: aggregate

stdlib-js/utils-group-by

Group values according to an indicator function.

Language: JavaScript - Size: 1.07 MB - Last synced at: about 23 hours ago - Pushed at: about 23 hours ago - Stars: 1 - Forks: 0

aravindnc/mongoose-aggregate-paginate-v2

A page based custom aggregate pagination library for Mongoose with customizable labels.

Language: JavaScript - Size: 797 KB - Last synced at: about 12 hours ago - Pushed at: 4 months ago - Stars: 138 - Forks: 24

coolat34/MixMatePro

Calculate area, volume and quantity of concrete required for a selection of common garden shapes

Language: Swift - Size: 3.36 MB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

DevExpress-Examples/reporting-asp-net-core-custom-function-expression-editor

Implements custom functions for the Expression Editor in the Web End-User Report Designer.

Language: JavaScript - Size: 2.76 MB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

ilovepixelart/ts-cache-mongoose

Cache plugin for mongoose Queries and Aggregate (in-memory, redis)

Language: TypeScript - Size: 1.43 MB - Last synced at: 4 days ago - Pushed at: 6 days ago - Stars: 27 - Forks: 6

Ysurac/openmptcprouter

OpenMPTCProuter is an open source solution to aggregate multiple internet connections using Multipath TCP (MPTCP) on OpenWrt

Language: C - Size: 35.5 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 2,085 - Forks: 288

spatie/laravel-event-sourcing

The easiest way to get started with event sourcing in Laravel

Language: PHP - Size: 2.5 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 847 - Forks: 175

disintegrate-es/disintegrate

Disintegrate Rust library

Language: Rust - Size: 1.4 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 59 - Forks: 7

stdlib-js/ndarray-base-unary-strided1d-dispatch

Constructor for applying a strided function to an input ndarray.

Language: JavaScript - Size: 3.15 MB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 0 - Forks: 0

es-shims/AggregateError

ES Proposal spec-compliant shim for AggregateError

Language: JavaScript - Size: 168 KB - Last synced at: 1 day ago - Pushed at: 22 days ago - Stars: 14 - Forks: 3

stdlib-js/array-base-group-entries-by

Group element entries according to an indicator function.

Language: JavaScript - Size: 630 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 1 - Forks: 0

stdlib-js/utils-group-own

Group an object's own property values according to an indicator function.

Language: JavaScript - Size: 1.13 MB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 1 - Forks: 0

veltzer/pyeventsummary

pyeventsummary is a way to aggregate and report on a host of errors and actions

Language: Python - Size: 221 KB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 0 - Forks: 0

codesnik/calculate-all

calculate_all method for aggregate functions in Active Record

Language: Ruby - Size: 60.5 KB - Last synced at: 22 days ago - Pushed at: about 1 month ago - Stars: 135 - Forks: 16

4lessandrodev/rich-domain

A lib to help you create a robust project based on domain driven-design (ddd) principles with typescript and zero dependencies.

Language: TypeScript - Size: 1.83 MB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 134 - Forks: 8

get-eventually/eventually-rs

Event Sourcing for Rust

Language: Rust - Size: 10.2 MB - Last synced at: 15 days ago - Pushed at: about 1 month ago - Stars: 570 - Forks: 32

bigbossbrother/do-ingest-api-aggregate-r2

Aggregate 100.000s of files in a Durable Object, streaming out to R2, circumventing limitations

Language: TypeScript - Size: 37.1 KB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 0 - Forks: 0

Aggify/aggify

Aggify is a Python library to generate MongoDB aggregation pipelines

Language: Python - Size: 447 KB - Last synced at: 11 days ago - Pushed at: 5 months ago - Stars: 75 - Forks: 6

stdlib-js/array-base-group-values-by

Group element values according to an indicator function.

Language: JavaScript - Size: 629 KB - Last synced at: 10 days ago - Pushed at: 29 days ago - Stars: 1 - Forks: 0

stdlib-js/utils-async-bifurcate-by

Split values into two groups according to a predicate function.

Language: JavaScript - Size: 1020 KB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 1 - Forks: 0

stdlib-js/utils-bifurcate-in

Split an object's own and inherited property values into two groups according to a predicate function.

Language: JavaScript - Size: 1.11 MB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 1 - Forks: 0

ddd-by-examples/library

A comprehensive Domain-Driven Design example with problem space strategic analysis and various tactical patterns.

Language: Java - Size: 45.8 MB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 5,267 - Forks: 766

stdlib-js/utils-reduce-right

Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.

Language: JavaScript - Size: 3.32 MB - Last synced at: 6 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/utils-reduce2d

Reduce the number of dimensions by one of a two-dimensional nested array by applying a function against an accumulator and each element along the innermost dimension and returning the accumulation results as a one-dimensional array.

Language: JavaScript - Size: 841 KB - Last synced at: 4 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/utils-reduce

Apply a function against an accumulator and each element in a collection and return the accumulated result.

Language: JavaScript - Size: 1.94 MB - Last synced at: 10 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/array-base-bifurcate-entries

Split array element entries into two groups.

Language: JavaScript - Size: 753 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/utils-bifurcate

Split values into two groups.

Language: JavaScript - Size: 1.55 MB - Last synced at: 2 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/array-base-bifurcate-values-by

Split element values into two groups according to an predicate function.

Language: JavaScript - Size: 632 KB - Last synced at: 9 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

Derfnket/go-sluice

Go Sluice - Batch Processor helps you auto batch your downstream calls, to save time and resource

Language: Go - Size: 16.6 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

karangupta31/go-sluice

Go Sluice - Batch Processor helps you auto batch your downstream calls, to save time and resource

Language: Go - Size: 1000 Bytes - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

DevExpress-Examples/reporting-aggregated-function-calculated-field

Aggregate functions in calculated fields - an example of use.

Language: C# - Size: 1020 KB - Last synced at: 15 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/utils-async-reduce-right

Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.

Language: JavaScript - Size: 965 KB - Last synced at: 2 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

ddd-by-examples/factory

The missing, complete example of Domain-Driven Design enterprise application backed by Spring stack

Language: Java - Size: 9.33 MB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 1,359 - Forks: 272

thefabric-io/eventsourcing

An efficient and robust Event Sourcing library for Go, designed for scalability and ease of use. Tailored for PostgreSQL, this library provides essential functionalities for storing and retrieving a sequence of events as the source of truth for the state of your application's aggregates. 🚀

Language: Go - Size: 77.1 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 44 - Forks: 3

snatalenko/node-cqrs

CQRS backbone with event sourcing for Node.js

Language: TypeScript - Size: 1.72 MB - Last synced at: 14 days ago - Pushed at: about 2 months ago - Stars: 77 - Forks: 22

Abhijeetsurya/Data_Analytics_SQL_Learning

SQL practice files covering basic to advanced queries like JOINs, CTEs, and subqueries.

Size: 47.9 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

stdlib-js/ndarray-base-unary-strided1d-dispatch-factory

Create a function for applying a strided function to a provided ndarray.

Language: JavaScript - Size: 5.6 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

meixuesong/aggregate-persistence

Language: Java - Size: 188 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 200 - Forks: 61

stdlib-js/utils-group

Group values as arrays associated with distinct keys.

Language: JavaScript - Size: 1.25 MB - Last synced at: 13 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/array-base-group-indices-by

Group element indices according to an indicator function.

Language: JavaScript - Size: 643 KB - Last synced at: 10 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-count-by

Group values according to an indicator function and return group counts.

Language: JavaScript - Size: 1 MB - Last synced at: 27 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-map-reduce

Perform a single-pass map-reduce operation against each element in an array and return the accumulated result.

Language: JavaScript - Size: 2.74 MB - Last synced at: 19 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

cbuijs/aggrip

IP/CIDR/DOMAINS Tools

Language: Python - Size: 21.5 KB - Last synced at: 6 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/utils-async-group-by

Group values according to an indicator function.

Language: JavaScript - Size: 1 MB - Last synced at: 9 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-map-reduce-right

Perform a single-pass map-reduce operation against each element in an array while iterating from right to left and return the accumulated result.

Language: JavaScript - Size: 2.74 MB - Last synced at: 10 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/array-base-group-indices

Group elements as arrays associated with distinct keys.

Language: JavaScript - Size: 674 KB - Last synced at: 2 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

minos-framework/minos-python

🐍 Minos is a framework which helps you create reactive microservices in Python

Language: Python - Size: 18.4 MB - Last synced at: 14 days ago - Pushed at: 23 days ago - Stars: 468 - Forks: 40

Athlon1600/php-cidr-range-optimizer

:globe_with_meridians: Optimize list of IP ranges

Language: PHP - Size: 20.5 KB - Last synced at: 20 days ago - Pushed at: 10 months ago - Stars: 4 - Forks: 2

stdlib-js/array-base-bifurcate-entries-by

Split element entries into two groups according to an predicate function.

Language: JavaScript - Size: 654 KB - Last synced at: 10 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

wiedehopf/combine1090

Combine data from multiple ADS-B receivers into one readsb decoder / tar1090 webinterface

Language: Shell - Size: 34.2 KB - Last synced at: 2 months ago - Pushed at: 8 months ago - Stars: 58 - Forks: 4

stdlib-js/array-base-group-values

Group elements as arrays associated with distinct keys.

Language: JavaScript - Size: 635 KB - Last synced at: 27 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-group-in

Group an object's own and inherited property values according to an indicator function.

Language: JavaScript - Size: 1.12 MB - Last synced at: 6 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-bifurcate-by

Split values into two groups according to a predicate function.

Language: JavaScript - Size: 1.2 MB - Last synced at: 7 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/array-base-bifurcate-indices

Split array element indices into two groups.

Language: JavaScript - Size: 749 KB - Last synced at: 15 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-async-reduce

Apply a function against an accumulator and each element in a collection and return the accumulated result.

Language: JavaScript - Size: 1000 KB - Last synced at: 5 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

timcera/tstoolbox

Command line script and Python library to work with time-series data.

Language: Python - Size: 12.6 MB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 11 - Forks: 6

mynl/aggregate

Tools for creating and working with aggregate probability distributions.

Language: Python - Size: 71 MB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 51 - Forks: 12

fluxera/Fluxera.Entity

Provides entities and domain events.

Language: C# - Size: 131 KB - Last synced at: 7 days ago - Pushed at: 5 months ago - Stars: 7 - Forks: 1

stdlib-js/array-base-group-entries

Group element entries as arrays associated with distinct keys.

Language: JavaScript - Size: 836 KB - Last synced at: about 23 hours ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

DevExpress-Examples/reporting-winforms-binding-expressions-in-charts

The following example displays a constant line (average product price) within a given product category.

Language: C# - Size: 440 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

stdlib-js/utils-async-tabulate-by

Generate a frequency table according to an indicator function.

Language: JavaScript - Size: 1010 KB - Last synced at: 27 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

matiux/ddd-starter-pack

Basic DDD structures and utilities

Language: PHP - Size: 1.13 MB - Last synced at: 22 days ago - Pushed at: 4 months ago - Stars: 3 - Forks: 3

Florents-Tselai/pgxicor

XI (ξ) Correlation Coefficient in Postgres

Language: C - Size: 33.2 KB - Last synced at: 1 day ago - Pushed at: 4 months ago - Stars: 5 - Forks: 0

JcBernack/meteor-reactive-aggregate

Reactively publish aggregations with Meteor.

Language: JavaScript - Size: 18.6 KB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 98 - Forks: 29

sheng-jie/UnitOfWork

DDD中实体、聚合、仓储、UOW相关实现。

Language: C# - Size: 37.1 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 122 - Forks: 46

MosesEsan/mesan-nodejs-crud-api-with-pagination-filtering-grouping-and-sorting-capabilities

Node.js REST API with CRUD and Aggregation operations including Pagination, Filtering, Grouping, Sorting and Partial Text Search.

Language: JavaScript - Size: 8.95 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 20 - Forks: 8

stdlib-js/utils-bifurcate-own

Split an object's own property values into two groups according to a predicate function.

Language: JavaScript - Size: 1.08 MB - Last synced at: 5 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

gobeam/mongo-go-pagination

Golang Mongodb Pagination for official mongodb/mongo-go-driver package which supports both normal queries and Aggregation pipelines with all information like Total records, Page, Per Page, Previous, Next, Total Page and query results.

Language: Go - Size: 99.6 KB - Last synced at: 29 days ago - Pushed at: over 2 years ago - Stars: 131 - Forks: 35

daggerok/spring-data-jdbc-examples

Fast and efficient spring-data

Language: Java - Size: 214 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 10 - Forks: 6

kgrzybek/efcore-concurrency-handling

A repository showing how to handle concurrent conflicts using EntityFramework Core and DDD Aggregates

Language: C# - Size: 11.7 KB - Last synced at: 2 months ago - Pushed at: about 5 years ago - Stars: 66 - Forks: 18

bnomei/kirby-mongodb

Khulan is a cache driver and content cache with NoSQL interface for Kirby using MongoDB

Language: PHP - Size: 641 KB - Last synced at: 5 days ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

takanoriyanagitani/buffer2map

buffer(ArrayBuffer/Dataview) -> key value pair -> Map(key, value list)

Language: JavaScript - Size: 819 KB - Last synced at: 9 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

berkaroad/ENode.Extensions

ENode extensions

Language: C# - Size: 131 KB - Last synced at: 13 days ago - Pushed at: about 5 years ago - Stars: 5 - Forks: 1

stdlib-js/array-base-bifurcate-indices-by

Split element indices into two groups according to an predicate function.

Language: JavaScript - Size: 1.05 MB - Last synced at: 18 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

jbpionnier/ts-ddd

Domain-Driven Design TypeScript

Language: TypeScript - Size: 369 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 14 - Forks: 0

manufac-analytics/echarts-simple-transform Fork of 100pah/echarts-simple-transform

Some simple data transformers for Apache ECharts 5

Language: TypeScript - Size: 154 KB - Last synced at: 14 days ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 1

Eriana-129/Codigo_Cluster_Comet

Repositorio para el Código Cluster Comet, que tiene como objetivo crear una columna dentro de la tabla de atributos de una capa vectorial, que permita obtener subgrupos relativamente equilibrados a partir de tres criterios (condicionante, geográfico y numérico) definidos por el usuario.

Language: Python - Size: 1.97 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

melodyasper/pycider

Aggregate Composition for Python. A domain driven design architecture.

Language: Python - Size: 106 KB - Last synced at: 10 days ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-tabulate-by

Generate a frequency table according to an indicator function.

Language: JavaScript - Size: 1.12 MB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-async-count-by

Group values according to an indicator function and return group counts.

Language: JavaScript - Size: 944 KB - Last synced at: 12 days ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

ivanpaulovich/event-sourcing-jambo

An Hexagonal Architecture with DDD + Aggregates + Event Sourcing using .NET Core, Kafka e MongoDB (Blog Engine)

Language: C# - Size: 76.6 MB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 190 - Forks: 68

sosalejandro/ddd-golang

Golang's DDD Implementation. An idiomatic Go library implementing Domain-Driven Design with Event Sourcing and Aggregate Root patterns, using channels for efficient event handling.

Language: Go - Size: 53.7 KB - Last synced at: 6 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-tabulate

Generate a frequency table.

Language: JavaScript - Size: 921 KB - Last synced at: 22 days ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

hodinhtuankiet/trello-backend-express

A personal task management Web designed to help you stay organized and focused. With Trello App, you can effortlessly manage your daily tasks and prioritize your to-do lists to achieve your goals

Language: JavaScript - Size: 1.28 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

egor-demidov/libgran

C++ template library for Discrete Element Method (DEM) simulations

Language: C++ - Size: 31.5 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 1

egor-demidov/soot-dem-gui

DEM program for soot aggregate mechanics

Language: C++ - Size: 3.32 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

gpiechnik2/xk6-httpagg

k6 extension that allows you to aggregate the results of HTTP requests and view them one by one using a generated .html report. Implemented using xk6.

Language: Go - Size: 572 KB - Last synced at: 7 months ago - Pushed at: about 1 year ago - Stars: 8 - Forks: 2

apanjwani0/Node.js-Benchmarking

Comparing Node.Js Server Side Calculation and MongoDB aggregate query

Language: JavaScript - Size: 1.67 MB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

xfrr/go-cqrsify

Lightweight, easy-to-use Go library designed to facilitate the implementation of software engineering principles such as Clean Architecture, Event-Sourcing, and Event-Driven.

Language: Go - Size: 85.9 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

busfactor/busfactor

[No longer maintained --> see https://github.com/backslashphp/backslash] CQRS and Event Sourcing infrastructure for modern PHP

Language: PHP - Size: 98.6 KB - Last synced at: 14 days ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 1

tommasobertoni/NScatterGather

Simple, unambitious implementation of the Scatter-Gather pattern in .NET.

Language: C# - Size: 912 KB - Last synced at: 21 days ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

dam-bal/eloquentity

Eloquent Entities

Language: PHP - Size: 104 KB - Last synced at: 7 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

bartstc/booking-app

A comprehensive Domain Driven Design example with microservices and various tactical patterns.

Language: TypeScript - Size: 8.15 MB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 53 - Forks: 8

pmdevers/StreamWave

An aggregate root for use in a streaming environment to solve the dual write problem by separating domain model from the event stream

Language: C# - Size: 232 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

awahmadwahab/Ecat-Calculator

Ecat Aggregate Calculator

Language: CSS - Size: 9.77 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

vishnupriya9629/Libraray-Management--SQL-Project

Analysis using SQL

Size: 1.85 MB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

lyokha/ngx-export-tools-extra

More extra tools for Nginx haskell module

Language: Haskell - Size: 440 KB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 2 - Forks: 0

lindulamaratunga/SQL-Functions

Stored Procedures, Functions, Views, Triggers and built-in Functions

Size: 1.57 MB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 16 - Forks: 4

stdlib-js/array-base-bifurcate-values

Split array element values into two groups.

Language: JavaScript - Size: 699 KB - Last synced at: 4 days ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

DeGraciaMathieu/aggregate-entity-valueobject

Small exercise to differentiate the concepts of aggregate, entity, and value object in PHP.

Language: PHP - Size: 22.5 KB - Last synced at: 7 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0