Giter VIP home page Giter VIP logo

microservices_with_ddd's Introduction

Partitioning Kata

english

The goal is to split the given monolith into several (3) modules (which can be seen as potentiel microservices or modules within a modular monolith). The bounded contexts or sub-domains here are obvious to find.

Your work is to import the small codebase in your chosen language (zip or clone), then create the 3 target modules (packages in Java, sub-project or namespace in C#), then move the classes as you see fit. But the focus of the kata is to do what you think is needed so that each module can become mostly autonomous from any other, as in "no import from other modules in the weight calculation code in Shipping".

french

L'objectif est de découper un système monolithique existant en plusieurs modules (potentiels microservices ou modules dans un modular monolith) en code. Les bounded contexts ou sous-domaines ici sont triviaux à trouver.

En pratique, importez la base de code du langage de votre choix, créez les 3 modules cibles, puis déplacez les classes aux mieux, et faites ce que vous jugez nécessaire pour s'assurrer que chaque module soit sufisamment autonome en fonctionnalité, avec donc aucun import externe au module dans le code de calcul du poids dans le module Shipping.

microservices_with_ddd's People

Contributors

edouard-gv avatar cyriux avatar arnauld avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.