General
31 views
Microservice Architecture
Quick Definition
Structuring apps as loosely coupled independent services
Full Definition
Structuring applications as collections of loosely coupled independently deployable services.
Examples
API gateway, service mesh, independent databases, event-driven
Related Terms
microservices
distributed-systems
api-gateway
More General Terms
CI/CD
Automating build test and deployment pipelines
Design Patterns
Reusable solutions to common software design problems
System Design
Defining architecture components and interfaces for systems
Open Source
Software with publicly available source code
Container
Lightweight package with everything to run software
Dependency Injection
Pattern receiving dependencies from external sources