Posts

Showing posts from August, 2020

Azure Serverless Computing

      Microsoft Azure is one of the top three cloud platforms with its own advantages that are serving great. Azure Functions is a serverless computing service that runs the code on demand without the need for hosting on a server and manages the infrastructure. It allows us to deploy and manage individual code functions without a need for a virtual machine. Azure functions support C#, Node js, F#, Java 8, Python 3.6, Typescript, and Powershell. The Azure function offers more alternative deploying functions like natively linking your functions to GitHub, DropBox, Visual Studio Code, and more. The main Azure components are as follows: Azure Functions :  The azure functions lets you run your code on-demand without really worrying about where it is running or its scalability. A combination of events and code that is a completely managed platform with high security and reliability. This is a serverless architecture where there is a server where the code will be running but you can manage th

EAI and Serverless Computing

Image
What is EAI?       Let us first begin with this question, "What is EAI?". EAI is abbreviated as "Enterprise Application Integration" and it is defined as an integration framework that is composed of a collection of technologies that serves as a middleware to enable the integration of systems and application of the enterprise. In other words, it is an implementation of technology that facilitates communication between the application of the enterprise.        For better understanding let us take an example of a bank. Nowadays banks have various systems or applications through which a customer can reach the bank. Few applications are net banking, mobile transactions, customer care, and so on. Here the bank has so many different applications through which a customer can communicate with the bank. These typically can't communicate with each other to exchange data.  All these might have the same functions and each application function will reach out to the bank but h