2014-02-08 00:41:03 +00:00
|
|
|
---
|
|
|
|
layout: "intro"
|
2014-04-10 23:56:22 +00:00
|
|
|
page_title: "Consul vs. Custom Solutions"
|
2014-02-08 00:41:03 +00:00
|
|
|
sidebar_current: "vs-other-custom"
|
|
|
|
---
|
|
|
|
|
2014-04-10 23:56:22 +00:00
|
|
|
# Consul vs. Custom Solutions
|
2014-02-08 00:41:03 +00:00
|
|
|
|
2014-04-10 23:56:22 +00:00
|
|
|
As a code base grows, a monolithic app usually evolves into a Service Oriented Architecture (SOA).
|
|
|
|
A universal pain point for SOA is service discovery and configuration. In many
|
|
|
|
cases, this leads to organizations building home grown solutions.
|
|
|
|
It is an undisputed fact that distributed systems are hard; building one is error prone and time consuming.
|
2014-02-08 00:41:03 +00:00
|
|
|
Most systems cut corners by introducing single points of failure such
|
|
|
|
as a single Redis or RDBMS to maintain cluster state. These solutions may work in the short term,
|
|
|
|
but they are rarely fault tolerant or scalable. Besides these limitations,
|
|
|
|
they require time and resources to build and maintain.
|
|
|
|
|
2014-04-10 23:56:22 +00:00
|
|
|
Consul provides the core set of features needed by a SOA out of the box. By using Consul,
|
|
|
|
organizations can leverage open source work to reduce their time and resource commitment to
|
|
|
|
re-inventing the wheel and focus on their business applications.
|
2014-02-08 00:41:03 +00:00
|
|
|
|
2014-04-10 23:56:22 +00:00
|
|
|
Consul is built on well-cited research, and is designed with the constraints of
|
|
|
|
distributed systems in mind. At every step, Consul takes efforts to provide a robust
|
|
|
|
and scalable solution for organizations of any size.
|
2014-02-08 00:41:03 +00:00
|
|
|
|