Google Moved on from MapReduce - Slide 25
Monday, February 4, 2019
Thursday, January 17, 2019
Friday, January 11, 2019
Thursday, January 10, 2019
Monday, January 7, 2019
Friday, November 2, 2018
Microservices Characteristics
Definition 1
Microservices is an application architectural approach where a large application is 1) composed of several independent, deployable service units. 2) Each unit provides a unique service. 3) The service, in turn, encapsulates and implements a well-defined process. 4) The life cycle of each deployable service unit is managed independently by different functional teams.
Characteristics of microservices
- Encapsulate a customer or business scenario.
- Developed by a small engineering team.
- Written in any programming language and use any framework.
- Consist of code and (optionally) state, both of which are independently versioned, deployed and scaled.
- Interact with other microservices over well-defined interfaces and protocols. Have unique names (URLs) used to resolve their location?
- Remain consistent and available in the presence of failures.
Subscribe to:
Posts (Atom)
Shak.blog.notes 08/20/2024
Thinking Like an Architect - InfoQ tags: blog ...
-
# awk based script to calculate the latency of FIX protocoll messages. # usage: awk -f $someroot/ackdelta.awk [VERBOSE=1] [STAT=1] $some...
-
Author: Sakthivel Kathirvel Created: Apr 2006 Last Updated: Jan 2015 [grep] grep -rain grep -Pain grep -inverse grep -Pai...
