{"id":21662897,"url":"https://github.com/urunov/microservice-modern-application","last_synced_at":"2025-10-05T05:10:29.838Z","repository":{"id":122919969,"uuid":"306240482","full_name":"Urunov/Microservice-Modern-Application","owner":"Urunov","description":"Spring Boot  and Kafka practical results","archived":false,"fork":false,"pushed_at":"2021-04-23T03:03:35.000Z","size":70,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-08T01:16:23.712Z","etag":null,"topics":["job","kafka","kafka-apache","spring"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Urunov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-22T06:14:23.000Z","updated_at":"2025-01-08T22:32:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"1e85e4a4-0950-4189-a0f2-1e7e2eecf549","html_url":"https://github.com/Urunov/Microservice-Modern-Application","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Urunov/Microservice-Modern-Application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Urunov%2FMicroservice-Modern-Application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Urunov%2FMicroservice-Modern-Application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Urunov%2FMicroservice-Modern-Application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Urunov%2FMicroservice-Modern-Application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Urunov","download_url":"https://codeload.github.com/Urunov/Microservice-Modern-Application/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Urunov%2FMicroservice-Modern-Application/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278411261,"owners_count":25982368,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["job","kafka","kafka-apache","spring"],"created_at":"2024-11-25T10:18:37.115Z","updated_at":"2025-10-05T05:10:29.823Z","avatar_url":"https://github.com/Urunov.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Microservice - Modern Application \n-----------------\n1. Monolith vs Microservices - An Analysis \n2. Design Principles | Boundaries around microservices | Guidelines to follow when designing microservices applications\n3. Microservices: Design Patterns\n----\n🌠 More about Microservices : \n* Microservices Decomposition Pattern: By Domain and subdomain\n* Microservices Decomposition Pattern: Strangle Vine Pattern\n* Microservices Decomposition Pattern: Sidecar Pattern\n* Microservices Decomposition Pattern: Service Mesh \n* Microservices Database Pattern: Database per service \u0026 Shared Database per service\n* Microservices Database Pattern: CQRS - Common Query Responsibility Segregation\n* Microservices Database Pattern: Data Consistency - Eventual vs Strong Consistency \n* Microservices Database Pattern: Event-Driven Architecture\n* Microservices Database Pattern: Event Sourcing\n* Mircroservices Databse Pattern: 2 Phase Commit\n* Microservices Database Pattern: SAGA\n* Microservices Database Pattern: Summary\n* Microservices Communication: How microservices understand each other(such as connect)\n* Microservices Communication: Synchronous vs Asyncronous\n* Microservices Communication: HTTP \u0026 REST\n* Microservices Communication: Message Based Communication\n* Microservices Communication: GraphQL\n* Microservices Integration Patterns: API Gateway\n* Microservices Integration Patterns: Aggregator Pattern\n   *  Chained Pattern \n   *  Branch Pattern\n* Microservices Integration Pattern: Clientside UI Composition Pattern\n* Microservices Observable Pattern: Health Check and Performance Metrics\n* Microservices Cross Cutting Concern Pattern: Service Registry and Discovery\n* Microservices Cross Cutting Concern Pattern: Load Balancer\n* Microservices Cross Cutting Concern PatternL Extrenal Configuration\n* Microservices Deployment Patterns: What is Container ? What is VM? Container vs VM\n* Microservices Deployment Patterns: Multiple service instances per host \u0026 Service instance per host? Service Instance per VM | Service Instance per Container\n* Microservices Deployment Patterns: Serverless Pattern\n* Microservices Deployment Patterns: Blue - Green | Cananry| Rolling Patterns \n\n## Practical Microservices Architecture vs source code \n\n\n\n\n\n## Monolith vs Microservices - An Analysis \n\n## What is Monoloth Architecture?\n\n  * Single jar/war file for whole application\n  * Issues\n     *  Less flexible for large team and code base\n     *  Overload IDE\n     *  Continuous development is difficult\n     *  Scaling the app is difficult\n     *  Scaling development is difficult\n     *  Technology stack change is difficult\n    \n[Reference architecture - Monolothic](https://user-images.githubusercontent.com/11626327/110196093-88743780-7e85-11eb-9a3f-4ce9aa7a226b.png)\n\n\n## What is Microservice Architecture?\n\n   =\u003e A Set of loosely coupled, collaborating services. Each service is relating several parameters:\n  * Highly maintainable and testable\n  * Loosely coupled with other services\n  * Independently deployable\n  * Capable of being developed by a small team\n  * Services can be developed independent of each other\n  * Communication among service via HTTP/REST/AMQP\n  * Service granularity (how small service and how to size of the service capacity. Logically)\n  * Linguistic approach\n  * Technologic agnostic\n  More about Microservices:\n      * Microservices is a specialization of an implementation approarch for service - oriented architecure (SOA) used to build flexible, independently deployable software systems.\n      * Followed the introduction of DevOps\n      * Strategy - \"Do one thing and do it well\".\n\n\n\n## Important References: \n\n  🔥 Microservices Antipatterns \n  🔥 CAP Theorem\n  [Reference architecture - Mircroservice](https://user-images.githubusercontent.com/11626327/110196328-20265580-7e87-11eb-9381-0727ba11028b.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furunov%2Fmicroservice-modern-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Furunov%2Fmicroservice-modern-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furunov%2Fmicroservice-modern-application/lists"}