ISA (Independent Systems Architecture) is a collection of best practices based on experience in particular with microservices and Self-contained Systems and the challenges faced in those projects.
Creator: INNOQ | http://isa-principles.org > Information hiding > Microservice must not use other microservices’ internals (e.g. database schemas). 1 | Modules
Creator: INNOQ | http://isa-principles.org > Standardize metadata e.g. for authentication or tracing > Authorization in each module 5 | Authentication & Metadata
Creator: INNOQ | http://isa-principles.org > Microservices can only be deployed independently … > ... if pipelines are independent 6 | Independent Continuous Delivery Pipeline
Creator: INNOQ | http://isa-principles.org > Standardize e.g. configuration … or log interface > Do not standardize the library! 8 | Standards: Interface only
Creator: INNOQ | http://isa-principles.org COPYRIGHT This presentation is copyrighted under a Creative Commons Attribution-ShareAlike 3.0 / Unported License http://creativecommons.org/licenses/by-sa/3.0/ Creator