Academic literature on the topic 'Microservices'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Microservices.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Journal articles on the topic "Microservices"

1

Kupriyanov, O. M., and V. S. Sytnikov. "APPLICATION RECONSTRUCTION METHOD FOR CREATING CONTAINERS OF DISTRIBUTED MICROSERVICE ARCHITECTURE AND TRANSACTIONS BETWEEN THEM." ELECTRICAL AND COMPUTER SYSTEMS, no. 41(117) (2024): 33–42. http://dx.doi.org/10.15276/eltecs.41.117.2024.4.

Full text
Abstract:
Abstract. Microservices are small, autonomous services. An application consisting of such microservices can be developed separately, with each microservice processing its own part of the logic without interacting with the others. Microservices are easy to deploy in containers, and container orchestration technologies help manage their distribution and updates. Therefore, many companies are moving from monolithic architectures to microservices. This article describes a method for converting a monolithic application into a microservice architecture of a container-based distributed system. Micros
APA, Harvard, Vancouver, ISO, and other styles
2

Park, Joonseok, Daeho Kim, and Keunhyuk Yeom. "An Approach for Reconstructing Applications to Develop Container-Based Microservices." Mobile Information Systems 2020 (January 29, 2020): 1–23. http://dx.doi.org/10.1155/2020/4295937.

Full text
Abstract:
Microservices are small-scale services that can operate independently. An application consisting of microservice units can be developed independently as a service unit, and it can handle individual logic without being affected by other services. In addition, it is possible to rapidly distribute the configured microservices by a container, and a container orchestration technology that manages the distributed multiple containers can be realized; thus, it is possible to update and distribute the microservices separately. Therefore, many companies are moving away from existing monolithic structure
APA, Harvard, Vancouver, ISO, and other styles
3

Li, David Chunhu, Chiing-Ting Huang, Chia-Wei Tseng, and Li-Der Chou. "Fuzzy-Based Microservice Resource Management Platform for Edge Computing in the Internet of Things." Sensors 21, no. 11 (2021): 3800. http://dx.doi.org/10.3390/s21113800.

Full text
Abstract:
Edge computing exhibits the advantages of real-time operation, low latency, and low network cost. It has become a key technology for realizing smart Internet of Things applications. Microservices are being used by an increasing number of edge computing networks because of their sufficiently small code, reduced program complexity, and flexible deployment. However, edge computing has more limited resources than cloud computing, and thus edge computing networks have higher requirements for the overall resource scheduling of running microservices. Accordingly, the resource management of microservi
APA, Harvard, Vancouver, ISO, and other styles
4

Jhingran, Sushant, and Nitin Rakesh. "Performance Analysis of Microservices Behavior in Cloud vs Containerized Domain based on CPU Utilization." International Journal on Recent and Innovation Trends in Computing and Communication 11, no. 6s (2023): 509–16. http://dx.doi.org/10.17762/ijritcc.v11i6s.6959.

Full text
Abstract:
Enterprise application development is rapidly moving towards a microservices-based approach. Microservices development makes application deployment more reliable and responsive based on their architecture and the way of deployment. Still, the performance of microservices is different in all environments based on resources provided by the respective cloud and services provided in the backend such as auto-scaling, load balancer, and multiple monitoring parameters. So, it is strenuous to identify Scaling and monitoring of microservice-based applications are quick as compared to monolithic applica
APA, Harvard, Vancouver, ISO, and other styles
5

Karlingannavar, Rakshata, and Dr Nagaraj Bhat. "Orchestration of Micro services Using Conductor." Journal of University of Shanghai for Science and Technology 23, no. 06 (2021): 250–55. http://dx.doi.org/10.51201/jusst/21/05254.

Full text
Abstract:
The Microservices architectural design is widely used today which helps one to build an application as a set of services that can be developed and deployed independently. Each service is independent and gives a set of functions or features that can be individually serviced. In spite of the fact that microservices design has been advanced as the fix just for all cutting-edge application development ailments and is viewed as the replacement for API first application advancement, its execution needs undeniably more idea and practicality. In order for these independent services to work together to
APA, Harvard, Vancouver, ISO, and other styles
6

Pimparkhede, Kunal. "Client side and Server Side Load Balancing." International Journal for Research in Applied Science and Engineering Technology 9, no. 11 (2021): 30–31. http://dx.doi.org/10.22214/ijraset.2021.38748.

Full text
Abstract:
Abstract: In the microservice architecture it is vital to distribute loads across replicated instances of microservices. Load distribution such that no single instance is overloaded is called as load balancing. Often the instances of microservices are replicated across different racks, different data centers or even different geographies. Modern cloud based platforms offer deployment of microservices across different server instances which are geographically disperse. Having a system that will balance the load across service instances becomes a key success criteria for accurate functioning of
APA, Harvard, Vancouver, ISO, and other styles
7

Shamsuddeen Rabiu, Abubakar Abba, and Mustapha Ahmed Abubakar. "Autonomous workload distribution for container-based micro services environments." World Journal of Advanced Engineering Technology and Sciences 9, no. 2 (2023): 242–50. http://dx.doi.org/10.30574/wjaets.2023.9.2.0226.

Full text
Abstract:
Microservice architecture represents a cloud application design approach that transfers the intricacies from the conventional monolithic applications to the infrastructure. It involves breaking down the application into small, containerized microservices, each responsible for a specific functional requirement. These microservices can be independently deployed, scaled, and tested through automated orchestration systems. Our paper introduces an autonomous system for distributing workloads among containerized microservices within the cloud like a swarm, designed specifically for microservices ope
APA, Harvard, Vancouver, ISO, and other styles
8

Mugeraya, Sanath, and Kailas Devadkar. "Dynamic Task Scheduling and Resource Allocation for Microservices in Cloud." Journal of Physics: Conference Series 2325, no. 1 (2022): 012052. http://dx.doi.org/10.1088/1742-6596/2325/1/012052.

Full text
Abstract:
Abstract With the emergence of new companies and the expansion of the information technology sector, the need for Cloud Computing becomes apparent. Currently, the enterprises are rapidly transitioning from monolithic architecture to microservice-driven architecture. This research study has discovered that all task scheduling algorithms were designed for a specific (set) number of virtual machines, which resulted in the bottleneck problem, where multiple tasks were assigned to the microservice scheduler and the execution time of processing the tasks was significantly increased. Therefore, to ad
APA, Harvard, Vancouver, ISO, and other styles
9

Vera-Rivera, Fredy H., Carlos Gaona, and Hernán Astudillo. "Defining and measuring microservice granularity—a literature overview." PeerJ Computer Science 7 (September 8, 2021): e695. http://dx.doi.org/10.7717/peerj-cs.695.

Full text
Abstract:
Background Microservices are an architectural approach of growing use, and the optimal granularity of a microservice directly affects the application’s quality attributes and usage of computational resources. Determining microservice granularity is an open research topic. Methodology We conducted a systematic literature review to analyze literature that addresses the definition of microservice granularity. We searched in IEEE Xplore, ACM Digital Library and Scopus. The research questions were: Which approaches have been proposed to define microservice granularity and determine the microservice
APA, Harvard, Vancouver, ISO, and other styles
10

Nadaf, Sarah R., and H. K. Krishnappa. "Kubernetes in Microservices." International Journal of Advanced Science and Computer Applications 2, no. 1 (2022): 7–18. http://dx.doi.org/10.47679/ijasca.v2i1.19.

Full text
Abstract:
The move towards the microservice grounded armature is well underway. In this architectural style, small and approximately coupled modules are developed, stationed, and gauged singly to compose pall-native operations. still, for carrier- grade service providers to resettle to the microservices architectural style, vacuity remains a concern. Kubernetes is an open source platform that defines a set of structure blocks which inclusively give mechanisms for planting, maintaining, spanning, and healing containerized microservices. therefore, Kubernetes hides the complexity of microservice unity whi
APA, Harvard, Vancouver, ISO, and other styles
More sources

Dissertations / Theses on the topic "Microservices"

1

Romin, Philip. "Unraveling Microservices : A study on microservices and its complexity." Thesis, KTH, Skolan för elektroteknik och datavetenskap (EECS), 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-290292.

Full text
Abstract:
Microservices is one of the most commonly used buzzword of the systems architecture industry and is being adopted by several of the world’s largest technology companies such as Netflix, Uber and Amazon. The architecture which embraces splitting up your system in smaller independent units is an extension of the service-oriented architecture and an opponent of the monolithic architecture. Being a top buzzword and promises of extreme scalability has spiked the interest for microservices, but unlike the relatively simple monolithic architecture the complexity of microservices creates a new set of
APA, Harvard, Vancouver, ISO, and other styles
2

Muresu, Daniel. "Investigating the security of a microservices architecture : A case study on microservice and Kubernetes Security." Thesis, KTH, Skolan för elektroteknik och datavetenskap (EECS), 2021. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-302579.

Full text
Abstract:
The concept of breaking down a bigger application into smaller components is not a new idea, but it has been more commonly adopted in recent years due to the rise of the microservice application architecture. What has not been elaborated on enough however, is the security of the microservice architecture and how it differs from a monolithic application architecture. This leads to question what the most relevant security vulnerabilities of integrating and using a microservice architecture are, and what the correlating metrics that can be used to detect intrusions based on the vulnerabilities ca
APA, Harvard, Vancouver, ISO, and other styles
3

Markfjärd, Gabriel. "SLA-Aware Microservice Orchestration : Investigating How to Include SLA Resilience When Updating and Scaling Microservices." Thesis, Linköpings universitet, Institutionen för datavetenskap, 2021. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-177704.

Full text
Abstract:
The standard functions found in Kubernetes do not allow for easy management of SLAs. Previous works have touched upon this topic in papers where aware scalers and SLA aware rollout strategies have been investigated. Neither of the relevant papers investigate the use of SLA Aware autoscalers and rollout strategies together. A motivation for investigating this combined approach is the ability to automatically rollout a new update that performs worse than the current version, but where the autoscaler could mitigate this difference and allow the new update to be deployed. This thesis utilizes the
APA, Harvard, Vancouver, ISO, and other styles
4

Remeika, Mantas, and Jovydas Urbanavicius. "Microservices in data intensive applications." Thesis, Linnéuniversitetet, Institutionen för datavetenskap och medieteknik (DM), 2018. http://urn.kb.se/resolve?urn=urn:nbn:se:lnu:diva-88822.

Full text
Abstract:
The volumes of data which Big Data applications have to process are constantly increasing. This requires for the development of highly scalable systems. Microservices is considered as one of the solutions to deal with the scalability problem. However, the literature on practices for building scalable data-intensive systems is still lacking. This thesis aims to investigate and present the benefits and drawbacks of using microservices architecture in big data systems. Moreover, it presents other practices used to increase scalability. It includes containerization, shared-nothing architecture, da
APA, Harvard, Vancouver, ISO, and other styles
5

Ericson, Amanda. "Mitigating garbage collection in Java microservices : How garbage collection affects Java microservices andhow it can be handled." Thesis, Mittuniversitetet, Institutionen för informationssystem och –teknologi, 2021. http://urn.kb.se/resolve?urn=urn:nbn:se:miun:diva-42299.

Full text
Abstract:
Java is one of the more recent programming languages that in runtime free applications from manual memory management by using automatic Garbage collector (GC) threads. Although, at the cost of stop-the-world pauses that pauses the whole application. Since the initial GC algorithms new collectors has been developed to improve the performance of Java applications. Still, memory related errors occurs and developers struggle to pick the correct GC for each specific case. Since the concept of microservices were established the benefits of using it over a monolith system has been brought to attentio
APA, Harvard, Vancouver, ISO, and other styles
6

Correale, Jean Claude. "Microservices from frameworks to domain specific languages." Master's thesis, Alma Mater Studiorum - Università di Bologna, 2020.

Find full text
Abstract:
This thesis explores the current state of microservice-based architectures, with particular emphasis on how microservices-based systems are structured and implemented and what are the limitations of today’s most common approaches which are essentially based on the use of Software Frameworks. Furthemore, we discuss methods to reduce the impact of such limitations and improve microservice development by means of techniques based on Domain Specific Languages and Software Factories. At the same time, an effort is made to move towards a more precise definition of what microservices are with referen
APA, Harvard, Vancouver, ISO, and other styles
7

Shafabakhsh, Benyamin. "Research on Interprocess Communication in Microservices Architecture." Thesis, KTH, Skolan för elektroteknik och datavetenskap (EECS), 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-277940.

Full text
Abstract:
With the substantial growth of cloud computing over the past decade, microservices has gained significant popularity in the industry as a new architectural pattern. It promises a cloud-native architecture that breaks large applications into a collection of small, independent, and distributed packages. Since microservices-based applications are distributed, one of the key challenges when designing an application is the choice of mechanism by which services communicate with each other. There are several approaches for implementing Interprocess communication (IPC) in microservices, and each comes
APA, Harvard, Vancouver, ISO, and other styles
8

De, Alwis Adambarage. "Microservice-based reengineering of enterprise systems for cloud migration." Thesis, Queensland University of Technology, 2021. https://eprints.qut.edu.au/211471/1/Adambarage_De%20Alwis_Thesis.pdf.

Full text
Abstract:
Enterprise systems, such as enterprise resource planning and customer relationship management are widely used in corporate sectors and are notoriously large and monolithic. They are challenging to decouple because they manage asynchronous, user-driven business processes and business objects (BOs) having complex structural relationships. This thesis presents the remodularization technique combined with novel microservice patterns which utilizes both semantic properties of enterprise systems, i.e., BO structure, together with syntactic features of their code, i.e., methods and interactions, for
APA, Harvard, Vancouver, ISO, and other styles
9

Sundberg, Alexander. "A study on load balancing within microservices architecture." Thesis, Högskolan i Halmstad, Akademin för informationsteknologi, 2019. http://urn.kb.se/resolve?urn=urn:nbn:se:hh:diva-38902.

Full text
Abstract:
This study addresses load balancing algorithms for networked systems with microservices architecture. In microservices applications, functionality and logic have been split into small pieces referred to as services. Such divisions allow for higher levels of scalability and distributivity than obtainable for more classical architectures where functionality and logic is packaged into large non-separable applications. As a first step, we investigate existing load balancing algorithms in the literature. A conclusion reached from this literature survey is that there is a lack of proposed load balan
APA, Harvard, Vancouver, ISO, and other styles
10

Camargo, André Stangarlin de. "Uma abordagem para testes de desempenho de microservices." reponame:Repositório Institucional da UFSC, 2016. https://repositorio.ufsc.br/xmlui/handle/123456789/176664.

Full text
Abstract:
Dissertação (mestrado) - Universidade Federal de Santa Catarina, Centro Tecnológico, Programa de Pós-Graduação em Ciência da Computação, Florianópolis, 2016.<br>Made available in DSpace on 2017-06-27T04:06:49Z (GMT). No. of bitstreams: 1 346332.pdf: 1717247 bytes, checksum: 110e4bdc3b5f8dcc17864c38b96df67b (MD5) Previous issue date: 2016<br>Em aplicações de grande porte é essencial reduzir o acoplamento entre módulos. Dessa forma, é possível reduzir o impacto das alterações em componentes distintos, bem como aprimorá-los de forma independente. Assim, surgiu o conceito de microservices, apres
APA, Harvard, Vancouver, ISO, and other styles
More sources

Books on the topic "Microservices"

1

Bucchiarone, Antonio, Nicola Dragoni, Schahram Dustdar, et al., eds. Microservices. Springer International Publishing, 2020. http://dx.doi.org/10.1007/978-3-030-31646-4.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Hunter II, Thomas. Advanced Microservices. Apress, 2017. http://dx.doi.org/10.1007/978-1-4842-2887-6.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Rajasekharaiah, Chandra. Cloud-Based Microservices. Apress, 2021. http://dx.doi.org/10.1007/978-1-4842-6564-2.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Pandiya, Dileep Kumar, and Nilesh Charankar. AI and Microservices. Apress, 2025. https://doi.org/10.1007/979-8-8688-1306-1.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Hochrein, Akos. Designing Microservices with Django. Apress, 2019. http://dx.doi.org/10.1007/978-1-4842-5358-8.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Indrasiri, Kasun, and Prabath Siriwardena. Microservices for the Enterprise. Apress, 2018. http://dx.doi.org/10.1007/978-1-4842-3858-5.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Familiar, Bob. Microservices, IoT, and Azure. Apress, 2015. http://dx.doi.org/10.1007/978-1-4842-1275-2.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Vohra, Deepak. Kubernetes Microservices with Docker. Apress, 2016. http://dx.doi.org/10.1007/978-1-4842-1907-2.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Carneiro, Cloves, and Tim Schmelmer. Microservices From Day One. Apress, 2016. http://dx.doi.org/10.1007/978-1-4842-1937-9.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Christudas, Binildas. Practical Microservices Architectural Patterns. Apress, 2019. http://dx.doi.org/10.1007/978-1-4842-4501-9.

Full text
APA, Harvard, Vancouver, ISO, and other styles
More sources

Book chapters on the topic "Microservices"

1

de Toledo, Saulo S., Antonio Martini, and Dag I. K. Sjøberg. "Improving Agility by Managing Shared Libraries in Microservices." In Agile Processes in Software Engineering and Extreme Programming – Workshops. Springer International Publishing, 2020. http://dx.doi.org/10.1007/978-3-030-58858-8_20.

Full text
Abstract:
Abstract Using microservices is a way of supporting an agile architecture. However, if the microservices development is not properly managed, the teams’ development velocity may be affected, reducing agility and increasing architectural technical debt. This paper investigates how to manage the use of shared libraries in microservices to improve agility during development. We interviewed practitioners from four large international companies involved in microservices projects to identify problems when using shared libraries. Our results show that the participating companies had issues with share
APA, Harvard, Vancouver, ISO, and other styles
2

Gutierrez, Felipe. "Microservices." In Spring Boot Messaging. Apress, 2017. http://dx.doi.org/10.1007/978-1-4842-1224-0_11.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Merelo, J. J. "Microservices." In Raku Recipes. Apress, 2020. http://dx.doi.org/10.1007/978-1-4842-6258-0_11.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Starke, Gernot. "Microservices." In Effektive Softwarearchitekturen. Carl Hanser Verlag GmbH & Co. KG, 2020. http://dx.doi.org/10.3139/9783446465893.010.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Comer, Douglas E. "Microservices." In The Cloud Computing Book. Chapman and Hall/CRC, 2021. http://dx.doi.org/10.1201/9781003147503-16.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Heusingfeld, Alex. "Microservices." In Effektive Softwarearchitekturen. Carl Hanser Verlag GmbH & Co. KG, 2017. http://dx.doi.org/10.3139/9783446454200.010.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Fouda, Engy. "Microservices." In A Complete Guide to Docker for Operations and Development. Apress, 2022. http://dx.doi.org/10.1007/978-1-4842-8117-8_9.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Yang, Jinmin. "Microservices." In Cloud Computing and MicroServices. Springer Nature Switzerland, 2025. https://doi.org/10.1007/978-3-031-93478-0_6.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Baresi, Luciano, and Martin Garriga. "Microservices: The Evolution and Extinction of Web Services?" In Microservices. Springer International Publishing, 2019. http://dx.doi.org/10.1007/978-3-030-31646-4_1.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Autili, Marco, Alexander Perucci, and Lorenzo De Lauretis. "A Hybrid Approach to Microservices Load Balancing." In Microservices. Springer International Publishing, 2019. http://dx.doi.org/10.1007/978-3-030-31646-4_10.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Conference papers on the topic "Microservices"

1

Arapov, D., and V. Alekseev. "MICROSERVICES: AN APPROACH TO BUILDING SCALABLE SYSTEMS." In CHALLENGING ISSUES IN SYSTEMS MODELING AND PROCESSES. FSBE Institution of Higher Education Voronezh State University of Forestry and Technologies named after G.F. Morozov, 2025. https://doi.org/10.58168/cismp2024_501-506.

Full text
Abstract:
This paper examines microservice architecture as a modern approach to application development. The key principles described are parallel development by developers, the use of Docker and Kubernetes, and the independence of microservices. Highlights advantages: flexibility and resilience to failures. Comparison of two architectures, when and why to switch to microservices.
APA, Harvard, Vancouver, ISO, and other styles
2

Bychkov, I. V., G. A. Oparin, V. G. Bogdanova, and A. A. Pashinin. "Intellectual technology for computation control in the package of applied microservices." In The International Workshop on Information, Computation, and Control Systems for Distributed Environments 2019. Crossref, 2019. http://dx.doi.org/10.47350/iccs-de.2019.02.

Full text
Abstract:
The complexity of exhaustive problems with the properties of large-scale, openness, unpredictable dynamics, and component mobility determines the relevance of developing microservice-oriented software for their solving in a hybrid computational environment. We propose an approach for adapting to this environment both the existing software and new ones developed using new automated technology for creating an applied microservice package and organizing control of computations in it. The distributed computational model is represented by a set of small, loosely coupled, replaceable, interacting wi
APA, Harvard, Vancouver, ISO, and other styles
3

Rocha, Fabio Gomes, Michel S. Soares, and Guillermo Rodriguez. "Patterns in Microservices-based Development: A Grey Literature Review." In Congresso Ibero-Americano em Engenharia de Software. Sociedade Brasileira de Computação, 2023. http://dx.doi.org/10.5753/cibse.2023.24693.

Full text
Abstract:
Microservices emerged due to the massive adoption of cloud computing and the need to integrate legacy systems. However, there still needs to be a greater understanding of adopting a microservice-based architectural style. Besides, there is a need for guidelines to operationalize those microservices. We conducted a grey literature review to identify commonly used architectural patterns and how they are implemented following design patterns. We present two key contributions. Firstly, we identified four architectural patterns and 23 design patterns. Secondly, we identified a catalog of tools for
APA, Harvard, Vancouver, ISO, and other styles
4

Barretto, Wagner Rezende Muniz, Ana Cristina B. Kochem Vendramin, and Mauro Fonseca. "RW-Through: A Data Replication Protocol Suitable for GeoDistributed and Read-Intensive Workloads." In XVII Workshop em Clouds e Aplicações. Sociedade Brasileira de Computação - SBC, 2019. http://dx.doi.org/10.5753/wcga.2019.7592.

Full text
Abstract:
The microservice architecture encourages the composition of services through choreography. Choreography favors loose coupling and decentralization. The challenge then arises of finding suitable approaches for carrying it out according to the architectural style proposed by the microservices. This paper describes and compares two strategies for choreographing microservices. The first strategy is event based and makes use of a mediator to convey the messages. The second is called choreographic programming and its great advantage is to provide an overview of choreography. A case study with four m
APA, Harvard, Vancouver, ISO, and other styles
5

Oparin, G. A., V. G. Bogdanova, and A. A. Pashinin. "Automation of distributed data management in applied microservices package for scientific computations." In The International Workshop on Information, Computation, and Control Systems for Distributed Environments. Crossref, 2020. http://dx.doi.org/10.47350/iccs-de.2020.20.

Full text
Abstract:
We offer a specialized toolkit for automating both knowledge management when creating an applied microservices package and data accumulating during its application for scientific computations in a hybrid computing environment. The decentralized solving of the declaratively formulated problem is carried out by an active agent group. This group is self-organized by logical inference on the distributed knowledge base of a subject domain. The developed toolkit automates the creating and updating of the local knowledge base of the manager-agent of applied microservices package, as well as the local
APA, Harvard, Vancouver, ISO, and other styles
6

Oksyuta, O., and V. Boychenko. "ADVANTAGES OF IMPLEMENTING MICROSERVICE ARCHITECTURE." In CHALLENGING ISSUES IN SYSTEMS MODELING AND PROCESSES. FSBE Institution of Higher Education Voronezh State University of Forestry and Technologies named after G.F. Morozov, 2025. https://doi.org/10.58168/cismp2024_649-652.

Full text
Abstract:
The paper analyzes the advantages of microservice architecture such as modularity, scalability, component independence, and development acceleration. A comparison with monolithic systems is discussed, emphasizing the flexibility and improved fault tolerance of microservices in modern business applications.
APA, Harvard, Vancouver, ISO, and other styles
7

Nunes, João Paulo K. S., Thiago Bianchi, Anderson Y. Iwasaki, and Elisa Yumi Nakagawa. "State of the Art on Microservices Autoscaling: An Overview." In Seminário Integrado de Software e Hardware. Sociedade Brasileira de Computação - SBC, 2021. http://dx.doi.org/10.5753/semish.2021.15804.

Full text
Abstract:
The adoption of microservices architecture has taken on great pro-portions due to its benefits and popularization of containers driven tools, such as Kubernetes and Docker. Besides, the development of microservice-based applications is a complex task, specially because they can be composed of multiple heterogeneous parts. In particular, one of the main challenges is how to conduct the microservices autoscaling (i.e., adding or removing resources on demand), while still avoiding resource waste, such as CPU and memory. This paper presents the state of the art of approaches to solve the problem o
APA, Harvard, Vancouver, ISO, and other styles
8

Alencar, Derian, Helder Oliveira, and Denis Rosário. "Dynamic allocation of microservices for virtual reality content delivery to provide quality of experience support in a fog computing architecture." In Concurso de Teses e Dissertações. Sociedade Brasileira de Computação - SBC, 2023. http://dx.doi.org/10.5753/ctd.2023.230102.

Full text
Abstract:
Virtual Reality (VR) content is gaining popularity and allowing users to immerse themselves in a new world over the Internet. However, the high-demand for resources and the low latency requirements of VR services require changes in the current 5G networks to deliver VR with quality assurance. Microservices present a suitable model for deploying services at different levels of a 5G fog computing architecture for managing traffic and providing Quality of Experience (QoE) guarantees to VR clients. However, finding the most suitable fog node to allocate microservices for VR clients in QoE-aware 5G
APA, Harvard, Vancouver, ISO, and other styles
9

Stefan, Livia. "BLOCKCHAIN TECHNOLOGIES AND MICROSERVICES FOR OPEN LEARNING COMMUNITIES. A SOFTWARE ARCHITECTURE PERSPECTIVE." In eLSE 2020. University Publishing House, 2020. http://dx.doi.org/10.12753/2066-026x-20-186.

Full text
Abstract:
It is a well-known fact that innovative e-learning concepts have pushed IT technologies to new levels of development or, reciprocally, innovative or even disrupting technologies have opened new possibilities for elearning. There are many examples of IT technologies that contributed to new or improved learning paradigms and styles, such as social networks, mobile devices, augmented and virtual reality, MOOCs and distributed computing. Recently, several research works discuss how the blockchain concepts and technologies can be applied not only in cryptocurrency, but also on elearning and educati
APA, Harvard, Vancouver, ISO, and other styles
10

Krause, Lucas. "Microservices." In Applicative 2016. ACM Press, 2016. http://dx.doi.org/10.1145/2959689.2960082.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Reports on the topic "Microservices"

1

Klein, Brandon Thorin, Gerald Giese, Jayson Lane, John Gifford Miner, John J. Jones, and Otoniel Venezuela. An Approach to DevOps and Microservices. Office of Scientific and Technical Information (OSTI), 2020. http://dx.doi.org/10.2172/1635752.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Chandramouli, Ramaswamy. Security strategies for microservices-based application systems. National Institute of Standards and Technology, 2019. http://dx.doi.org/10.6028/nist.sp.800-204.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Chandramouli, Ramaswamy, and Zack Butcher. Building secure microservices-based applications using service-mesh architecture. National Institute of Standards and Technology, 2020. http://dx.doi.org/10.6028/nist.sp.800-204a.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Chandramouli, Ramaswamy. Implementation of DevSecOps for a Microservices-based Application with Service Mesh. National Institute of Standards and Technology, 2021. http://dx.doi.org/10.6028/nist.sp.800-204c-draft.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Chandramouli, Ramaswamy. Implementation of DevSecOps for a Microservices-based Application with Service Mesh. National Institute of Standards and Technology, 2022. http://dx.doi.org/10.6028/nist.sp.800-204c.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Chandramouli, Ramaswamy, Zack Butcher, and Aradhna Chetal. Attribute-based Access Control for Microservices-based Applications Using a Service Mesh. National Institute of Standards and Technology, 2021. http://dx.doi.org/10.6028/nist.sp.800-204b.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Chandramouli, Ramaswamy. Securing the Artifacts in Software Supply Chain for Building Cloud-Native Microservices Applications. National Institute of Standards and Technology, 2023. http://dx.doi.org/10.6028/nist.sp.800-204d.ipd.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Brim, Michael, and Christian Engelmann. INTERSECT Architecture Specification: Microservice Architecture (Version 0.9). Office of Scientific and Technical Information (OSTI), 2023. http://dx.doi.org/10.2172/2333815.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Brim, Michael, and Christian Engelmann. INTERSECT Architecture Specification: Microservice Architecture (Version 0.5). Office of Scientific and Technical Information (OSTI), 2022. http://dx.doi.org/10.2172/1902805.

Full text
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!