the useage of edas
  S3zZhcWeTX7O 2023年11月02日 42 0

Enterprise Distributed Application Service - An Overview


Over the last decade, Alibaba Cloud has continuously introduced several enterprise-level middleware solutions. These middleware products have established themselves as leading tools due to the impeccable integration with other products and services within the Alibaba Cloud universe. The Enterprise Distributed Application Service (EDAS) is one such middleware product from Alibaba Cloud.

In this article, we are going to present an overview of the Alibaba Cloud Enterprise Distributed Application Service (EDAS).


Alibaba Cloud Enterprise Distributed Application Service (EDAS) is a fully managed [Platform as a Service (PaaS)] service. It is used for microservices management and other application hosting scenarios. Alibaba Cloud EDAS is a full-stack solution that enables application development to deployment cycle management, allowing you to perform monitoring and O&M.

the useage of edas_sed


Features | EDAS | Alibaba Cloud


With an EDAS console, you can:

  • Create an application instance
  • Deploy an application
  • Scale (Up or Down) - Application Resources
  • Start an application
  • Delete an application


Alibaba Cloud EDAS supports auto scaling. You can manually scale up or down or leverage the auto-scaling feature that is already there. Alibaba Cloud EDAS keeps a close check on CPU, memory, and workload and automatically adjusts the resources as needed.

With the deep integration of Alibaba Cloud RAM (Resource and Access Management), you can easily define roles and set permissions for different teams and operators. You might have multiple teams like developers, DevOps, or Machine managers, but, with EDAS you can easily differentiate and provide authorization to a user or user groups depending on which application resource should be made available to them for maintenance and management.

A distributed network resource is harder to manage. Alibaba Cloud EDAS efficiently manages distribution, management, and reconfiguration of all elements from a centralized EDAS console.

Alibaba Cloud EDAS supports and leverages the Global Transaction Service (GTS), which is also a middleware product. It is a high-performance, distributed transaction service that is highly useful for solving data consistency issues with distributed environments. Together, EDAS and GTS can help you quickly implement distributed database transactions or multi-database transactions. This combination can be used in various service scenarios for high-performance and secure usability transactions.

Alibaba Cloud EDAS allows for the creation of primary and sub-account systems. This distribution allows you to manage resources based on team priority. Elastic Compute Service (ECS) resources are organized on primary and sub-account systems for quick allocation wherever required.

Alibaba Cloud EDAS supports:

1.  High-Speed Service Framework (HSF)

HSF is a distributed remote procedure call framework (RPC). HSF is used to connect multiple service systems and for disconnecting multiple systems from each other. HSF is used to conveniently construct distributed applications using common function modules. This takes away the need for the user to perform complex technical operations required for a distributed architecture.

Let's discuss some primary features of Alibaba Cloud HSF:

  • Synchronous | Asynchronous Calls

Alibaba Cloud HSF utilizes synchronous calls as a default setting. The consumer code must maintain a synchronous wait queue for the returned results. However, as a user, you can configure HSF to utilize the asynchronous method of receiving returned results. This cuts down on the time taken for the RPC.

  • HTTP Calls | Generic Calls

Alibaba Cloud HSF supports exposure of services over HTTP, and the service can be initiated using the HTTP protocol. With generic calls, HSF utilizes the API to execute programming calls. Generic calls are known to reduce dependencies when utilized with Microservices in a loosely coupled scenario.



ref:

https://www.alibabacloud.com/blog/enterprise-distributed-application-service---an-overview_597006



【版权声明】本文内容来自摩杜云社区用户原创、第三方投稿、转载,内容版权归原作者所有。本网站的目的在于传递更多信息,不拥有版权,亦不承担相应法律责任。如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱: cloudbbs@moduyun.com

  1. 分享:
最后一次编辑于 2023年11月08日 0

暂无评论

S3zZhcWeTX7O