Published

Data Sharing Issues in a Microservice Architecture

This article reflects on the challenges of implementing microservices in software development, specifically focusing on the difficulties of data sharing and sorting data across multiple services. The author, a tech lead with experience in microservices, discusses a scenario where their team transitioned from a monolithic architecture to microservices, only to encounter complexities in handling tasks like displaying and sorting a list of data from different services.

itnext.io
Migration story negative microservices sentiment
Published

Death by a thousand microservices

This article critiques the current trend in tech culture of unnecessarily complex microservices architectures, likening it to a form of professional overkill. It argues that the push towards microservices, often influenced by the practices of large tech companies and a surplus of venture capital, leads to inefficiency and complexity without necessarily solving the real problems at hand. The author suggests that simpler, more straightforward systems (like monoliths) are often more effective and efficient, and that the industry's focus should shift back to pragmatism and simplicity in system design.

renegadeotter.com
Personal opinion negative microservices sentiment
Published

David Heinemeier Hansson: Microservices vs. Monolith

In this video, the creator of Ruby on Rails discusses why he thinks microservices are overused in web application development teams. He argues that microservices solve an organisational problem, not a code problem, and that Monoliths are better for most organisations.

youtube.com
Personal opinion neutral microservices sentiment
Published

Why monoliths are not always "bad" even in a cloud-native world

The article emphasizes that choosing an architecture should not be binary; both microservices and monoliths have their merits, and a mixed approach can be beneficial. The article also highlights that while microservices offer flexibility and scalability, they also add complexity, suggesting that not all parts of an application need to be microservices-based.

thestack.technology
Personal opinion neutral microservices sentiment
Published

Amazon Prime Video’s Microservices Move Doesn’t Lead to a Monolith after All

This post discusses Amazon Prime Video's transition from a microservices-based system to a more efficient solution, initially labeled as monolithic, highlights the evolving nature of software architecture. This case underscores the importance of choosing an architecture based on specific business needs rather than rigid adherence to a particular style, demonstrating that effective solutions can blur traditional distinctions between monolithic and microservices approaches.

thenewstack.io
Other positive microservices sentiment
Published

Top 5 techniques for building the worst microservice system ever

In this video, William Brander explains how trying to migrate to microservices often leads organisations to build terribly architected systems. It includes plenty of diagrams explains the concepts and various pitfalls involved in building microservices well.

youtube.com
Personal opinion negative microservices sentiment
Published

What is there to learn from the Prime Video microservices to monolith story

This post discusses how the Prime Video team used a Serverless First approach to rapidly prototype a real-time user experience analytics engine, ultimately refactoring it into a horizontally scaled microservice. This demonstrates that while microservices can be oversold as the answer to everything, they are still an effective way to build, manage and operate at scale with a large team.

adrianco.medium.com
Personal opinion neutral microservices sentiment
Published

Monoliths are not dinosaurs

This post demonstrates that there is not one architectural pattern to rule them all, and that the choice of microservices or monoliths should depend on the product design, skillset of the team, and customer experience. Additionally, it emphasizes the importance of regularly evaluating systems and allowing for evolvable architectures in order to keep up with the ever-changing technology landscape.

allthingsdistributed.com
Personal opinion neutral microservices sentiment
Published

Even Amazon can't make sense of serverless or microservices

This post discusses the concept of microservices, and emphasizes that while it may be a viable option in some cases, it should not be blindly pursued as replacing existing method calls and module separations with network invocations and service partitioning can be madness.

world.hey.com
Personal opinion negative microservices sentiment
Published

Keep the monolith, but split the workloads

This article discusses a technique for making a monolith more scalable and reliable without the complexity of microservices, which is to split workloads into separate tiers of deployment. It also details how to use guardrails and limits around resources such as databases to protect against rogue or timed code consuming too many resources.

incident.io
Migration story neutral microservices sentiment
Published

Building GitHub with Ruby and Rails

This post discusses how GitHub has been able to upgrade Rails and Ruby regularly, resulting in a faster and more reliable monolith application. Furthermore, it emphasizes the importance of investing in frameworks such as Rails, which can provide greater stability for monoliths compared to microservices.

github.blog
Other neutral microservices sentiment
Published

Scaling up the Prime Video audio/video monitoring service and reducing costs by 90%

This post discusses how Prime Video used a monolith architecture to reduce infrastructure costs and improve scaling capabilities for their video quality analysis tool. This was an alternative to using microservices and serverless components, which were originally implemented but caused expensive data transfer and orchestration problems.

primevideotech.com
Migration story negative microservices sentiment
Published

2 Ways to Improve Your Monolith Before Transitioning to Microservices

This post provides 12 tips for transitioning from a monolith to microservices, emphasizing the importance of proper preparation and research before making the change. It discusses the different technical aspects of the migration such as implementing CI/CD, setting up containers, and refactoring the monolith.

semaphoreci.com
Guide neutral microservices sentiment
Published

Only 1% Need Microservices

This post discusses the revenue threshold companies must reach before it is beneficial for them to move from a monolith architecture to a microservices one. It outlines the various stages of architecture that can be implemented, such as service-based, macroservices, miniservices, and microservices.

medium.com
Personal opinion negative microservices sentiment
Published

Monolithic vs Microservices architecture

This article is a generic overview of microservice and monolithic based architectures, outlining the pros and cons of each.

geeksforgeeks.org
Guide neutral microservices sentiment
Published

Build the modular monolith first

This article discusses the pros and cons of using a microservices architecture versus a monolithic structure. It explains how a well-designed, modular monolith can provide many of the same benefits as a microservices architecture while avoiding some of the complexity.

fearofoblivion.com
Guide neutral microservices sentiment
Published

You Don’t Need Microservices

This post discusses the pros and cons of implementing microservices versus monoliths in web software architecture. It argues that while microservices offer additional flexibility, for most teams, it is often more cost-effective to stick with a monolith and improve upon its design instead.

medium.com
Personal opinion neutral microservices sentiment
Published

The Cracking Monolith: The Forces That Call for Microservices

This post discusses how monolithic applications can cause problems such as degrading system performance, stability, and slow development cycles that can be alleviated by transitioning to a microservice architecture.

semaphoreci.com
Personal opinion positive microservices sentiment
Published

Sharing Data Between Microservices in Scale

This post discusses how microservices architecture can be used to improve the performance of top-of-funnel pages on a website by using Command Query Responsibility Segregation (CQRS) and event sourcing, as well as an asynchronous alternative.

medium.com
Guide neutral microservices sentiment
Published

Monolithic vs microservice architecture: Which is best?

This post explains that choosing between monolithic and microservices architectures depends on specific project needs. Monolithic applications are simpler to develop but can struggle with scalability and complexity as they grow. Microservices offer more flexibility and easier scaling but are more complex and require specialized skills. The decision should consider factors like application complexity, team size and expertise, anticipated growth, and budget.

digitalocean.com
Guide neutral microservices sentiment
Published

Why I've Been Merging Microservices Back Into The Monolith At InVision

This post explains the journey of merging microservices back into the monolith at InVision to "right size" the system and reduce friction, while also discussing the benefits and disadvantages of Conway's Law in a post-microservices world.

bennadel.com
Migration story negative microservices sentiment
Published

A Microservice Success Story

This post explores how Picnic 'went microservices', discussing the various considerations and decisions that had to be made for a successful transition from monolithic to microservice architecture. It also looks at some of the ways that developers can maintain their workflow and how databases can be included in the microservice design process.

blog.picnic.nl
Migration story positive microservices sentiment
Published

Under Deconstruction: The State of Shopify’s Monolith

This post is not available or is entirely undefined, therefore it cannot be summarized or related to topics of microservices and/or monoliths.

shopify.engineering
Migration story neutral microservices sentiment
Published

The Monolith That Breaks Up Itself

This post discusses how monoliths can be leveraged to provide the performance benefits of service-based architectures, while also allowing for scalability and flexibility. It outlines how the servicecore framework allows applications to be coupled or decoupled easily for better maintainability, without sacrificing features.

blog.rebelliondefense.com
Personal opinion negative microservices sentiment
Published

Why our team cancelled our move to microservices

This post explains how a development team, after investigating and preparing to move to microservices, decided to stay with their monolithic architecture instead. It highlights how microservices may not be the ideal architectural solution for every business, and that careful consideration should be taken before making any major changes.

steven-lemon182.medium.com
Migration story negative microservices sentiment
Published

Monolithic versus microservices, and all in between

This post details the experience of an experienced CTO in a top digital product agency, and how they use agile methodologies to create solutions for complex problems. It is relevant to microservices and monoliths, as the CTO's experience is valuable when deciding between these two software architecture patterns.

medium.com
Guide neutral microservices sentiment
Published

Faster, cheaper, and better: A story of breaking a monolith

This article outlines the process of breaking out a monolith into microservices, including the technical steps and considerations necessary to do so. It also explains the cost savings and improvements in code quality, speed, and bug fixing that can be achieved by transitioning from monoliths to microservices.

zepworks.com
Migration story positive microservices sentiment
Published

Give me back my monolith

This post discusses how the hype around microservices is starting to subside and some companies are considering migrating back to a monolith. It examines the complexity of onboarding new engineers and debugging with microservices, as well as the challenge of testing multiple services at once.

craigkerstiens.com
Personal opinion negative microservices sentiment
Published

Microservices vs. Monolith Architecture

This post compares microservices and monolith architecture, discussing which type of architecture is best suited for certain teams and projects. It outlines the advantages and disadvantages of each, including scalability, cost, and deployment time.

medium.com
Personal opinion neutral microservices sentiment
Published

You’re Not Actually Building Microservices

This article discusses the difference between a monolith and a distributed monolith, which is a set of physically distributed services that are intertwined. It also emphasizes the importance of baby steps when considering a microservices implementation and starting off with a monolith, as it allows developers to figure out where the natural boundaries are in their system and design service boundaries more efficiently.

simplethread.com
Personal opinion neutral microservices sentiment
Published

Monolith vs microservices: which architecture is right for your team?

This article explores the considerations which should be made when deciding whether to start a project with microservices or a monolith, using an example of Darby Frey's experiences at Gamut. It provides general guidelines on when each approach might be more suitable, and stresses the importance of evaluating one's own circumstances before making a decision.

medium.com
Guide neutral microservices sentiment
Published

In Defence of the Monolith, Part 2

This article emphasizes that the choice depends on specific context, particularly considering scalability and domain complexity. For simpler domains with high volume needs, microservices are suitable, whereas complex domains with limited volume are better served by modular monoliths. Building a modular monolith requires thoughtful implementation to avoid issues like cyclic dependencies and "JAR hell". The article also suggests that in some cases, starting with a modular monolith and transitioning to microservices as volumes increase can be an effective strategy

infoq.com
Personal opinion negative microservices sentiment
Published

In Defence of the Monolith, Part 1

The article highlights the implementation challenges with microservices, such as loss of transactions and referential integrity. It points out that both monoliths and microservices need a supportive platform, with microservices focusing on network complexities and monoliths on technical concerns. The concept of "Monolith First" is also introduced, emphasizing the importance of well-defined modules for future transition to microservices.

infoq.com
Personal opinion negative microservices sentiment
Published

Micro-monolith anti-pattern

This article discusses the dangers of a micro-monolith anti-pattern, which can arise when teams create a single-page application from fragments of frontend code provided by different microservices. It also offers solutions to ensure that each service remains independent and is able to be tested in isolation.

chi.pl
Personal opinion negative microservices sentiment
Published

REST in Peace: Microservices vs monoliths in real-life examples

This post emphasizes that both microservices and monoliths have their place when it comes to developing applications. It provides multiple examples of how each approach can succeed or fail depending on the execution, and also outlines best practices for transitioning to microservices.

medium.com
Personal opinion neutral microservices sentiment
Published

The Majestic Monolith

This article explains that, while microservices are a great pattern for large organizations, smaller teams should embrace the monolith and make it majestic in order to maximize productivity and create beautiful, understandable code.

m.signalvnoise.com
Personal opinion negative microservices sentiment
Published

Monolithic vs. Microservices Architecture

This post explains how to start developing a server-side application either with a monolithic architecture or by breaking it down into microservices. It also outlines the benefits and challenges of both approaches and explains how the microservices pattern corresponds to the Y-axis scaling of the Scale Cube model of scalability.

medium.com
Personal opinion neutral microservices sentiment
Published

Scaling Wix to 60M Users - From Monolith to Microservices

This post discusses the transition of Wix from a monolithic architecture to a service-level driven microservices architecture. It also outlines the tools and processes used to develop, deploy, and scale in this model.

stackshare.io
Migration story positive microservices sentiment
Published

Monolith First

This post discusses the pros and cons of starting a new project with either microservices or monoliths, suggesting that while microservices are useful, they come with a cost and should only be used when more complex systems are at play. It suggests a monolith-first approach for simpler applications.

martinfowler.com
Personal opinion neutral microservices sentiment

From a Ruby monolith to microservices in Go

This post describes Sourcegraph, which helps dev teams to search and navigate code, allowing them to find answers quickly. By facilitating code navigation, Sourcegraph is useful for both microservices and monoliths architectures, enabling developers to understand the structure of their codebase better.

sourcegraph.com
Migration story positive microservices sentiment

Microservices and the Ops / Dev ratio

This post emphasizes that the decision to adopt microservices should be based on the specific needs and capabilities of an organization, cautioning against blindly following trends without considering factors like the increased operational (Ops) work and resource scarcity. It suggests that while microservices can reduce resource contention and coordination friction, they also introduce more complexity and risk, making it vital to balance these aspects against an organization's ability to effectively manage the increased Ops/Dev ratio and operational challenges.

logical.li
Personal opinion neutral microservices sentiment

Submit a new story

Enter the URL of a post, article, or video with an opinion on the “Microservices vs Monolithic architecture” debate to have it considered for inclusion on this site.

About

BitBrawn logo

Microservice Stories was created to help organisations decide whether microservices are right for them.

The site is maintained by BitBrawn. A web application development studio, that sees too many small development teams rush into microservices without understanding their tradeoffs.

Problem or suggestion? Email us at [email protected]