iluwatar / iluwatar/java-design-patterns
Microservice architecture
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 94.7k
- Forks
- 27.4k
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 10
Description
Description:
The Microservice Architecture pattern structures an application as a collection of loosely coupled services. This approach enhances modularity, allowing each service to be developed, deployed, and scaled independently. Key elements of this pattern include service granularity, decentralized data management, inter-service communication, and automated deployment pipelines.
Main Elements:
- Service Granularity: Each microservice focuses on a specific business function.
- Decentralized Data Management: Each service manages its own database.
- Inter-Service Communication: Services interact through APIs, often using RESTful services or messaging queues.
- Automated Deployment: Continuous integration and deployment pipelines ensure seamless updates and maintenance.
- Fault Isolation: Each service is isolated to prevent system-wide failures.
References:
- Microservices by Martin Fowler
- Building Microservices by Sam Newman
- Microservice Architecture on Microsoft Docs
- Microservice architecture
Acceptance Criteria:
- Implementation of a minimum of three microservices, each handling a distinct business function.
- Each microservice must have its own independent data storage solution.
- Demonstrate inter-service communication using RESTful APIs or messaging systems.
For additional guidelines, please refer to the project contribution guidelines.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the project contribution guidelines and reviewing how existing design patterns are organized in the repository. Done requires at least three independently stored services with distinct business functions and demonstrated communication through RESTful APIs or messaging; no specific files or tests are named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend-api-design, distributed-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100