-
spring-data-rest Public
Forked from spring-projects/spring-data-restSimplifies building hypermedia-driven REST web services on top of Spring Data repositories
Java Apache License 2.0 UpdatedJul 29, 2025 -
mcp-java-sdk Public
Forked from modelcontextprotocol/java-sdkThe official Java SDK for Model Context Protocol servers and clients. Maintained in collaboration with Spring AI
Java MIT License UpdatedJul 2, 2025 -
gemini-cli Public
Forked from google-gemini/gemini-cliAn open-source AI agent that brings the power of Gemini directly into your terminal.
TypeScript Apache License 2.0 UpdatedJul 1, 2025 -
spring-integration Public
Forked from spring-projects/spring-integrationSpring Integration provides an extension of the Spring programming model to support the well-known Enterprise Integration Patterns (EIP)
Java Apache License 2.0 UpdatedJul 1, 2025 -
elasticsearch Public
Forked from elastic/elasticsearchFree and Open Source, Distributed, RESTful Search Engine
Java Other UpdatedJun 19, 2025 -
cucumber-jvm Public
Forked from cucumber/cucumber-jvmCucumber for the JVM
Java MIT License UpdatedJun 19, 2025 -
inlong Public
Forked from apache/inlongApache InLong - a one-stop, full-scenario integration framework for massive data
Java Apache License 2.0 UpdatedJun 18, 2025 -
micronaut-core Public
Forked from micronaut-projects/micronaut-coreMicronaut Application Framework
Java Apache License 2.0 UpdatedJun 12, 2025 -
logstash Public
Forked from elastic/logstashLogstash - transport and process your logs, events, or other data
Java Other UpdatedJun 10, 2025 -
kotlin Public
Forked from JetBrains/kotlinThe Kotlin Programming Language.
Kotlin UpdatedJun 9, 2025 -
spring-framework Public
Forked from spring-projects/spring-frameworkSpring Framework
Java Apache License 2.0 UpdatedJun 7, 2025 -
-
spring-boot Public
Forked from spring-projects/spring-bootSpring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
Java Apache License 2.0 UpdatedJun 6, 2025 -
AxonFramework Public
Forked from AxonFramework/AxonFrameworkFramework for Evolutionary Message-Driven Microservices on the JVM
Java Apache License 2.0 UpdatedJun 6, 2025 -
running-report-card Public
Forked from ColinEberhardt/running-report-cardCreates a narrative report card from Strava user's running data
JavaScript UpdatedJan 13, 2025 -
fhir-data-pipes Public
Forked from google/fhir-data-pipesA collection of tools for extracting FHIR resources and analytics services on top of that data.
Java Apache License 2.0 UpdatedJan 1, 2024 -
cocalc-docker Public
Forked from tornaria/cocalc-dockerDocker setup for running CoCalc as downloadable software on your own computer
-
ohmyzsh Public
Forked from ohmyzsh/ohmyzsh🙃 A delightful community-driven (with 2,100+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python…
-
powerlevel10k Public
Forked from romkatv/powerlevel10kA Zsh theme
-
ddd-sample-uc5 Public
As a business User, I would like to know which Products (Product’s name) were removed from Cart.
-
ddd-sample-uc4 Public
Remove already added Item “Apple Pencil” (with all quantities) from Cart.
-
-
-
ddd-customer-only-service Public
Customer Aggregate with Account Aggregate moved to account microservice
-
-
teamcity-rest-client Public
Forked from JetBrains/teamcity-rest-clientClient for TeamCity REST API written in Kotlin
-
ddd-sample-uc10 Public
Customer and Bank Account. ( Not related to e-commerce domain) When Customer’s Address is updated, update all her Bank Accounts addresses as well. ( This is invariant, or business rules or consiste…
-
ddd-sample-uc11 Public
Calculate Total cost for the Order. Calculate shipping cost using weight of the Product. Total cost = cost of all products in order + (weightIngrams of each product *.01)
-
Customer microservice with account as module instead of account being microservice. Example of modular monolith
-
ddd-sample-uc6 Public
As a business User, I would like to differentiate between two Carts, even if they contain same Item ( both carts have Product “Sony Wireless headphone” with 1 quantity)