Вы находитесь на странице: 1из 13

Jon Cohn Exton PA - Technology Trends 2016 and beyond

Enterprise technology development keeps racing ahead, and this year's forecast
explains how most of it will be wrapped in the cloud
InfoWorlds David Linthicum recently suggested it was time to retire the phase
cloud computing and simply say computing. Thats how essential cloud has
become -- and why for the past couple of years cloud has framed my annual
attempt to identify the nine key enterprise tech trends going forward.
In 2015, it became a lot clearer what cloud infrastructure in all its scalable, selfservice glory will be best for: running applications composed of microservices
outfitted with RESTful APIs. Most likely those services will run in containers,
which give developers more control than ever in building, testing, and deploying
applications. Containers in turn support devops, where ops leverages new
automation, instrumentation, and monitoring -- and devs take new responsibility
for applications in production.
Sure, thats one sort of cloud operation, and few have all those pieces in place
today. But it's remarkable how quickly this shared vision of the future has
coalesced.
Still, several elements of this picture need to be completed before your average
enterprise can contemplate adoption. Which brings us to our first trend of 2016:
1. 'Cloud native' shapes the future
Applications built from microservices running in containers have all sorts of
advantages over monolithic applications. First and foremost, instead of dealing
with obscure internal dependencies that make troubleshooting and updating
painful, you can work with decoupled services that are individually monitored
and managed.
But microservices architecture adds complications -- mainly, swarms of
containers to keep track of. And who manages literally billions of containers in
production every day? Google, the company that in 2007 contributed the Linux
kernels cgroups container feature on which Docker was later built.
Last year Google introduced the open source Kubernetes project, which distills
Googles container management system into open source bits so mere mortals
can wrangle clusters of containers at scale. This summer the projects founder,
Craig McLuckie, announced the formation of the CNCF (Cloud Native Computing
Foundation), which will take Kubernetes as a starting point to build out an
ecosystem for container scheduling, management, and orchestration. Watch this
space carefully.
2. Spark 'streaming' accelerates
A funny thing happened to big data in 2015: Spark elbowed Hadoop out of the
spotlight. Why? Because rather than processing data in big batches across many
disks, as Hadoop does, Spark works its magic with small batches in big memory

-- close enough to real time to be indistinguishable from streaming. (Storm, a


true streaming solution, has already fallen out of favor.)
Cloudera and IBM have gone all-in with Spark, while Amazon, Google, and
Microsoft offer Spark as a service in their public clouds. But Spark still has major
annoyances relating to memory management and resiliency, among other
drawbacks. With this kind of momentum, though, you can expect many such
problems to be addressed in the coming year.
3. Developers tap into machine learning
Not only do all the major clouds now offer analytics as a service, but they also
provide machine learning APIs in the cloud; plus, open source machine learning
tools abound. Ubiquitous machine learning capability enables developers to build
applications that recognize patterns in gobs of data -- for fraud detection, face
recognition, medical diagnoses, infrastructure optimization, Web ad-serving, you
name it.
Of course, some commercial software and websites have had machine learning
features for years (for anticipating user actions, recommending related products,
and so on). The difference today is that machine learning is broken out as a
separate capability any developer can exploit, and we now have tons of data and
cloud computing capacity to throw at it, including fancy new servers equipped
with GPU accelerators to run machine learning algorithms.
4. Ciscos ACI reinvigorates SDN
The very idea of software-defined networking (SDN) suggests that, eventually,
hardware switches will become commoditized, which is why SDN has been seen
as an existential threat to Cisco. So far, however, SDN adoption has largely been
confined to telco and cloud service providers and has had little impact on the
enterprise.
Now Cisco has leaped ahead and introduced a new SDN scheme dubbed
Application Centric Infrastructure (ACI) that includes a new operations control
protocol, OpFlex, to replace OpenFlow. Designed for large-scale deployments, ACI
pushes SDN in a new direction, distributing some of the control over
configuration to the network and giving admins the ability to adjust settings at a
high level based on application requirements.
Most surprising of all may be the degree of openness. ACI uses RESTful APIs, and
Cisco has posted an open source SDK along with various ACI tools on GitHub.
Also, Cisco has proposed OpFlex as an both an IETF standard and as an
OpenDaylight project, and OpFlex already has the support of Microsoft, IBM, F5,
Citrix, Red Hat, Canonical, and others. Considering Ciscos huge enterprise
market share, this could be the jumpstart SDN needs.
5. PaaS gets a second chance

As Andrew Olivers classic 2012 article Which freaking PaaS should I use? made
clear, the first generation of PaaS was bedeviled by arbitrary limitations. As a
result, enterprise PaaS adoption has been relatively weak. Lots has happened
recently, though, including a rush to support Docker by the two leading onpremises PaaS offerings, Cloud Foundry and OpenShift.
I still believe that, on premises, many enterprises can benefit from running PaaS
as a modern, scale-out, polyglot version of the good old application server.
According to Martin Hellers recent InfoWorld review, OpenShift Enterprise 3 has
incorporated Docker containers without skipping a beat: For both developers
and operators, OpenShift fulfills the promise of PaaS.

6. SSDs takes a bigger bite out of the data center


Already flash beats spinning disk in price-performance for IOPS-intensive
applications such as VDI or high-performance databases, because equally
performant spinning disk requires so many spindles to keep up. All-flash arrays
and SSD-packed servers are no longer rare. Plus, everyone is excited about 3D
NAND, which will offer much higher SSD capacities and performance
A number of Internet giants have filled their data centers with SSDs for power
conservation as well as performance reasons. Nonetheless, performance aside,
the notion that flash will reach price-per-gigabyte parity with spinning disk will
remain a pipe dream for years. Spinning disk has made its own advances,
including helium drives and shingled magnetic recording, so SSDs wont fully
replace hard drives anytime soon.
7. The hybrid cloud gets real
Ive had trouble with the phrase hybrid cloud. Was it supposed to mean
integration between on-premises infrastructure and the public cloud? The
integration of any two clouds? If it required a private cloud set up like a public
cloud, well, so few of the former exist, the hybrid cloud might as well be
mythical.
But Microsoft is changing that with its Azure Stack for Windows Server, which
enables customers to at least partially duplicate Azure public cloud infrastructure
locally. When Windows Server and System Center 2016 ship next year,
integrating them with Azure promises to yield a true hybrid IaaS environment.
Through its professional services, IBM appears to be working in the same
direction with hybrid public and private cloud OpenStack deployments.
Amazon lacks a hybrid play (unless you consider some customers efforts to
duplicate their local environments on AWS hybrid). Google doesnt have a
hybrid play either, but thanks to Kubernetes and the CNCF (see No. 1) it's only a
matter of time. With the recent hire of VMware co-founder Diane Greene to head
up Google Cloud, Im finally convinced that Google is serious about serving

enterprise cloud customers, and a hybrid Kubernetes (and more) scheme will be
part of the deal.
8. Machine learning amps up security
Youve probably heard about financial services companies using machine
learning to detect fraud. But other security possibilities for machine learning
abound, such as flagging network anomalies, tracking user behavior, or
detecting zero-day malware.
Cylance, which recently partnered with Dell, provides a high-profile example: The
company uses deep learning algorithms to detect a claimed 99 percent of
malware. Yet buyer beware, because machine learning algorithms have been
used in security applications for years with varying success and many false
positives. Advances will keep unfolding thanks to big data analytics in the cloud,
but expect incremental gains, not miracles.
9. Blockchain breaks out
Bitcoin has been tarnished many times over. But blockchain, the mathematical
magic behind bitcoin, is on the verge of becoming a viable way to ensure the
integrity of all kinds of transactions. In a recent feature article, InfoWorlds Peter
Wayner counted more than 100 companies exploring ways to extend blockchain
for trading platforms, ID cards, contracts, secure storage, and more. Yes, even
banks are testing it out -- an indication well see blockchain go mainstream in
2016.

Source : infoworld.com
Recommended by :
Jon Cohn ,CTO , VP IT Architecture
https://www.linkedin.com/in/jonacohn
joncohn@comcast.net

"Jon Cohn Exton PA" "Jon Cohn Exton" "Jon Cohn Evolution"

https://docs.google.com/document/d/1jhU5Mis7YoGzJvK85coGd8yZIHs-JnCG_cyzp_y9Jk/edit?usp=sharing
http://issuu.com/jonacohn/docs/jon.cohn.resume.docx
https://www.scribd.com/doc/294344968/Jon-cohn-Resume

http://www.slideshare.net/jonacohn/joncohnresume
https://penzu.com/p/e1f1fb23
http://jonacohn.tumblr.com/post/136671484928/jon-a-cohn
https://jonacohn.wordpress.com/2016/01/06/jon-a-cohn/
http://jonacohn.blogspot.com/2016/01/jon-cohn-resume.html
www.slideserve.com/jonacohn/jon-a-cohn-exton-pa
http://www.authorstream.com/Presentation/jonacohn-2711402-jon-cohn-extonpa-19341/
www.slideserve.com/jonacohn/jon-a-cohn-exton-pa
http://slideonline.com/presentation/99077-jon-a-cohn-exton-pa
https://docs.google.com/document/d/1NJujdCMyQTF9qReGp6oMbmvWBXWEqPu1avWwEMAgmo/edit?usp=sharing
https://plus.google.com/105089455909133040148/posts/1j3SQfwm6QW
http://jonacohn.blogspot.com/2016/01/knowledge-management-in-software.html
http://docslide.net/technology/knowledge-management-in-softwarearchitecture-.html
http://issuu.com/jonacohn/docs/knowledge_management_in_software_ar
https://www.scribd.com/doc/294345138/Knowledge-Management-in-SoftwareArchitecture
http://www.slideshare.net/jonacohn/knowledge-management-in-softwarearchitecture
https://penzu.com/p/20142217
http://jonacohn.tumblr.com/post/136671606138/knowledge-management-insoftware-architecture
https://jonacohn.wordpress.com/2016/01/06/knowledge-management-insoftware-architecture-state-of-the-art/
https://docs.google.com/document/d/1CfsHdjb2TmLzBqgUu5bqTolxNJIJdYyj4WKvY
s9Isqc/edit?usp=sharing
https://plus.google.com/105089455909133040148/posts/RQtZGoR4qEd
http://jonacohn.blogspot.com/2016/01/microservice-architecture-patternsand.html

http://docslide.net/technology/microservice-architecture-patterns-and-bestpractices-.html
http://issuu.com/jonacohn/docs/microservice_architecture_patterns_
https://www.scribd.com/doc/294345139/Microservice-Architecture-Patterns-andBest-Practices
http://www.slideshare.net/jonacohn/microservice-architecture-patterns-and-bestpractices
https://penzu.com/p/4a54eb47
http://jonacohn.tumblr.com/post/136671688403/microservice-architecturepatterns-and-best
https://jonacohn.wordpress.com/2016/01/06/microservice-architecture-patternsand-best-practices/
https://docs.google.com/document/d/16a4js8-8AungetG1O1J5G2LfCOsiv6nvWfAJDL0itI/edit?usp=sharing
https://plus.google.com/105089455909133040148/posts/AR8bEGBYukJ
http://jonacohn.blogspot.com/2016/01/microservices-anti-patterns.html
http://docslide.net/technology/microservices-anti-.html
http://issuu.com/jonacohn/docs/microservices_anti.docx
https://www.scribd.com/doc/294345141/Microservices-Anti
http://www.slideshare.net/jonacohn/microservices-anti
https://penzu.com/p/fb7180ed
http://jonacohn.tumblr.com/post/136671725568/microservices-anti-patterns
https://jonacohn.wordpress.com/2016/01/06/microservices-anti-patterns/
https://docs.google.com/document/d/1yW3qK63RbReFDM0u7QaFaN6GQ7aztbova
v7eKbKaUyg/edit?usp=sharing
https://plus.google.com/105089455909133040148/posts/JoonTaUmWJN
http://jonacohn.blogspot.com/2016/01/software-architecture-antipatterns.html
http://docslide.net/technology/software-architecture-antipatterns-.html
http://issuu.com/jonacohn/docs/software_architecture_antipatterns.
https://www.scribd.com/doc/294345142/Software-Architecture-AntiPatterns
http://www.slideshare.net/jonacohn/software-architecture-anti-patterns

https://penzu.com/p/623a155f
http://jonacohn.tumblr.com/post/136671788668/software-architectureantipatterns
https://jonacohn.wordpress.com/2016/01/06/software-architecture-antipatterns/
https://docs.google.com/document/d/1amUg47H3WiWfjFyCEXuE2IW0BjsRpy5FcS
21ocskPfo/edit?usp=sharing
https://plus.google.com/105089455909133040148/posts/3wnZwvKRJVw
http://jonacohn.blogspot.com/2016/01/5-ways-cios-can-rationalizeapplication.html
http://docslide.net/technology/5-ways-cios-can-rationalize-applicationportfolios-.html
http://issuu.com/jonacohn/docs/5_ways_cios_can_rationalize_applica
https://www.scribd.com/doc/294345398/5-Ways-CIOs-Can-Rationalize-ApplicationPortfolios
http://www.slideshare.net/jonacohn/5-ways-ci-os-can-rationalize-applicationportfolios
https://penzu.com/p/59d0714d
http://jonacohn.tumblr.com/post/136671848208/5-ways-cios-can-rationalizeapplication-portfolios
https://jonacohn.wordpress.com/2016/01/06/5-ways-cios-can-rationalizeapplication-portfolios/
https://docs.google.com/document/d/1mxok-5UOtBtOrf_DnXYuJuqWjXz_5dmM6dIWIz42Qo/edit?usp=sharing
https://plus.google.com/105089455909133040148/posts/8zoDBqkuVUY
http://jonacohn.blogspot.com/2016/01/8-enterprise-software-predictions.html
http://docslide.net/technology/8-enterprise-software-predictions-.html
http://issuu.com/jonacohn/docs/8_enterprise_software_predictions.d
https://www.scribd.com/doc/294345403/8-Enterprise-Software-Predictions
http://www.slideshare.net/jonacohn/8-enterprise-software-predictions-56574229
https://penzu.com/p/bb8da598
http://jonacohn.tumblr.com/post/136671903488/8-enterprise-softwarepredictions

https://jonacohn.wordpress.com/2016/01/06/8-enterprise-software-predictions/
https://docs.google.com/document/d/1j6vNIc8UPFBBDwY9Pf3JotXOz2rFFED1_RUi
v3uAITA/edit?usp=sharing
https://plus.google.com/105089455909133040148/posts/1KzDqVAbsPe
http://jonacohn.blogspot.com/2016/01/9-enterprise-tech-trends-for-2016and.html
http://docslide.net/technology/9-enterprise-tech-trends-for-2016-andbeyond-.html
http://issuu.com/jonacohn/docs/9_enterprise_tech_trends_for_2016_a
https://www.scribd.com/doc/294345405/9-Enterprise-Tech-Trends-for-2016-andBeyond
http://www.slideshare.net/jonacohn/9-enterprise-tech-trends-for-2016-andbeyond
https://penzu.com/p/1d693de8
http://jonacohn.tumblr.com/post/136671931568/9-enterprise-tech-trends-for2016-and-beyond
https://jonacohn.wordpress.com/2016/01/06/9-enterprise-tech-trends-for-2016and-beyond/
https://docs.google.com/document/d/1MYjcjtP9GbvwW9jCjCHWq6giriccM1DspbFb
wX4qyCk/edit?usp=sharing
https://plus.google.com/105089455909133040148/posts/iZWpb25woCS
http://jonacohn.blogspot.com/2016/01/best-practices-enterprisearchitecture.html
http://docslide.net/technology/best-practices-joncohn202.html
http://issuu.com/jonacohn/docs/best_practices.docx
https://www.scribd.com/doc/294345407/Best-Practices
http://www.slideshare.net/jonacohn/best-practices-56574259
https://penzu.com/p/63e3b811
http://jonacohn.tumblr.com/post/136672044823/best-practices-enterprisearchitecture
https://jonacohn.wordpress.com/2016/01/06/best-practices-enterprisearchitecture/

https://docs.google.com/document/d/1Wb04CK1FHTJUxRibL74u_YwYf5dxyEqOK5
wUgNpcU2g/edit?usp=sharing
https://plus.google.com/105089455909133040148/posts/DyvwQzQUnsS
http://jonacohn.blogspot.com/2016/01/enterprise-architecture-innovation.html
http://docslide.net/technology/enterprise-architecture-.html
http://issuu.com/jonacohn/docs/enterprise_architecture.docx
https://www.scribd.com/doc/294345410/Enterprise-Architecture
http://www.slideshare.net/jonacohn/enterprise-architecture-56574277
https://penzu.com/public/c15a5fd5
http://jonacohn.tumblr.com/post/136672100058/enterprise-architectureinnovation-management
https://jonacohn.wordpress.com/2016/01/06/enterprise-architecture-innovationmanagement-exploring-the-links/
https://docs.google.com/document/d/11ufZjAbBpLn_fnG3q3b1JqVhCRSK0YxnJAmql1H4W0/edit?usp=sharing
https://plus.google.com/105089455909133040148/posts/GgDtXx7nMRs
http://jonacohn.blogspot.com/2016/01/seven-best-practices-for.html
http://docslide.net/technology/seven-best-practices-for-revolutionizing-yourdata-.html
http://issuu.com/jonacohn/docs/seven_best_practices_for_revolution
https://www.scribd.com/doc/294345412/Seven-Best-Practices-for-RevolutionizingYour-Data
http://www.slideshare.net/jonacohn/seven-best-practices-for-revolutionizing-yourdata
https://penzu.com/p/ba199cb7
http://jonacohn.tumblr.com/post/136672128658/seven-best-practices-forrevolutionizing-your-data
https://jonacohn.wordpress.com/2016/01/06/seven-best-practices-forrevolutionizing-your-data/
https://docs.google.com/document/d/1t8Q6bRX8mX3mrVczTxlk4rzRJalcYNvNC7d
1M-XF3Ao/edit?usp=sharing
https://plus.google.com/105089455909133040148/posts/Ku4Fj2SC15z

http://jonacohn.blogspot.com/2016/01/six-steps-to-data-governancesuccess.html
http://docslide.net/technology/six-steps-to-data-governance-success-.html
http://issuu.com/jonacohn/docs/six_steps_to_data_governance_succes
https://www.scribd.com/doc/294345415/Six-Steps-to-Data-Governance-Success
http://www.slideshare.net/jonacohn/six-steps-to-data-governance-success
https://penzu.com/p/f152cfd5
http://jonacohn.tumblr.com/post/136672450458/six-steps-to-data-governancesuccess
https://jonacohn.wordpress.com/2016/01/06/six-steps-to-data-governancesuccess/
https://docs.google.com/document/d/16lyD986BUJSQNRGZ5L_EGaVoj03XP4qCuMYi6lpb1A/edit?usp=sharing
https://plus.google.com/105089455909133040148/posts/h54EfyrsDLh
http://jonacohn.blogspot.com/2016/01/the-big-data-architecture-dilemmafor.html
http://docslide.net/technology/the-big-data-architecture-dilemma-for-cios-.html
http://issuu.com/jonacohn/docs/the_big_data_architecture_dilemma_f
https://www.scribd.com/doc/294345419/The-Big-Data-Architecture-Dilemma-forCIOs
http://www.slideshare.net/jonacohn/the-big-data-architecture-dilemma-for-ci-os
https://penzu.com/p/427555f6
http://jonacohn.tumblr.com/post/136672497063/the-big-data-architecturedilemma-for-cios
https://jonacohn.wordpress.com/2016/01/06/the-big-data-architecture-dilemmafor-cios/
https://docs.google.com/document/d/1Dn-1qgitLF-abiZwWE5WAAvaiO7vBgXWGVIYh8v6ao/edit?usp=sharing
https://plus.google.com/105089455909133040148/posts/gxMGKV2uiDn
http://jonacohn.blogspot.com/2016/01/the-next-generation-of-enterprise-it.html
http://docslide.net/technology/the-next-generation-of-enterprise-it-.html
http://issuu.com/jonacohn/docs/the_next_generation_of_enterprise_i

https://www.scribd.com/doc/294345420/The-Next-Generation-of-Enterprise-IT
http://www.slideshare.net/jonacohn/the-next-generation-of-enterprise-it
https://penzu.com/public/c3a53beb
http://jonacohn.tumblr.com/post/136672518848/the-next-generation-ofenterprise-it
https://jonacohn.wordpress.com/2016/01/06/the-next-generation-of-enterprise-it/
https://docs.google.com/document/d/1tXutYHc6npuklzT79T7ZN4Ck6OFgS2zv5gC
c5KLW0kI/edit?usp=sharing
https://plus.google.com/105089455909133040148/posts/XFQccKewNBv
http://jonacohn.blogspot.com/2016/01/where-is-enterprise-architecture-in.html
http://docslide.net/technology/where-is-enterprise-architecture-inhealthcare-.html
http://issuu.com/jonacohn/docs/where_is_enterprise_architecture_in
https://www.scribd.com/doc/294345421/Where-is-Enterprise-Architecture-inHealthcare
http://www.slideshare.net/jonacohn/where-is-enterprise-architecture-inhealthcare-56574321
https://penzu.com/public/f3710120
http://jonacohn.tumblr.com/post/136672547973/where-is-enterprise-architecturein-healthcare
https://jonacohn.wordpress.com/2016/01/06/where-is-enterprise-architecture-inhealthcare/
https://docs.google.com/document/d/1UCdQJ4UPr0sqKYVS0nSUcXDZGGsm6Td9q
xZXdSeII38/pub
https://plus.google.com/105089455909133040148/posts/J8z1N41J9GB
http://jonacohn.blogspot.com/2016/01/jon-cohn-exton-pa-architectural.html
http://docslide.net/technology/jon-cohn-exton-pa-architectural-knowledge-.html
http://issuu.com/jonacohn/docs/jon_cohn_exton_pa_-_knowledge_manag
https://www.scribd.com/doc/296953303/Jon-Cohn-Exton-PA-KnowledgeManagement-in-Software-Architecture
http://www.slideshare.net/jonacohn/jon-cohn-exton-pa-knowledge-managementin-software-architecture

http://jonacohn.tumblr.com/post/138274190333/jon-cohn-exton-pa-architecturalknowledge
https://jonacohn.wordpress.com/2016/01/29/jon-cohn-exton-pa-architecturalknowledge/
https://docs.google.com/document/d/1Uc0C0-6rDH26SNMBUpzFpCBJb8rux48sorLtEe4IdU/pub
https://plus.google.com/105089455909133040148/posts/crcvFw8XqRt
http://jonacohn.blogspot.com/2016/01/jon-cohn-exton-pa-evolution-of.html
http://docslide.net/technology/jon-cohn-exton-pa-evolution-of-applicationarchitectures-.html
http://issuu.com/jonacohn/docs/jon_cohn_exton_pa_-_microservice_ar
https://www.scribd.com/doc/296953384/Jon-Cohn-Exton-PA-MicroserviceArchitecture-Patterns-and-Best-Practices
http://www.slideshare.net/jonacohn/jon-cohn-exton-pa-microservice-architecturepatterns-and-best-practices
http://jonacohn.tumblr.com/post/138274220218/jon-cohn-exton-pa-evolution-ofapplication
https://jonacohn.wordpress.com/2016/01/29/jon-cohn-exton-pa-evolution-ofapplication-architectures/
https://docs.google.com/document/d/13m3rjLzR23a0QaXqBV823IsTnIz7WUYGOpPubuO0Iw/pub
https://plus.google.com/105089455909133040148/posts/iUCqzFRfkvX
http://jonacohn.blogspot.com/2016/01/jon-cohn-exton-pa-good-architecture.html
http://docslide.net/technology/jon-cohn-exton-pa-good-architecture-criticalfactor-.html
http://issuu.com/jonacohn/docs/jon_cohn_exton_pa_-_microservices_a
https://www.scribd.com/doc/296953475/Jon-Cohn-Exton-PA-Microservices-Anti
http://www.slideshare.net/jonacohn/jon-cohn-exton-pa-microservices-anti
http://jonacohn.tumblr.com/post/138274242328/jon-cohn-exton-pa-goodarchitecture-critical
https://jonacohn.wordpress.com/2016/01/29/jon-cohn-exton-pa-goodarchitecture-critical-factor/
https://docs.google.com/document/d/1Jky1RZoDZ0K3WyaC4Z6-Sx_tfi_xDogcP1_PMm7k2M/pub

https://plus.google.com/105089455909133040148/posts/jYnfohSbr8G
http://jonacohn.blogspot.com/2016/01/jon-cohn-exton-pa-microservices.html
http://docslide.net/technology/jon-cohn-exton-pa-microservicesarchitecture-.html
http://issuu.com/jonacohn/docs/jon_cohn_exton_pa_-_software_archit
https://www.scribd.com/doc/296953580/Jon-Cohn-Exton-PA-SoftwareArchitecture-AntiPatterns
http://www.slideshare.net/jonacohn/jon-cohn-exton-pa-software-architecture-antipatterns
http://jonacohn.tumblr.com/post/138274281533/jon-cohn-exton-pamicroservices-architecture
https://jonacohn.wordpress.com/2016/01/29/jon-cohn-exton-pa-microservicesarchitecture/

Вам также может понравиться