SlideShare a Scribd company logo
1 of 15
Download to read offline
A Systematic Literature Review
on Microservices
Hulya Vural, Murat Koyuncu(&)
, and Sinem Guney
Atilim University, Ankara, Turkey
hulya.vural.tr@gmail.com,sinemmguney@gmail.com,
mkoyuncu@atilim.edu.tr
Abstract. The cloud is an emerging paradigm which leads the way for different
approaches and standards. The architectural styles are evolving based on the
requirements of the cloud as well. In recent years microservices is seen as the
architecture style for scalable, fast evolving cloud applications. As part of this
paper, a systematic mapping study was carried out around microservices. It is
aiming to ļ¬nd out the current trends around microservices, the motivation
behind microservices research, emerging standards and the possible research
gaps. The obtained results can help researchers and practitioner in software
engineering domain who want to be aware of new trends about SOA and cloud
computing.
Keywords: Cloud  SOA  Web services  Microservices  Systematic
mapping
1 Introduction
Service-oriented architecture (SOA) has emerged as a means of developing distributed
systems where the components are stand-alone services [37]. Services are basic units
which are developed independently and made accessible over the Internet. Standard
internet protocols are used for service communication among different computers. SOA
provides many advantages to develop easy and economic distributed software systems
and, therefore, it is the leading technology for interoperability on todayā€™s internet
world. Service-oriented software engineering deļ¬nes evolution of existing software
engineering approaches to develop dependable and reusable services considering the
requirements and characteristics of this technology [37]. Service-oriented computing
(SOC) is the paradigm that utilizes services as the fundamental elements for developing
applications. Therefore, service-oriented software engineering aims at designing and
developing service-based applications consonant with SOC paradigm and SOA prin-
ciples using software engineering methodologies.
After the popularity of cloud computing in recent years, new trends in the software
engineering have emerged, such as going to market with minimal viable product and
making small development teams autonomous. The architectural styles have also
evolved based on the cloud environment needs [36]. One of those new architectural
styles is microservices. The aim of the microservices is to divide the business behavior
into small services which can run independent of each other. As mentioned by Martin
Ā© Springer International Publishing AG 2017
O. Gervasi et al. (Eds.): ICCSA 2017, Part VI, LNCS 10409, pp. 203ā€“217, 2017.
DOI: 10.1007/978-3-319-62407-5_14
Fowler, ā€œWhile there is no precise deļ¬nition of this architectural style, there are certain
common characteristics around organization around business capability, automated
deployment, intelligence in the endpoints, and decentralized control of languages and
dataā€ [1]. Another deļ¬nition for microservices is ā€œMicroservices are small, autonomous
services that work togetherā€ [2].
The characteristics of the microservices are listed as follows [1]:
ā€¢ Componentization via Services
ā€¢ Organized around Business Capabilities
ā€¢ Products not Projects
ā€¢ Smart endpoints and dumb pipes
ā€¢ Decentralized Governance
ā€¢ Decentralized Data Management
ā€¢ Infrastructure Automation
ā€¢ Design for failure
ā€¢ Evolutionary Design
The microservices are developed, deployed and maintained separately. This allows
the teams to be autonomous where they can decide on the technology to use which best
addresses the current needs of the business behavior. The language and the database
might be different from one microservice to another. They do not share data between
each other, instead they use Representational State Transfer (REST) protocol to
communicate to each other. The most important beneļ¬ts of using microservices are
agility, autonomy, scalability, resilience and easy continuous deployment.
Even though microservices were ļ¬rst mentioned at [60] in 2010, the deļ¬nition of
the microservice mentioned in that study does not totally map to the current
microservice deļ¬nition in literature. The study carried out in 2010 [60] deļ¬nes
microservices as light services using REST. It does not mention most of the charac-
teristics listed at [1].
There has been another systematic mapping carried out on microservices in 2016
[40]. In that study, the research questions are around the architectural diagrams used for
microservicesā€™ representation, the quality attributes and the challenges. However, the
emerging standards and de facto tools are not mentioned.
In this paper, the aim is to not only analyze the emerging standards but also the
types of research conducted and the practical motivations around carrying out the
microservices architecture.
2 Method
This study is conducted a systematic mapping as deļ¬ned in [3] with one modiļ¬cation
(see Fig. 1). The modiļ¬cation is that, we carry out the keywording according to the
whole paper instead of keywording according to the abstract. The reason for the
modiļ¬cation to the original process is to enhance the classiļ¬cation criteria through
adding new areas.
204 H. Vural et al.
2.1 Research Questions
Three research questions are determined as follows:
RQ1: What type of research is conducted on microservices?
RQ2: What are the main practical motivations behind microservices related research?
RQ3: What are the emerging standards and de facto tools on microservices solutions?
2.2 Search Sampling
The search is conducted using Web of Science (Thomson Reuters Web of Knowledge),
which includes the following online databases:
ā€¢ ACM (Association for Computing Machinery) Digital Library [4]
ā€¢ CiteSeer [5]
ā€¢ Computer Source [6]
ā€¢ ebrary [7]
ā€¢ Human-Computer Interaction Bibliography [8]
ā€¢ IEEE Xplore [9]
ā€¢ INSPEC [10]
ā€¢ INSPEC Archive [11]
ā€¢ Nature [12]
ā€¢ Science [13]
ā€¢ Science  Technology Collection [14]
ā€¢ SciTech Connect [15]
ā€¢ Springer LINK [16]
2.3 Search Iteration
The search is carried on with the following criteria:
ā€¢ Keywords: microservice OR micro-service
ā€¢ Research Area: Computer Science
The search iteration has returned 39 results [17ā€“32, 38ā€“60].
Fig. 1. Process steps and outcomes
A Systematic Literature Review on Microservices 205
3 Screening the Papers
The papers are evaluated according to the inclusion and exclusion criteria. The ones
which do not meet the criteria are excluded.
The inclusion criteria:
ā€¢ All papers returned from the search criteria
Exclusion criteria:
ā€¢ If the microservices is just mentioned in the research but the focus of the research is
not directly on microservices.
Out of 39, 2 papers were excluded based on the exclusion criteria [30, 41]. As a
result, 37 papers are included into the mapping process.
4 Keywording
As part of keywording four different categorization schemes are identiļ¬ed:
ā€¢ Service models in cloud computing
ā€¢ Operational areas
ā€¢ Research types
ā€¢ Emerging standards and tools.
4.1 Service Models in Cloud Computing
The service models in cloud computing are classiļ¬ed in three different types [33]:
ā€¢ Infrastructure as a Service (IaaS): the infrastructure is supplied as a service (e.g.
virtual machine, hard disk, load balancer etc.).
ā€¢ Platform as a Service (PaaS): The platform is supplied as a service (e.g. Azure SQL,
Tomcat etc.).
ā€¢ Software as a Service (SaaS): The software itself is supplied as a service (e.g. Ofļ¬ce
365, Gmail etc.).
Even though the microservice architecture style is shaped considering cloud needs,
the research papers returned as part of the search criteria do not necessarily use cloud.
As a result, on premise installations (OnPrem) are also included in the service models.
4.2 Operational Areas
In [34] several different operational areas are called out for cloud:
ā€¢ Accounting and billing
ā€¢ SLA management (Service Level Agreement)
ā€¢ Service/resource provisioning
206 H. Vural et al.
ā€¢ Capacity planning
ā€¢ Conļ¬guration management
ā€¢ Security and privacy assurance
ā€¢ Fault management
Some of the research papers included in the current study are focusing on cloud
whereas some are not. As a result, the operational areas were modiļ¬ed to ļ¬t the needs
as follows:
ā€¢ Cost comparison
ā€¢ Availability/Resiliency
ā€¢ Performance
ā€¢ Security
ā€¢ Test technique
ā€¢ Functionality/Design
ā€¢ Analytics/Monitoring
ā€¢ Scalability
ā€¢ Deployment
The answer for the second research question (RQ2) will be based on the modiļ¬ed
operational areas.
4.3 Research Types
In [35], 6 different research types are called out (See Table 1). The answer to the ļ¬rst
research question (RQ1) will be based on these 6 research types.
4.4 Emerging Standards and Tools
The papers included in this systematic mapping study can be seen as a representation of
the common tools used for microservices. Given that microservices is a new concept,
the standards are not yet well formed. The current systematic study aims also to give an
answer on emerging standards for microservices.
5 Data Extraction and Mapping
The results obtained from mapping are converted into different graphs and they are
given below in a way to answer the deļ¬ned research questions.
RQ1: What type of research is conducted on microservices?
The papers are mapped to the research types as seen in Fig. 2. The most widely
used research type is Solution Proposal which is followed by Validation Research and
Evaluation Research.
The papers are classiļ¬ed according to the service types as seen in Fig. 3. Almost
half of the papers did not explicitly mention the service type they were targeting
A Systematic Literature Review on Microservices 207
(represented as NA in the ļ¬gure). SaaS by far the most common service type being
investigated. Also, some papers refer to more than one service type.
The bubble chart in Fig. 4 illustrates an analysis based on research types versus
service types. The ļ¬gure shows that there are only two studies on IaaS investigation
regarding microservices. This is an expected outcome given that the microservices is a
high level architectural style. On the other hand, there is only one ofļ¬cial philosophical
research papers on microservices. Most probably the reason is that the philosophical
Table 1. Research types
Class Description
Validation
research
Techniques investigated are novel and have not yet been implemented in
practice. Techniques used are for example experiments, i.e., work done in
the lab
Evaluation
research
Techniques are implemented in practice and an evaluation of the technique
is conducted. That means, it is shown how the technique is implemented in
practice (solution implementation) and what are the consequences of the
implementation in terms of beneļ¬ts and drawbacks (implementation
evaluation). This also includes identiļ¬cation of problems in industry
Solution
proposal
A solution for a problem is proposed, the solution can be either novel or a
signiļ¬cant extension of an existing technique. The potential beneļ¬ts and
the applicability of the solution is shown by a small example or a good line
of argumentation
Philosophical
papers
These papers sketch a new way of looking at existing things by structuring
the ļ¬eld inform of a taxonomy or conceptual framework
Opinion papers These papers express the personal opinion of somebody whether a certain
technique is good or bad, or how things should have been done. They do
not rely on related work and research methodologies
Experience
papers
Experience papers explain what and how something has been done in
practice. It has to be the personal experience of the author
Fig. 2. Research types
208 H. Vural et al.
statement of microservices was laid out by Lewis and Fowler [1] on 2014. Mostly, the
research is around Solution Proposal which do not explicitly call out the possible
service types applicable for that solution.
RQ2: What are the main practical motivations behind microservices related research?
The papers are mapped to the operational areas and obtained results are shown in
Fig. 5. The main motives are around functionality followed by performance and test
techniques. Given that the microservices paradigm was ļ¬rst mentioned around 2014
and ofļ¬cial research papers started to show up in 2015, it is natural to expect the
functionality be main concerns of research.
Fig. 3. Count of papers per service type
Research Type vs Service Type
Philosophical Paper
Opinion Paper
Personal Experience
Proposal of Soluʟon
Evaluaʟon Research
Validaʟon Research
NA
SaaS
PaaS
IaaS
OnPremise
Fig. 4. Service types versus research types
A Systematic Literature Review on Microservices 209
Figure 6 aims to answer if the study has empirical results or not. Our analysis
shows that the empirical studies are currently small in amount. Figure 7 illustrates an
analysis based on operational areas versus service types. The most remarkable point is
that most of the studies focus on the functionality/design issues. Figure 8 shows if there
is a new solution proposed and/or implemented. As seen in the ļ¬gure, most of the
Fig. 5. Operational areas
Fig. 6. Empirical results in research
210 H. Vural et al.
research propose new solutions. Another noticeable point is that the implementation
ratio of new solutions is higher than the implementation ratio of existing solutions.
RQ3: What are the emerging standards and de facto tools on microservices solutions?
The occurrence of standards proposed or implemented in the research papers
included into the systematic mapping can be seen in Fig. 9. The ļ¬gure includes all the
standards either implemented or proposed in systematic mapping papers. As clearly
seen in the ļ¬gure, REST can be called out as the standard for Microservices, even
though there is one outlier paper which used non-REST protocol in their study [28].
Operaʟonal Area vs Service Type
Analyʟcs/Monitoring
Availability/Resiliency
Cost Comparison
Deployment
Funcʟonality/Design
Performance
NA
SaaS
PaaS
IaaS
OnPremise
Scalability
Security
Test Technique
Fig. 7. Operational area vs service type.
Fig. 8. Implementation of solutions.
A Systematic Literature Review on Microservices 211
Only Swagger is used for microservice markup language. It is interesting to see that
WADL or API Blueprint is not mentioned.
The occurrence of tools used in proposed or implemented solutions can be found in
Fig. 10. Docker is seen as the most frequently used tool in studies.
The microservices topic is new and the ofļ¬cial research started to show up in
research papers in 2015. As a result, it is expected for the number of research on
microservices to increase over time. Figure 11 shows publication numbers over time.
The last search was carried out on the Web of Science in January 2017. On the ļ¬gure,
Fig. 9. Emerging standards
Fig. 10. Common tools used for implementing microservices
212 H. Vural et al.
the line shows the trend. It is seen that the amount of papers increases radically and the
trend line is going up.
6 Conclusions and Future Work
The term microservices was ļ¬rst appeared in 2014. All academic papers about
microservices belong to 2015 and 2016. From that, we conclude that it is completely a
new topic.
Considering the mapping results, we can conclude that microservices is a trending
topic and our prediction is that we will see increasing trend in the near future.
Another important conclusion that we draw from the systematic mapping is that
there are not enough empirical studies to clarify many issues under discussion related to
microservices. Also, there is no research speciļ¬cally targeting the fragile points of
microservices such as distributed transactions.
References
1. Lewis, J., Fowler, M.: ā€œMicroservicesā€ martinfowler.com. http://martinfowler.com/articles/
microservices.html. Accessed 20 Dec 2016
2. Newman, S.: Building Microservices. Oā€™Reilly Media, Inc., Sebastopol (2015)
3. Petersen, K., Feldt, R., Mujtaba, S., Mattsson, M.: Systematic mapping studies in software
engineering. In: 12th International Conference on Evaluation and Assessment in Software
Engineering, vol. 17, p. 1 (2008)
4. Dl.acm.org: ACM Digital Library (2016). http://dl.acm.org/dl.cfm. Accessed 05 Jan 2016
5. Citeseerx.ist.psu.edu: CiteSeerX (2016). http://citeseerx.ist.psu.edu/. Accessed 05 Jan 2016
6. Search.ebscohost.com: Computer Source (2016). http://search.ebscohost.com/login.aspx?
authtype=ip,uidproļ¬le=ehostdefaultdb=cph. Accessed 05 Jan 2016
Fig. 11. Number of microservices papers over time without applying exclusion criteria
(searched on January 20, 2017)
A Systematic Literature Review on Microservices 213
7. Site.ebrary.com: ebrary: Server Message (2016). http://site.ebrary.com/lib/utexas. Accessed
05 Jan 2016
8. Hcibib.org: HCI Bibliography: Human-Computer Interaction Resources (2016). http://www.
hcibib.org/. Accessed 05 Jan 2016
9. Ieeexplore.ieee.org: IEEE Xplore Digital Library (2016). http://ieeexplore.ieee.org/. Acces-
sed 05 Jan 2016
10. Search.ebscohost.com: INSPEC (2016). http://search.ebscohost.com/login.aspx?authtype=
ip,uidproļ¬le=ehostdefaultdb=inh. Accessed 05 Jan 2016
11. Search.ebscohost.com: INSPEC Archive (2016). http://search.ebscohost.com/login.aspx?
authtype=ip,uidproļ¬le=ehostdefaultdb=ieh. Accessed 05 Jan 2016
12. Nature.com: Journal home: Nature (2015). http://www.nature.com/nature. Accessed 05 Jan
2016
13. Sciencemag.org: Science (2016). http://www.sciencemag.org/. Accessed 05 Jan 2016
14. Search.ebscohost.com: Science and Technology Collection (2016). http://search.ebscohost.
com/login.aspx?authtype=ip,uidproļ¬le=ehostdefaultdb=syh. Accessed 05 Jan 2016
15. Osti.gov: SciTech Connect: Your connection to science, technology, and engineering
research information from the U.S. Department of Energy (2016). http://www.osti.gov/
scitech/. Accessed 05 Jan 2016
16. Springerlink.com: Home - Springer (2016). http://www.springerlink.com. Accessed 05 Jan
2016
17. Lysne, O., Hole, K., Otterstad, C., Ytrehus, O., Aarseth, R., Tellnes, J.: Vendor malware:
detection limits and mitigation. Computer 49(8), 62ā€“69 (2016)
18. Heorhiadi, V., Rajagopalan, S., Jamjoom, H., Reiter, M., Sekar, V.: Gremlin: systematic
resilience testing of microservices. In: 2016 IEEE 36th International Conference on
Distributed Computing Systems (ICDCS) (2016)
19. Villamizar, M., Garces, O., Ochoa, L., Castro, H., Salamanca, L., Verano, M., Casallas, R.,
Gil, S., Valencia, C., Zambrano, A., Lang, M.: Infrastructure cost comparison of running
web applications in the cloud using AWS lambda and monolithic and microservice
architectures. In: 2016 16th IEEE/ACM International Symposium on Cluster, Cloud and
Grid Computing (CCGrid) (2016)
20. Villamizar, M., Garces, O., Castro, H., Verano, M., Salamanca, L., Casallas, R., Gil, S.:
Evaluating the monolithic and the microservice architecture pattern to deploy web
applications in the cloud. In: 2015 10th Computing Colombian Conference (10CCC) (2015)
21. Sun, Y., Nanda, S., Jaeger, T.: Security-as-a-service for microservices-based cloud
applications. In: 2015 IEEE 7th International Conference on Cloud Computing Technology
and Science (CloudCom) (2015)
22. Rahman, M., Gao, J.: A reusable automated acceptance testing architecture for microservices
in behavior-driven development. In: 2015 IEEE Symposium on Service-Oriented System
Engineering (2015)
23. Le, V., Neff, M., Stewart, R., Kelley, R., Fritzinger, E., Dascalu, S., Harris, F.:
Microservice-based architecture for the NRDC. In: 2015 IEEE 13th International Conference
on Industrial Informatics (INDIN) (2015)
24. Alpers, S., Becker, C., Oberweis, A., Schuster, T.: Microservice based tool support for
business process modelling. In: 2015 IEEE 19th International Enterprise Distributed Object
Computing Workshop (2015)
25. Bak, P., Melamed, R., Moshkovich, D., Nardi, Y., Ship, H., Yaeli, A.: Location and
context-based microservices for mobile and internet of things workloads. In: 2015 IEEE
International Conference on Mobile Services (2015)
214 H. Vural et al.
26. Malavalli, D., Sathappan, S.: Scalable microservice based architecture for enabling DMTF
proļ¬les. In: 2015 11th International Conference on Network and Service Management
(CNSM) (2015)
27. Krylovskiy, A., Jahn, M., Patti, E.: Designing a smart city internet of things platform with
microservice architecture. In: 2015 3rd International Conference on Future Internet of
Things and Cloud (2015)
28. Ciuffoletti, A.: Automated deployment of a microservice-based monitoring infrastructure.
Procedia Comput. Sci. 68, 163ā€“172 (2015)
29. Meinke, K., Nycander, P.: Learning-based testing of distributed microservice architectures:
correctness and fault injection. In: Bianculli, D., Calinescu, R., Rumpe, B. (eds.) SEFM
2015. LNCS, vol. 9509, pp. 3ā€“10. Springer, Heidelberg (2015). doi:10.1007/978-3-662-
49224-6_1
30. Pahl, C., Jamshidi, P.: Software architecture for the cloud ā€“ a roadmap towards
control-theoretic, model-based cloud architecture. In: Weyns, D., Mirandola, R., Crnkovic,
I. (eds.) ECSA 2015. LNCS, vol. 9278, pp. 212ā€“220. Springer, Cham (2015). doi:10.1007/
978-3-319-23727-5_17
31. Nicolaescu, P., Klamma, R.: A methodology and tool support for widget-based web
application development. In: Cimiano, P., Frasincar, F., Houben, G.-J., Schwabe, D. (eds.)
ICWE 2015. LNCS, vol. 9114, pp. 515ā€“532. Springer, Cham (2015). doi:10.1007/978-3-
319-19890-3_33
32. Koren, I., Nicolaescu, P., Klamma, R.: Collaborative drawing annotations on web videos. In:
Cimiano, P., Frasincar, F., Houben, G.-J., Schwabe, D. (eds.) ICWE 2015. LNCS, vol. 9114,
pp. 671ā€“674. Springer, Cham (2015). doi:10.1007/978-3-319-19890-3_54
33. Wikipedia: Cloud computing (2016). https://en.wikipedia.org/wiki/Cloud_computing.
Accessed 05 Jan 2016
34. Fatema, K., Emeakaroha, V., Healy, P., Morrison, J., Lynn, T.: A survey of cloud
monitoring tools: taxonomy, capabilities and objectives. J. Parallel Distrib. Comput. 74(10),
2918ā€“2933 (2014)
35. Wieringa, R., Maiden, N., Mead, N., Rolland, C.: Requirements engineering paper
classiļ¬cation and evaluation criteria: a proposal and a discussion. Requirements Eng. 11(1),
102ā€“107 (2005)
36. Are Gartnerā€™s Predictions on Track - Gartnerā€™s Top 10 Strategic Technology Trends for
2016: At a Glance from October 6, 2015 (2016). https://www.linkedin.com/pulse/how-well-
did-gartner-do-prediction-gartners-top-10-strategic?trk=pulse-det-nav_art. Accessed 20 Dec
2016
37. Sommerville, I.: Software Engineering, 10th edn. Pearson, London (2016). (Chap. 18)
38. Braun, E., DĆ¼pmeier, C., Kimmig, D., Schillinger, W., Weissenbach, K.: Generic web
framework for environmental data visualization. In: Wohlgemuth, V., Fuchs-Kittowski, F.,
Wittmann, J. (eds.) Advances and New Trends in Environmental Informatics. PI, pp. 289ā€“
299. Springer, Cham (2017). doi:10.1007/978-3-319-44711-7_23
39. Linthicum, D.: Practical use of microservices in moving workloads to the cloud. IEEE Cloud
Comput. 3(5), 6ā€“9 (2016)
40. Alshuqayran, N., Ali, N., Evans, R.: A systematic mapping study in microservice
architecture. In: 2016 IEEE 9th International Conference on Service-Oriented Computing
and Applications (SOCA) (2016)
41. Inagaki, T., Ueda, Y., Ohara, M.: Container management as emerging workload for
operating systems. In: 2016 IEEE International Symposium on Workload Characterization
(IISWC) (2016)
42. Ueda, T., Nakaike, T., Ohara, M.: Workload characterization for microservices. In: 2016
IEEE International Symposium on Workload Characterization (IISWC) (2016)
A Systematic Literature Review on Microservices 215
43. Florio, L., Nitto, E.: Gru: an approach to introduce decentralized autonomic behavior in
microservices architectures. In: 2016 IEEE International Conference on Autonomic
Computing (ICAC) (2016)
44. Gadea, C., Trifan, M., Ionescu, D., Ionescu, B.: A reference architecture for real-time
microservice API consumption. In: Proceedings of the 3rd Workshop on CrossCloud
Infrastructures  Platforms - CrossCloud 2016 (2016)
45. Renz, J., Hoffmann, D., Staubitz, T., Meinel, C.: Using A/B testing in MOOC environments.
In: Proceedings of the Sixth International Conference on Learning Analytics  Knowledge -
LAK 2016 (2016)
46. Hasselbring, W.: Microservices for scalability. In: Proceedings of the 7th ACM/SPEC on
International Conference on Performance Engineering - ICPE 2016 (2016)
47. Scarborough, W., Arnold, C., Dahan, M.: Case study. In: Proceedings of the XSEDE16 on
Diversity, Big Data, and Science at Scale ā€“ XSEDE 2016 (2016)
48. Kecskemeti, G., Marosi, A., Kertesz, A.: The ENTICE approach to decompose monolithic
services into microservices. In: 2016 International Conference on High Performance
Computing and Simulation (HPCS) (2016)
49. Barais, O., Bourcier, J., Bromberg, Y., Dion, C.: Towards microservices architecture to
transcode videos in the large at low costs. In: 2016 International Conference on
Telecommunications and Multimedia (TEMU) (2016)
50. Kang, H., Le, M., Tao, S.: Container and microservice driven design for cloud infrastructure
DevOps. In: 2016 IEEE International Conference on Cloud Engineering (IC2E) (2016)
51. Messina, A., Rizzo, R., Storniolo, P., Tripiciano, M., Urso, A.: The database-is-the-service
pattern for microservice architectures. In: Renda, M.E., Bursa, M., Holzinger, A., Khuri, S.
(eds.) ITBAM 2016. LNCS, vol. 9832, pp. 223ā€“233. Springer, Cham (2016). doi:10.1007/
978-3-319-43949-5_18
52. Hassan, S., Bahsoon, R.: Microservices and their design trade-offs: a self-adaptive
roadmap. In: 2016 IEEE International Conference on Services Computing (SCC) (2016)
53. Bogner, J., Zimmermann, A.: Towards integrating microservices with adaptable enterprise
architecture. In: 2016 IEEE 20th International Enterprise Distributed Object Computing
Workshop (EDOCW) (2016)
54. Kratzke, N., Peinl, R.: ClouNS - a cloud-native application reference model for enterprise
architects. In: 2016 IEEE 20th International Enterprise Distributed Object Computing
Workshop (EDOCW) (2016)
55. Thiele, T., Sommer, T., Stiehm, S., Jeschke, S., Richert, A.: Exploring research networks
with data science: a data-driven microservice architecture for synergy detection. In: 2016
IEEE 4th International Conference on Future Internet of Things and Cloud Workshops
(FiCloudW) (2016)
56. Qanbari, S., Pezeshki, S., Raisi, R., Mahdizadeh, S., Rahimzadeh, R., Behinaein, N.,
Mahmoudi, F., Ayoubzadeh, S., Fazlali, P., Roshani, K., Yaghini, A., Amiri, M.,
Farivarmoheb, A., Zamani, A., Dustdar, S.: IoT design patterns: computational constructs
to design, build and engineer edge applications. In: 2016 IEEE First International
Conference on Internet-of-Things Design and Implementation (IoTDI) (2016)
57. Guo, D., Wang, W., Zeng, G., Wei, Z.: Microservices architecture based cloudware
deployment platform for service computing. In: 2016 IEEE Symposium on Service-Oriented
System Engineering (SOSE) (2016)
58. Saļ¬na, L., Mazzara, M., Montesi, F., Rivera, V.: Data-driven workflows for microservices:
genericity in jolie. In: 2016 IEEE 30th International Conference on Advanced Information
Networking and Applications (AINA) (2016)
216 H. Vural et al.
59. Kratzke, N.: About microservices, containers and their underestimated impact on network
performance. In: 6th International Conference on Cloud Computing, GRIDs, and
Virtualization (CLOUD COMPUTING) (2015)
60. Fernandez-Villamor, J.I., Iglesias, C., Garijo, M.: MICROSERVICES lightweight service
descriptions for rest architectural style. In: 2nd International Conference on Agents and
Artiļ¬cial Intelligence (ICAART 2010) (2010)
A Systematic Literature Review on Microservices 217

More Related Content

Similar to A Systematic Literature Review On Microservices

A systematic mapping study of performance analysis and modelling of cloud sys...
A systematic mapping study of performance analysis and modelling of cloud sys...A systematic mapping study of performance analysis and modelling of cloud sys...
A systematic mapping study of performance analysis and modelling of cloud sys...IJECEIAES
Ā 
Size Metrics for Service-Oriented Architecture
Size Metrics for Service-Oriented Architecture Size Metrics for Service-Oriented Architecture
Size Metrics for Service-Oriented Architecture ijseajournal
Ā 
SIZE METRICS FOR SERVICE-ORIENTED ARCHITECTURE
SIZE METRICS FOR SERVICE-ORIENTED ARCHITECTURESIZE METRICS FOR SERVICE-ORIENTED ARCHITECTURE
SIZE METRICS FOR SERVICE-ORIENTED ARCHITECTUREmathsjournal
Ā 
Cloud management and monitoring: a systematic mapping study
Cloud management and monitoring: a systematic mapping  studyCloud management and monitoring: a systematic mapping  study
Cloud management and monitoring: a systematic mapping studynooriasukmaningtyas
Ā 
2016-03-02 research seminar
2016-03-02 research seminar2016-03-02 research seminar
2016-03-02 research seminarifi8106tlu
Ā 
360Āŗ Degree Requirement Elicitation Framework for Cloud Service Providers
360Āŗ Degree Requirement Elicitation Framework for Cloud Service Providers360Āŗ Degree Requirement Elicitation Framework for Cloud Service Providers
360Āŗ Degree Requirement Elicitation Framework for Cloud Service ProvidersIJERA Editor
Ā 
Support for Goal Oriented Requirements Engineering in Elastic Cloud Applications
Support for Goal Oriented Requirements Engineering in Elastic Cloud ApplicationsSupport for Goal Oriented Requirements Engineering in Elastic Cloud Applications
Support for Goal Oriented Requirements Engineering in Elastic Cloud Applicationszillesubhan
Ā 
Cloud Computing: A Perspective on Next Basic Utility in IT World
Cloud Computing: A Perspective on Next Basic Utility in IT World Cloud Computing: A Perspective on Next Basic Utility in IT World
Cloud Computing: A Perspective on Next Basic Utility in IT World IRJET Journal
Ā 
A Generic Model for Student Data Analytic Web Service (SDAWS)
A Generic Model for Student Data Analytic Web Service (SDAWS)A Generic Model for Student Data Analytic Web Service (SDAWS)
A Generic Model for Student Data Analytic Web Service (SDAWS)Editor IJCATR
Ā 
Framework for service oriented development of monolithic legacy software
Framework for service oriented development of monolithic legacy softwareFramework for service oriented development of monolithic legacy software
Framework for service oriented development of monolithic legacy softwareIAEME Publication
Ā 
Cobe framework cloud ontology blackboard environment for enhancing discovery ...
Cobe framework cloud ontology blackboard environment for enhancing discovery ...Cobe framework cloud ontology blackboard environment for enhancing discovery ...
Cobe framework cloud ontology blackboard environment for enhancing discovery ...ijccsa
Ā 
Web Services Based Information Retrieval Agent System for Cloud Computing
Web Services Based Information Retrieval Agent System for Cloud ComputingWeb Services Based Information Retrieval Agent System for Cloud Computing
Web Services Based Information Retrieval Agent System for Cloud ComputingEditor IJCATR
Ā 
Web Services Discovery and Recommendation Based on Information Extraction and...
Web Services Discovery and Recommendation Based on Information Extraction and...Web Services Discovery and Recommendation Based on Information Extraction and...
Web Services Discovery and Recommendation Based on Information Extraction and...ijwscjournal
Ā 
Graph-Based Algorithm for a User-Aware SaaS Approach: Computing Optimal Distr...
Graph-Based Algorithm for a User-Aware SaaS Approach: Computing Optimal Distr...Graph-Based Algorithm for a User-Aware SaaS Approach: Computing Optimal Distr...
Graph-Based Algorithm for a User-Aware SaaS Approach: Computing Optimal Distr...IJERA Editor
Ā 
IRJET-Computational model for the processing of documents and support to the ...
IRJET-Computational model for the processing of documents and support to the ...IRJET-Computational model for the processing of documents and support to the ...
IRJET-Computational model for the processing of documents and support to the ...IRJET Journal
Ā 
WEB SERVICES DISCOVERY AND RECOMMENDATION BASED ON INFORMATION EXTRACTION AND...
WEB SERVICES DISCOVERY AND RECOMMENDATION BASED ON INFORMATION EXTRACTION AND...WEB SERVICES DISCOVERY AND RECOMMENDATION BASED ON INFORMATION EXTRACTION AND...
WEB SERVICES DISCOVERY AND RECOMMENDATION BASED ON INFORMATION EXTRACTION AND...ijwscjournal
Ā 
PATTERN-BASED AND REUSE-DRIVEN ARCHITECTING OF MOBILE CLOUD SOFTWARE
PATTERN-BASED AND REUSE-DRIVEN ARCHITECTING OF MOBILE CLOUD SOFTWAREPATTERN-BASED AND REUSE-DRIVEN ARCHITECTING OF MOBILE CLOUD SOFTWARE
PATTERN-BASED AND REUSE-DRIVEN ARCHITECTING OF MOBILE CLOUD SOFTWAREijseajournal
Ā 
Ijcse13 05-08-058
Ijcse13 05-08-058Ijcse13 05-08-058
Ijcse13 05-08-058vital vital
Ā 
Ijcse13 05-08-058
Ijcse13 05-08-058Ijcse13 05-08-058
Ijcse13 05-08-058vital vital
Ā 
A SERVICE ORIENTED DESIGN APPROACH FOR E-GOVERNANCE SYSTEMS
A SERVICE ORIENTED DESIGN APPROACH FOR E-GOVERNANCE SYSTEMSA SERVICE ORIENTED DESIGN APPROACH FOR E-GOVERNANCE SYSTEMS
A SERVICE ORIENTED DESIGN APPROACH FOR E-GOVERNANCE SYSTEMSijitcs
Ā 

Similar to A Systematic Literature Review On Microservices (20)

A systematic mapping study of performance analysis and modelling of cloud sys...
A systematic mapping study of performance analysis and modelling of cloud sys...A systematic mapping study of performance analysis and modelling of cloud sys...
A systematic mapping study of performance analysis and modelling of cloud sys...
Ā 
Size Metrics for Service-Oriented Architecture
Size Metrics for Service-Oriented Architecture Size Metrics for Service-Oriented Architecture
Size Metrics for Service-Oriented Architecture
Ā 
SIZE METRICS FOR SERVICE-ORIENTED ARCHITECTURE
SIZE METRICS FOR SERVICE-ORIENTED ARCHITECTURESIZE METRICS FOR SERVICE-ORIENTED ARCHITECTURE
SIZE METRICS FOR SERVICE-ORIENTED ARCHITECTURE
Ā 
Cloud management and monitoring: a systematic mapping study
Cloud management and monitoring: a systematic mapping  studyCloud management and monitoring: a systematic mapping  study
Cloud management and monitoring: a systematic mapping study
Ā 
2016-03-02 research seminar
2016-03-02 research seminar2016-03-02 research seminar
2016-03-02 research seminar
Ā 
360Āŗ Degree Requirement Elicitation Framework for Cloud Service Providers
360Āŗ Degree Requirement Elicitation Framework for Cloud Service Providers360Āŗ Degree Requirement Elicitation Framework for Cloud Service Providers
360Āŗ Degree Requirement Elicitation Framework for Cloud Service Providers
Ā 
Support for Goal Oriented Requirements Engineering in Elastic Cloud Applications
Support for Goal Oriented Requirements Engineering in Elastic Cloud ApplicationsSupport for Goal Oriented Requirements Engineering in Elastic Cloud Applications
Support for Goal Oriented Requirements Engineering in Elastic Cloud Applications
Ā 
Cloud Computing: A Perspective on Next Basic Utility in IT World
Cloud Computing: A Perspective on Next Basic Utility in IT World Cloud Computing: A Perspective on Next Basic Utility in IT World
Cloud Computing: A Perspective on Next Basic Utility in IT World
Ā 
A Generic Model for Student Data Analytic Web Service (SDAWS)
A Generic Model for Student Data Analytic Web Service (SDAWS)A Generic Model for Student Data Analytic Web Service (SDAWS)
A Generic Model for Student Data Analytic Web Service (SDAWS)
Ā 
Framework for service oriented development of monolithic legacy software
Framework for service oriented development of monolithic legacy softwareFramework for service oriented development of monolithic legacy software
Framework for service oriented development of monolithic legacy software
Ā 
Cobe framework cloud ontology blackboard environment for enhancing discovery ...
Cobe framework cloud ontology blackboard environment for enhancing discovery ...Cobe framework cloud ontology blackboard environment for enhancing discovery ...
Cobe framework cloud ontology blackboard environment for enhancing discovery ...
Ā 
Web Services Based Information Retrieval Agent System for Cloud Computing
Web Services Based Information Retrieval Agent System for Cloud ComputingWeb Services Based Information Retrieval Agent System for Cloud Computing
Web Services Based Information Retrieval Agent System for Cloud Computing
Ā 
Web Services Discovery and Recommendation Based on Information Extraction and...
Web Services Discovery and Recommendation Based on Information Extraction and...Web Services Discovery and Recommendation Based on Information Extraction and...
Web Services Discovery and Recommendation Based on Information Extraction and...
Ā 
Graph-Based Algorithm for a User-Aware SaaS Approach: Computing Optimal Distr...
Graph-Based Algorithm for a User-Aware SaaS Approach: Computing Optimal Distr...Graph-Based Algorithm for a User-Aware SaaS Approach: Computing Optimal Distr...
Graph-Based Algorithm for a User-Aware SaaS Approach: Computing Optimal Distr...
Ā 
IRJET-Computational model for the processing of documents and support to the ...
IRJET-Computational model for the processing of documents and support to the ...IRJET-Computational model for the processing of documents and support to the ...
IRJET-Computational model for the processing of documents and support to the ...
Ā 
WEB SERVICES DISCOVERY AND RECOMMENDATION BASED ON INFORMATION EXTRACTION AND...
WEB SERVICES DISCOVERY AND RECOMMENDATION BASED ON INFORMATION EXTRACTION AND...WEB SERVICES DISCOVERY AND RECOMMENDATION BASED ON INFORMATION EXTRACTION AND...
WEB SERVICES DISCOVERY AND RECOMMENDATION BASED ON INFORMATION EXTRACTION AND...
Ā 
PATTERN-BASED AND REUSE-DRIVEN ARCHITECTING OF MOBILE CLOUD SOFTWARE
PATTERN-BASED AND REUSE-DRIVEN ARCHITECTING OF MOBILE CLOUD SOFTWAREPATTERN-BASED AND REUSE-DRIVEN ARCHITECTING OF MOBILE CLOUD SOFTWARE
PATTERN-BASED AND REUSE-DRIVEN ARCHITECTING OF MOBILE CLOUD SOFTWARE
Ā 
Ijcse13 05-08-058
Ijcse13 05-08-058Ijcse13 05-08-058
Ijcse13 05-08-058
Ā 
Ijcse13 05-08-058
Ijcse13 05-08-058Ijcse13 05-08-058
Ijcse13 05-08-058
Ā 
A SERVICE ORIENTED DESIGN APPROACH FOR E-GOVERNANCE SYSTEMS
A SERVICE ORIENTED DESIGN APPROACH FOR E-GOVERNANCE SYSTEMSA SERVICE ORIENTED DESIGN APPROACH FOR E-GOVERNANCE SYSTEMS
A SERVICE ORIENTED DESIGN APPROACH FOR E-GOVERNANCE SYSTEMS
Ā 

More from Richard Hogue

Paper Mate Write Bros Ballpoint Pens, Medium P
Paper Mate Write Bros Ballpoint Pens, Medium PPaper Mate Write Bros Ballpoint Pens, Medium P
Paper Mate Write Bros Ballpoint Pens, Medium PRichard Hogue
Ā 
Writing Phrases Best Essay Writing Service, Essay Writ
Writing Phrases Best Essay Writing Service, Essay WritWriting Phrases Best Essay Writing Service, Essay Writ
Writing Phrases Best Essay Writing Service, Essay WritRichard Hogue
Ā 
Examples How To Write A Persuasive Essay - Acker
Examples How To Write A Persuasive Essay - AckerExamples How To Write A Persuasive Essay - Acker
Examples How To Write A Persuasive Essay - AckerRichard Hogue
Ā 
Controversial Issue Essay. Controversial Issue Essay
Controversial Issue Essay. Controversial Issue EssayControversial Issue Essay. Controversial Issue Essay
Controversial Issue Essay. Controversial Issue EssayRichard Hogue
Ā 
Best Tips On How To Write A Term Paper Outline, Form
Best Tips On How To Write A Term Paper Outline, FormBest Tips On How To Write A Term Paper Outline, Form
Best Tips On How To Write A Term Paper Outline, FormRichard Hogue
Ā 
Formal Letter In English For Your Needs - Letter Templ
Formal Letter In English For Your Needs - Letter TemplFormal Letter In English For Your Needs - Letter Templ
Formal Letter In English For Your Needs - Letter TemplRichard Hogue
Ā 
Get Essay Help You Can Get Essays Written For You By
Get Essay Help You Can Get Essays Written For You ByGet Essay Help You Can Get Essays Written For You By
Get Essay Help You Can Get Essays Written For You ByRichard Hogue
Ā 
Sample Website Analysis Essay. Online assignment writing service.
Sample Website Analysis Essay. Online assignment writing service.Sample Website Analysis Essay. Online assignment writing service.
Sample Website Analysis Essay. Online assignment writing service.Richard Hogue
Ā 
Pin By Cindy Campbell On GrammarEnglish Language E
Pin By Cindy Campbell On GrammarEnglish Language EPin By Cindy Campbell On GrammarEnglish Language E
Pin By Cindy Campbell On GrammarEnglish Language ERichard Hogue
Ā 
How To Write Evaluation Paper. Self Evaluation Ess
How To Write Evaluation Paper. Self Evaluation EssHow To Write Evaluation Paper. Self Evaluation Ess
How To Write Evaluation Paper. Self Evaluation EssRichard Hogue
Ā 
Pumpkin Writing Page (Print Practice) - Made By Teach
Pumpkin Writing Page (Print Practice) - Made By TeachPumpkin Writing Page (Print Practice) - Made By Teach
Pumpkin Writing Page (Print Practice) - Made By TeachRichard Hogue
Ā 
What Is The Best Way To Write An Essay - HazelNe
What Is The Best Way To Write An Essay - HazelNeWhat Is The Best Way To Write An Essay - HazelNe
What Is The Best Way To Write An Essay - HazelNeRichard Hogue
Ā 
The Importance Of Reading Books Free Essay Example
The Importance Of Reading Books Free Essay ExampleThe Importance Of Reading Books Free Essay Example
The Importance Of Reading Books Free Essay ExampleRichard Hogue
Ā 
Narrative Essay Personal Leadership Style Essay
Narrative Essay Personal Leadership Style EssayNarrative Essay Personal Leadership Style Essay
Narrative Essay Personal Leadership Style EssayRichard Hogue
Ā 
Thesis Introduction Examples Examples - How To Write A The
Thesis Introduction Examples Examples - How To Write A TheThesis Introduction Examples Examples - How To Write A The
Thesis Introduction Examples Examples - How To Write A TheRichard Hogue
Ā 
Literature Review Thesis Statemen. Online assignment writing service.
Literature Review Thesis Statemen. Online assignment writing service.Literature Review Thesis Statemen. Online assignment writing service.
Literature Review Thesis Statemen. Online assignment writing service.Richard Hogue
Ā 
008 Essay Writing Competitions In India Cust
008 Essay Writing Competitions In India Cust008 Essay Writing Competitions In India Cust
008 Essay Writing Competitions In India CustRichard Hogue
Ā 
A LEVEL SOCIOLOGY 20 MARK GENDER SOCUS. Online assignment writing service.
A LEVEL SOCIOLOGY 20 MARK GENDER SOCUS. Online assignment writing service.A LEVEL SOCIOLOGY 20 MARK GENDER SOCUS. Online assignment writing service.
A LEVEL SOCIOLOGY 20 MARK GENDER SOCUS. Online assignment writing service.Richard Hogue
Ā 
Composition Writing Meaning. How To Write A D
Composition Writing Meaning. How To Write A DComposition Writing Meaning. How To Write A D
Composition Writing Meaning. How To Write A DRichard Hogue
Ā 
Get Essay Writing Help At My Assignment Services By Our Highly
Get Essay Writing Help At My Assignment Services By Our HighlyGet Essay Writing Help At My Assignment Services By Our Highly
Get Essay Writing Help At My Assignment Services By Our HighlyRichard Hogue
Ā 

More from Richard Hogue (20)

Paper Mate Write Bros Ballpoint Pens, Medium P
Paper Mate Write Bros Ballpoint Pens, Medium PPaper Mate Write Bros Ballpoint Pens, Medium P
Paper Mate Write Bros Ballpoint Pens, Medium P
Ā 
Writing Phrases Best Essay Writing Service, Essay Writ
Writing Phrases Best Essay Writing Service, Essay WritWriting Phrases Best Essay Writing Service, Essay Writ
Writing Phrases Best Essay Writing Service, Essay Writ
Ā 
Examples How To Write A Persuasive Essay - Acker
Examples How To Write A Persuasive Essay - AckerExamples How To Write A Persuasive Essay - Acker
Examples How To Write A Persuasive Essay - Acker
Ā 
Controversial Issue Essay. Controversial Issue Essay
Controversial Issue Essay. Controversial Issue EssayControversial Issue Essay. Controversial Issue Essay
Controversial Issue Essay. Controversial Issue Essay
Ā 
Best Tips On How To Write A Term Paper Outline, Form
Best Tips On How To Write A Term Paper Outline, FormBest Tips On How To Write A Term Paper Outline, Form
Best Tips On How To Write A Term Paper Outline, Form
Ā 
Formal Letter In English For Your Needs - Letter Templ
Formal Letter In English For Your Needs - Letter TemplFormal Letter In English For Your Needs - Letter Templ
Formal Letter In English For Your Needs - Letter Templ
Ā 
Get Essay Help You Can Get Essays Written For You By
Get Essay Help You Can Get Essays Written For You ByGet Essay Help You Can Get Essays Written For You By
Get Essay Help You Can Get Essays Written For You By
Ā 
Sample Website Analysis Essay. Online assignment writing service.
Sample Website Analysis Essay. Online assignment writing service.Sample Website Analysis Essay. Online assignment writing service.
Sample Website Analysis Essay. Online assignment writing service.
Ā 
Pin By Cindy Campbell On GrammarEnglish Language E
Pin By Cindy Campbell On GrammarEnglish Language EPin By Cindy Campbell On GrammarEnglish Language E
Pin By Cindy Campbell On GrammarEnglish Language E
Ā 
How To Write Evaluation Paper. Self Evaluation Ess
How To Write Evaluation Paper. Self Evaluation EssHow To Write Evaluation Paper. Self Evaluation Ess
How To Write Evaluation Paper. Self Evaluation Ess
Ā 
Pumpkin Writing Page (Print Practice) - Made By Teach
Pumpkin Writing Page (Print Practice) - Made By TeachPumpkin Writing Page (Print Practice) - Made By Teach
Pumpkin Writing Page (Print Practice) - Made By Teach
Ā 
What Is The Best Way To Write An Essay - HazelNe
What Is The Best Way To Write An Essay - HazelNeWhat Is The Best Way To Write An Essay - HazelNe
What Is The Best Way To Write An Essay - HazelNe
Ā 
The Importance Of Reading Books Free Essay Example
The Importance Of Reading Books Free Essay ExampleThe Importance Of Reading Books Free Essay Example
The Importance Of Reading Books Free Essay Example
Ā 
Narrative Essay Personal Leadership Style Essay
Narrative Essay Personal Leadership Style EssayNarrative Essay Personal Leadership Style Essay
Narrative Essay Personal Leadership Style Essay
Ā 
Thesis Introduction Examples Examples - How To Write A The
Thesis Introduction Examples Examples - How To Write A TheThesis Introduction Examples Examples - How To Write A The
Thesis Introduction Examples Examples - How To Write A The
Ā 
Literature Review Thesis Statemen. Online assignment writing service.
Literature Review Thesis Statemen. Online assignment writing service.Literature Review Thesis Statemen. Online assignment writing service.
Literature Review Thesis Statemen. Online assignment writing service.
Ā 
008 Essay Writing Competitions In India Cust
008 Essay Writing Competitions In India Cust008 Essay Writing Competitions In India Cust
008 Essay Writing Competitions In India Cust
Ā 
A LEVEL SOCIOLOGY 20 MARK GENDER SOCUS. Online assignment writing service.
A LEVEL SOCIOLOGY 20 MARK GENDER SOCUS. Online assignment writing service.A LEVEL SOCIOLOGY 20 MARK GENDER SOCUS. Online assignment writing service.
A LEVEL SOCIOLOGY 20 MARK GENDER SOCUS. Online assignment writing service.
Ā 
Composition Writing Meaning. How To Write A D
Composition Writing Meaning. How To Write A DComposition Writing Meaning. How To Write A D
Composition Writing Meaning. How To Write A D
Ā 
Get Essay Writing Help At My Assignment Services By Our Highly
Get Essay Writing Help At My Assignment Services By Our HighlyGet Essay Writing Help At My Assignment Services By Our Highly
Get Essay Writing Help At My Assignment Services By Our Highly
Ā 

Recently uploaded

Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
Ā 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationAadityaSharma884161
Ā 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
Ā 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
Ā 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxLigayaBacuel1
Ā 
Hį»ŒC Tį»T TIįŗ¾NG ANH 11 THEO CHĘÆĘ NG TRƌNH GLOBAL SUCCESS ĐƁP ƁN CHI TIįŗ¾T - Cįŗ¢ NĂ...
Hį»ŒC Tį»T TIįŗ¾NG ANH 11 THEO CHĘÆĘ NG TRƌNH GLOBAL SUCCESS ĐƁP ƁN CHI TIįŗ¾T - Cįŗ¢ NĂ...Hį»ŒC Tį»T TIįŗ¾NG ANH 11 THEO CHĘÆĘ NG TRƌNH GLOBAL SUCCESS ĐƁP ƁN CHI TIįŗ¾T - Cįŗ¢ NĂ...
Hį»ŒC Tį»T TIįŗ¾NG ANH 11 THEO CHĘÆĘ NG TRƌNH GLOBAL SUCCESS ĐƁP ƁN CHI TIįŗ¾T - Cįŗ¢ NĂ...Nguyen Thanh Tu Collection
Ā 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
Ā 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
Ā 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
Ā 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
Ā 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
Ā 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
Ā 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
Ā 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
Ā 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
Ā 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
Ā 

Recently uploaded (20)

9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
Ā 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
Ā 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint Presentation
Ā 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
Ā 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
Ā 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptx
Ā 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
Ā 
Model Call Girl in Tilak Nagar Delhi reach out to us at šŸ”9953056974šŸ”
Model Call Girl in Tilak Nagar Delhi reach out to us at šŸ”9953056974šŸ”Model Call Girl in Tilak Nagar Delhi reach out to us at šŸ”9953056974šŸ”
Model Call Girl in Tilak Nagar Delhi reach out to us at šŸ”9953056974šŸ”
Ā 
Hį»ŒC Tį»T TIįŗ¾NG ANH 11 THEO CHĘÆĘ NG TRƌNH GLOBAL SUCCESS ĐƁP ƁN CHI TIįŗ¾T - Cįŗ¢ NĂ...
Hį»ŒC Tį»T TIįŗ¾NG ANH 11 THEO CHĘÆĘ NG TRƌNH GLOBAL SUCCESS ĐƁP ƁN CHI TIįŗ¾T - Cįŗ¢ NĂ...Hį»ŒC Tį»T TIįŗ¾NG ANH 11 THEO CHĘÆĘ NG TRƌNH GLOBAL SUCCESS ĐƁP ƁN CHI TIįŗ¾T - Cįŗ¢ NĂ...
Hį»ŒC Tį»T TIįŗ¾NG ANH 11 THEO CHĘÆĘ NG TRƌNH GLOBAL SUCCESS ĐƁP ƁN CHI TIįŗ¾T - Cįŗ¢ NĂ...
Ā 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
Ā 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
Ā 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
Ā 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
Ā 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
Ā 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
Ā 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
Ā 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
Ā 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
Ā 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
Ā 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
Ā 

A Systematic Literature Review On Microservices

  • 1. A Systematic Literature Review on Microservices Hulya Vural, Murat Koyuncu(&) , and Sinem Guney Atilim University, Ankara, Turkey hulya.vural.tr@gmail.com,sinemmguney@gmail.com, mkoyuncu@atilim.edu.tr Abstract. The cloud is an emerging paradigm which leads the way for different approaches and standards. The architectural styles are evolving based on the requirements of the cloud as well. In recent years microservices is seen as the architecture style for scalable, fast evolving cloud applications. As part of this paper, a systematic mapping study was carried out around microservices. It is aiming to ļ¬nd out the current trends around microservices, the motivation behind microservices research, emerging standards and the possible research gaps. The obtained results can help researchers and practitioner in software engineering domain who want to be aware of new trends about SOA and cloud computing. Keywords: Cloud SOA Web services Microservices Systematic mapping 1 Introduction Service-oriented architecture (SOA) has emerged as a means of developing distributed systems where the components are stand-alone services [37]. Services are basic units which are developed independently and made accessible over the Internet. Standard internet protocols are used for service communication among different computers. SOA provides many advantages to develop easy and economic distributed software systems and, therefore, it is the leading technology for interoperability on todayā€™s internet world. Service-oriented software engineering deļ¬nes evolution of existing software engineering approaches to develop dependable and reusable services considering the requirements and characteristics of this technology [37]. Service-oriented computing (SOC) is the paradigm that utilizes services as the fundamental elements for developing applications. Therefore, service-oriented software engineering aims at designing and developing service-based applications consonant with SOC paradigm and SOA prin- ciples using software engineering methodologies. After the popularity of cloud computing in recent years, new trends in the software engineering have emerged, such as going to market with minimal viable product and making small development teams autonomous. The architectural styles have also evolved based on the cloud environment needs [36]. One of those new architectural styles is microservices. The aim of the microservices is to divide the business behavior into small services which can run independent of each other. As mentioned by Martin Ā© Springer International Publishing AG 2017 O. Gervasi et al. (Eds.): ICCSA 2017, Part VI, LNCS 10409, pp. 203ā€“217, 2017. DOI: 10.1007/978-3-319-62407-5_14
  • 2. Fowler, ā€œWhile there is no precise deļ¬nition of this architectural style, there are certain common characteristics around organization around business capability, automated deployment, intelligence in the endpoints, and decentralized control of languages and dataā€ [1]. Another deļ¬nition for microservices is ā€œMicroservices are small, autonomous services that work togetherā€ [2]. The characteristics of the microservices are listed as follows [1]: ā€¢ Componentization via Services ā€¢ Organized around Business Capabilities ā€¢ Products not Projects ā€¢ Smart endpoints and dumb pipes ā€¢ Decentralized Governance ā€¢ Decentralized Data Management ā€¢ Infrastructure Automation ā€¢ Design for failure ā€¢ Evolutionary Design The microservices are developed, deployed and maintained separately. This allows the teams to be autonomous where they can decide on the technology to use which best addresses the current needs of the business behavior. The language and the database might be different from one microservice to another. They do not share data between each other, instead they use Representational State Transfer (REST) protocol to communicate to each other. The most important beneļ¬ts of using microservices are agility, autonomy, scalability, resilience and easy continuous deployment. Even though microservices were ļ¬rst mentioned at [60] in 2010, the deļ¬nition of the microservice mentioned in that study does not totally map to the current microservice deļ¬nition in literature. The study carried out in 2010 [60] deļ¬nes microservices as light services using REST. It does not mention most of the charac- teristics listed at [1]. There has been another systematic mapping carried out on microservices in 2016 [40]. In that study, the research questions are around the architectural diagrams used for microservicesā€™ representation, the quality attributes and the challenges. However, the emerging standards and de facto tools are not mentioned. In this paper, the aim is to not only analyze the emerging standards but also the types of research conducted and the practical motivations around carrying out the microservices architecture. 2 Method This study is conducted a systematic mapping as deļ¬ned in [3] with one modiļ¬cation (see Fig. 1). The modiļ¬cation is that, we carry out the keywording according to the whole paper instead of keywording according to the abstract. The reason for the modiļ¬cation to the original process is to enhance the classiļ¬cation criteria through adding new areas. 204 H. Vural et al.
  • 3. 2.1 Research Questions Three research questions are determined as follows: RQ1: What type of research is conducted on microservices? RQ2: What are the main practical motivations behind microservices related research? RQ3: What are the emerging standards and de facto tools on microservices solutions? 2.2 Search Sampling The search is conducted using Web of Science (Thomson Reuters Web of Knowledge), which includes the following online databases: ā€¢ ACM (Association for Computing Machinery) Digital Library [4] ā€¢ CiteSeer [5] ā€¢ Computer Source [6] ā€¢ ebrary [7] ā€¢ Human-Computer Interaction Bibliography [8] ā€¢ IEEE Xplore [9] ā€¢ INSPEC [10] ā€¢ INSPEC Archive [11] ā€¢ Nature [12] ā€¢ Science [13] ā€¢ Science Technology Collection [14] ā€¢ SciTech Connect [15] ā€¢ Springer LINK [16] 2.3 Search Iteration The search is carried on with the following criteria: ā€¢ Keywords: microservice OR micro-service ā€¢ Research Area: Computer Science The search iteration has returned 39 results [17ā€“32, 38ā€“60]. Fig. 1. Process steps and outcomes A Systematic Literature Review on Microservices 205
  • 4. 3 Screening the Papers The papers are evaluated according to the inclusion and exclusion criteria. The ones which do not meet the criteria are excluded. The inclusion criteria: ā€¢ All papers returned from the search criteria Exclusion criteria: ā€¢ If the microservices is just mentioned in the research but the focus of the research is not directly on microservices. Out of 39, 2 papers were excluded based on the exclusion criteria [30, 41]. As a result, 37 papers are included into the mapping process. 4 Keywording As part of keywording four different categorization schemes are identiļ¬ed: ā€¢ Service models in cloud computing ā€¢ Operational areas ā€¢ Research types ā€¢ Emerging standards and tools. 4.1 Service Models in Cloud Computing The service models in cloud computing are classiļ¬ed in three different types [33]: ā€¢ Infrastructure as a Service (IaaS): the infrastructure is supplied as a service (e.g. virtual machine, hard disk, load balancer etc.). ā€¢ Platform as a Service (PaaS): The platform is supplied as a service (e.g. Azure SQL, Tomcat etc.). ā€¢ Software as a Service (SaaS): The software itself is supplied as a service (e.g. Ofļ¬ce 365, Gmail etc.). Even though the microservice architecture style is shaped considering cloud needs, the research papers returned as part of the search criteria do not necessarily use cloud. As a result, on premise installations (OnPrem) are also included in the service models. 4.2 Operational Areas In [34] several different operational areas are called out for cloud: ā€¢ Accounting and billing ā€¢ SLA management (Service Level Agreement) ā€¢ Service/resource provisioning 206 H. Vural et al.
  • 5. ā€¢ Capacity planning ā€¢ Conļ¬guration management ā€¢ Security and privacy assurance ā€¢ Fault management Some of the research papers included in the current study are focusing on cloud whereas some are not. As a result, the operational areas were modiļ¬ed to ļ¬t the needs as follows: ā€¢ Cost comparison ā€¢ Availability/Resiliency ā€¢ Performance ā€¢ Security ā€¢ Test technique ā€¢ Functionality/Design ā€¢ Analytics/Monitoring ā€¢ Scalability ā€¢ Deployment The answer for the second research question (RQ2) will be based on the modiļ¬ed operational areas. 4.3 Research Types In [35], 6 different research types are called out (See Table 1). The answer to the ļ¬rst research question (RQ1) will be based on these 6 research types. 4.4 Emerging Standards and Tools The papers included in this systematic mapping study can be seen as a representation of the common tools used for microservices. Given that microservices is a new concept, the standards are not yet well formed. The current systematic study aims also to give an answer on emerging standards for microservices. 5 Data Extraction and Mapping The results obtained from mapping are converted into different graphs and they are given below in a way to answer the deļ¬ned research questions. RQ1: What type of research is conducted on microservices? The papers are mapped to the research types as seen in Fig. 2. The most widely used research type is Solution Proposal which is followed by Validation Research and Evaluation Research. The papers are classiļ¬ed according to the service types as seen in Fig. 3. Almost half of the papers did not explicitly mention the service type they were targeting A Systematic Literature Review on Microservices 207
  • 6. (represented as NA in the ļ¬gure). SaaS by far the most common service type being investigated. Also, some papers refer to more than one service type. The bubble chart in Fig. 4 illustrates an analysis based on research types versus service types. The ļ¬gure shows that there are only two studies on IaaS investigation regarding microservices. This is an expected outcome given that the microservices is a high level architectural style. On the other hand, there is only one ofļ¬cial philosophical research papers on microservices. Most probably the reason is that the philosophical Table 1. Research types Class Description Validation research Techniques investigated are novel and have not yet been implemented in practice. Techniques used are for example experiments, i.e., work done in the lab Evaluation research Techniques are implemented in practice and an evaluation of the technique is conducted. That means, it is shown how the technique is implemented in practice (solution implementation) and what are the consequences of the implementation in terms of beneļ¬ts and drawbacks (implementation evaluation). This also includes identiļ¬cation of problems in industry Solution proposal A solution for a problem is proposed, the solution can be either novel or a signiļ¬cant extension of an existing technique. The potential beneļ¬ts and the applicability of the solution is shown by a small example or a good line of argumentation Philosophical papers These papers sketch a new way of looking at existing things by structuring the ļ¬eld inform of a taxonomy or conceptual framework Opinion papers These papers express the personal opinion of somebody whether a certain technique is good or bad, or how things should have been done. They do not rely on related work and research methodologies Experience papers Experience papers explain what and how something has been done in practice. It has to be the personal experience of the author Fig. 2. Research types 208 H. Vural et al.
  • 7. statement of microservices was laid out by Lewis and Fowler [1] on 2014. Mostly, the research is around Solution Proposal which do not explicitly call out the possible service types applicable for that solution. RQ2: What are the main practical motivations behind microservices related research? The papers are mapped to the operational areas and obtained results are shown in Fig. 5. The main motives are around functionality followed by performance and test techniques. Given that the microservices paradigm was ļ¬rst mentioned around 2014 and ofļ¬cial research papers started to show up in 2015, it is natural to expect the functionality be main concerns of research. Fig. 3. Count of papers per service type Research Type vs Service Type Philosophical Paper Opinion Paper Personal Experience Proposal of Soluʟon Evaluaʟon Research Validaʟon Research NA SaaS PaaS IaaS OnPremise Fig. 4. Service types versus research types A Systematic Literature Review on Microservices 209
  • 8. Figure 6 aims to answer if the study has empirical results or not. Our analysis shows that the empirical studies are currently small in amount. Figure 7 illustrates an analysis based on operational areas versus service types. The most remarkable point is that most of the studies focus on the functionality/design issues. Figure 8 shows if there is a new solution proposed and/or implemented. As seen in the ļ¬gure, most of the Fig. 5. Operational areas Fig. 6. Empirical results in research 210 H. Vural et al.
  • 9. research propose new solutions. Another noticeable point is that the implementation ratio of new solutions is higher than the implementation ratio of existing solutions. RQ3: What are the emerging standards and de facto tools on microservices solutions? The occurrence of standards proposed or implemented in the research papers included into the systematic mapping can be seen in Fig. 9. The ļ¬gure includes all the standards either implemented or proposed in systematic mapping papers. As clearly seen in the ļ¬gure, REST can be called out as the standard for Microservices, even though there is one outlier paper which used non-REST protocol in their study [28]. Operaʟonal Area vs Service Type Analyʟcs/Monitoring Availability/Resiliency Cost Comparison Deployment Funcʟonality/Design Performance NA SaaS PaaS IaaS OnPremise Scalability Security Test Technique Fig. 7. Operational area vs service type. Fig. 8. Implementation of solutions. A Systematic Literature Review on Microservices 211
  • 10. Only Swagger is used for microservice markup language. It is interesting to see that WADL or API Blueprint is not mentioned. The occurrence of tools used in proposed or implemented solutions can be found in Fig. 10. Docker is seen as the most frequently used tool in studies. The microservices topic is new and the ofļ¬cial research started to show up in research papers in 2015. As a result, it is expected for the number of research on microservices to increase over time. Figure 11 shows publication numbers over time. The last search was carried out on the Web of Science in January 2017. On the ļ¬gure, Fig. 9. Emerging standards Fig. 10. Common tools used for implementing microservices 212 H. Vural et al.
  • 11. the line shows the trend. It is seen that the amount of papers increases radically and the trend line is going up. 6 Conclusions and Future Work The term microservices was ļ¬rst appeared in 2014. All academic papers about microservices belong to 2015 and 2016. From that, we conclude that it is completely a new topic. Considering the mapping results, we can conclude that microservices is a trending topic and our prediction is that we will see increasing trend in the near future. Another important conclusion that we draw from the systematic mapping is that there are not enough empirical studies to clarify many issues under discussion related to microservices. Also, there is no research speciļ¬cally targeting the fragile points of microservices such as distributed transactions. References 1. Lewis, J., Fowler, M.: ā€œMicroservicesā€ martinfowler.com. http://martinfowler.com/articles/ microservices.html. Accessed 20 Dec 2016 2. Newman, S.: Building Microservices. Oā€™Reilly Media, Inc., Sebastopol (2015) 3. Petersen, K., Feldt, R., Mujtaba, S., Mattsson, M.: Systematic mapping studies in software engineering. In: 12th International Conference on Evaluation and Assessment in Software Engineering, vol. 17, p. 1 (2008) 4. Dl.acm.org: ACM Digital Library (2016). http://dl.acm.org/dl.cfm. Accessed 05 Jan 2016 5. Citeseerx.ist.psu.edu: CiteSeerX (2016). http://citeseerx.ist.psu.edu/. Accessed 05 Jan 2016 6. Search.ebscohost.com: Computer Source (2016). http://search.ebscohost.com/login.aspx? authtype=ip,uidproļ¬le=ehostdefaultdb=cph. Accessed 05 Jan 2016 Fig. 11. Number of microservices papers over time without applying exclusion criteria (searched on January 20, 2017) A Systematic Literature Review on Microservices 213
  • 12. 7. Site.ebrary.com: ebrary: Server Message (2016). http://site.ebrary.com/lib/utexas. Accessed 05 Jan 2016 8. Hcibib.org: HCI Bibliography: Human-Computer Interaction Resources (2016). http://www. hcibib.org/. Accessed 05 Jan 2016 9. Ieeexplore.ieee.org: IEEE Xplore Digital Library (2016). http://ieeexplore.ieee.org/. Acces- sed 05 Jan 2016 10. Search.ebscohost.com: INSPEC (2016). http://search.ebscohost.com/login.aspx?authtype= ip,uidproļ¬le=ehostdefaultdb=inh. Accessed 05 Jan 2016 11. Search.ebscohost.com: INSPEC Archive (2016). http://search.ebscohost.com/login.aspx? authtype=ip,uidproļ¬le=ehostdefaultdb=ieh. Accessed 05 Jan 2016 12. Nature.com: Journal home: Nature (2015). http://www.nature.com/nature. Accessed 05 Jan 2016 13. Sciencemag.org: Science (2016). http://www.sciencemag.org/. Accessed 05 Jan 2016 14. Search.ebscohost.com: Science and Technology Collection (2016). http://search.ebscohost. com/login.aspx?authtype=ip,uidproļ¬le=ehostdefaultdb=syh. Accessed 05 Jan 2016 15. Osti.gov: SciTech Connect: Your connection to science, technology, and engineering research information from the U.S. Department of Energy (2016). http://www.osti.gov/ scitech/. Accessed 05 Jan 2016 16. Springerlink.com: Home - Springer (2016). http://www.springerlink.com. Accessed 05 Jan 2016 17. Lysne, O., Hole, K., Otterstad, C., Ytrehus, O., Aarseth, R., Tellnes, J.: Vendor malware: detection limits and mitigation. Computer 49(8), 62ā€“69 (2016) 18. Heorhiadi, V., Rajagopalan, S., Jamjoom, H., Reiter, M., Sekar, V.: Gremlin: systematic resilience testing of microservices. In: 2016 IEEE 36th International Conference on Distributed Computing Systems (ICDCS) (2016) 19. Villamizar, M., Garces, O., Ochoa, L., Castro, H., Salamanca, L., Verano, M., Casallas, R., Gil, S., Valencia, C., Zambrano, A., Lang, M.: Infrastructure cost comparison of running web applications in the cloud using AWS lambda and monolithic and microservice architectures. In: 2016 16th IEEE/ACM International Symposium on Cluster, Cloud and Grid Computing (CCGrid) (2016) 20. Villamizar, M., Garces, O., Castro, H., Verano, M., Salamanca, L., Casallas, R., Gil, S.: Evaluating the monolithic and the microservice architecture pattern to deploy web applications in the cloud. In: 2015 10th Computing Colombian Conference (10CCC) (2015) 21. Sun, Y., Nanda, S., Jaeger, T.: Security-as-a-service for microservices-based cloud applications. In: 2015 IEEE 7th International Conference on Cloud Computing Technology and Science (CloudCom) (2015) 22. Rahman, M., Gao, J.: A reusable automated acceptance testing architecture for microservices in behavior-driven development. In: 2015 IEEE Symposium on Service-Oriented System Engineering (2015) 23. Le, V., Neff, M., Stewart, R., Kelley, R., Fritzinger, E., Dascalu, S., Harris, F.: Microservice-based architecture for the NRDC. In: 2015 IEEE 13th International Conference on Industrial Informatics (INDIN) (2015) 24. Alpers, S., Becker, C., Oberweis, A., Schuster, T.: Microservice based tool support for business process modelling. In: 2015 IEEE 19th International Enterprise Distributed Object Computing Workshop (2015) 25. Bak, P., Melamed, R., Moshkovich, D., Nardi, Y., Ship, H., Yaeli, A.: Location and context-based microservices for mobile and internet of things workloads. In: 2015 IEEE International Conference on Mobile Services (2015) 214 H. Vural et al.
  • 13. 26. Malavalli, D., Sathappan, S.: Scalable microservice based architecture for enabling DMTF proļ¬les. In: 2015 11th International Conference on Network and Service Management (CNSM) (2015) 27. Krylovskiy, A., Jahn, M., Patti, E.: Designing a smart city internet of things platform with microservice architecture. In: 2015 3rd International Conference on Future Internet of Things and Cloud (2015) 28. Ciuffoletti, A.: Automated deployment of a microservice-based monitoring infrastructure. Procedia Comput. Sci. 68, 163ā€“172 (2015) 29. Meinke, K., Nycander, P.: Learning-based testing of distributed microservice architectures: correctness and fault injection. In: Bianculli, D., Calinescu, R., Rumpe, B. (eds.) SEFM 2015. LNCS, vol. 9509, pp. 3ā€“10. Springer, Heidelberg (2015). doi:10.1007/978-3-662- 49224-6_1 30. Pahl, C., Jamshidi, P.: Software architecture for the cloud ā€“ a roadmap towards control-theoretic, model-based cloud architecture. In: Weyns, D., Mirandola, R., Crnkovic, I. (eds.) ECSA 2015. LNCS, vol. 9278, pp. 212ā€“220. Springer, Cham (2015). doi:10.1007/ 978-3-319-23727-5_17 31. Nicolaescu, P., Klamma, R.: A methodology and tool support for widget-based web application development. In: Cimiano, P., Frasincar, F., Houben, G.-J., Schwabe, D. (eds.) ICWE 2015. LNCS, vol. 9114, pp. 515ā€“532. Springer, Cham (2015). doi:10.1007/978-3- 319-19890-3_33 32. Koren, I., Nicolaescu, P., Klamma, R.: Collaborative drawing annotations on web videos. In: Cimiano, P., Frasincar, F., Houben, G.-J., Schwabe, D. (eds.) ICWE 2015. LNCS, vol. 9114, pp. 671ā€“674. Springer, Cham (2015). doi:10.1007/978-3-319-19890-3_54 33. Wikipedia: Cloud computing (2016). https://en.wikipedia.org/wiki/Cloud_computing. Accessed 05 Jan 2016 34. Fatema, K., Emeakaroha, V., Healy, P., Morrison, J., Lynn, T.: A survey of cloud monitoring tools: taxonomy, capabilities and objectives. J. Parallel Distrib. Comput. 74(10), 2918ā€“2933 (2014) 35. Wieringa, R., Maiden, N., Mead, N., Rolland, C.: Requirements engineering paper classiļ¬cation and evaluation criteria: a proposal and a discussion. Requirements Eng. 11(1), 102ā€“107 (2005) 36. Are Gartnerā€™s Predictions on Track - Gartnerā€™s Top 10 Strategic Technology Trends for 2016: At a Glance from October 6, 2015 (2016). https://www.linkedin.com/pulse/how-well- did-gartner-do-prediction-gartners-top-10-strategic?trk=pulse-det-nav_art. Accessed 20 Dec 2016 37. Sommerville, I.: Software Engineering, 10th edn. Pearson, London (2016). (Chap. 18) 38. Braun, E., DĆ¼pmeier, C., Kimmig, D., Schillinger, W., Weissenbach, K.: Generic web framework for environmental data visualization. In: Wohlgemuth, V., Fuchs-Kittowski, F., Wittmann, J. (eds.) Advances and New Trends in Environmental Informatics. PI, pp. 289ā€“ 299. Springer, Cham (2017). doi:10.1007/978-3-319-44711-7_23 39. Linthicum, D.: Practical use of microservices in moving workloads to the cloud. IEEE Cloud Comput. 3(5), 6ā€“9 (2016) 40. Alshuqayran, N., Ali, N., Evans, R.: A systematic mapping study in microservice architecture. In: 2016 IEEE 9th International Conference on Service-Oriented Computing and Applications (SOCA) (2016) 41. Inagaki, T., Ueda, Y., Ohara, M.: Container management as emerging workload for operating systems. In: 2016 IEEE International Symposium on Workload Characterization (IISWC) (2016) 42. Ueda, T., Nakaike, T., Ohara, M.: Workload characterization for microservices. In: 2016 IEEE International Symposium on Workload Characterization (IISWC) (2016) A Systematic Literature Review on Microservices 215
  • 14. 43. Florio, L., Nitto, E.: Gru: an approach to introduce decentralized autonomic behavior in microservices architectures. In: 2016 IEEE International Conference on Autonomic Computing (ICAC) (2016) 44. Gadea, C., Trifan, M., Ionescu, D., Ionescu, B.: A reference architecture for real-time microservice API consumption. In: Proceedings of the 3rd Workshop on CrossCloud Infrastructures Platforms - CrossCloud 2016 (2016) 45. Renz, J., Hoffmann, D., Staubitz, T., Meinel, C.: Using A/B testing in MOOC environments. In: Proceedings of the Sixth International Conference on Learning Analytics Knowledge - LAK 2016 (2016) 46. Hasselbring, W.: Microservices for scalability. In: Proceedings of the 7th ACM/SPEC on International Conference on Performance Engineering - ICPE 2016 (2016) 47. Scarborough, W., Arnold, C., Dahan, M.: Case study. In: Proceedings of the XSEDE16 on Diversity, Big Data, and Science at Scale ā€“ XSEDE 2016 (2016) 48. Kecskemeti, G., Marosi, A., Kertesz, A.: The ENTICE approach to decompose monolithic services into microservices. In: 2016 International Conference on High Performance Computing and Simulation (HPCS) (2016) 49. Barais, O., Bourcier, J., Bromberg, Y., Dion, C.: Towards microservices architecture to transcode videos in the large at low costs. In: 2016 International Conference on Telecommunications and Multimedia (TEMU) (2016) 50. Kang, H., Le, M., Tao, S.: Container and microservice driven design for cloud infrastructure DevOps. In: 2016 IEEE International Conference on Cloud Engineering (IC2E) (2016) 51. Messina, A., Rizzo, R., Storniolo, P., Tripiciano, M., Urso, A.: The database-is-the-service pattern for microservice architectures. In: Renda, M.E., Bursa, M., Holzinger, A., Khuri, S. (eds.) ITBAM 2016. LNCS, vol. 9832, pp. 223ā€“233. Springer, Cham (2016). doi:10.1007/ 978-3-319-43949-5_18 52. Hassan, S., Bahsoon, R.: Microservices and their design trade-offs: a self-adaptive roadmap. In: 2016 IEEE International Conference on Services Computing (SCC) (2016) 53. Bogner, J., Zimmermann, A.: Towards integrating microservices with adaptable enterprise architecture. In: 2016 IEEE 20th International Enterprise Distributed Object Computing Workshop (EDOCW) (2016) 54. Kratzke, N., Peinl, R.: ClouNS - a cloud-native application reference model for enterprise architects. In: 2016 IEEE 20th International Enterprise Distributed Object Computing Workshop (EDOCW) (2016) 55. Thiele, T., Sommer, T., Stiehm, S., Jeschke, S., Richert, A.: Exploring research networks with data science: a data-driven microservice architecture for synergy detection. In: 2016 IEEE 4th International Conference on Future Internet of Things and Cloud Workshops (FiCloudW) (2016) 56. Qanbari, S., Pezeshki, S., Raisi, R., Mahdizadeh, S., Rahimzadeh, R., Behinaein, N., Mahmoudi, F., Ayoubzadeh, S., Fazlali, P., Roshani, K., Yaghini, A., Amiri, M., Farivarmoheb, A., Zamani, A., Dustdar, S.: IoT design patterns: computational constructs to design, build and engineer edge applications. In: 2016 IEEE First International Conference on Internet-of-Things Design and Implementation (IoTDI) (2016) 57. Guo, D., Wang, W., Zeng, G., Wei, Z.: Microservices architecture based cloudware deployment platform for service computing. In: 2016 IEEE Symposium on Service-Oriented System Engineering (SOSE) (2016) 58. Saļ¬na, L., Mazzara, M., Montesi, F., Rivera, V.: Data-driven workflows for microservices: genericity in jolie. In: 2016 IEEE 30th International Conference on Advanced Information Networking and Applications (AINA) (2016) 216 H. Vural et al.
  • 15. 59. Kratzke, N.: About microservices, containers and their underestimated impact on network performance. In: 6th International Conference on Cloud Computing, GRIDs, and Virtualization (CLOUD COMPUTING) (2015) 60. Fernandez-Villamor, J.I., Iglesias, C., Garijo, M.: MICROSERVICES lightweight service descriptions for rest architectural style. In: 2nd International Conference on Agents and Artiļ¬cial Intelligence (ICAART 2010) (2010) A Systematic Literature Review on Microservices 217