Skip to content
/ Atlas Public
forked from IBM/DeepAtlas

Atlas, a hybrid cloud migration advisor offers migration recommendations with customizable performance, cost and availability trade-offs. Also check our API resource estimation work below.

License

Notifications You must be signed in to change notification settings

git-disl/Atlas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atlas: Hybrid Cloud Migration Advisor for Interactive Microservices

Ka-Ho Chow, Umesh Deshpande, Veera Deenadhayalan, Sangeetha Seshadri, and Ling Liu, "Atlas: Hybrid Cloud Migration Advisor for Interactive Microservices," ACM European Conference on Computer Systems (EuroSys), Athens, Greece, Apr. 22-25, 2024.

Hybrid cloud provides an attractive solution to microservices for better resource elasticity. A subset of application components can be offloaded from the on-premises cluster to the cloud, where they can readily access additional resources. However, the selection of this subset is challenging because of the large number of possible combinations. A poor choice degrades the application performance, disrupts the critical services, and increases the cost to the extent of making the use of hybrid cloud unviable. This paper presents Atlas, a hybrid cloud migration advisor. Atlas uses a data-driven approach to learn how each user-facing API utilizes different components and their network footprints to drive the migration decision. It learns to accelerate the discovery of high-quality migration plans from millions and offers recommendations with customizable trade-offs among three quality indicators: end-to-end latency of user-facing APIs representing application performance, service availability, and cloud hosting costs. This repository contains the source code and documentation of this project, which are organized in the following directories. You can refer to the README.md file in each directory for instruction and details.

  • ./social-network: The source code of the social network application for deployment on the cloud
  • ./locust: The source code of the load generator
  • ./migration-advisor: The source code of the migration advisor

About

Atlas, a hybrid cloud migration advisor offers migration recommendations with customizable performance, cost and availability trade-offs. Also check our API resource estimation work below.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 36.2%
  • Makefile 27.4%
  • C++ 13.8%
  • C 6.1%
  • Python 4.6%
  • HTML 4.1%
  • Other 7.8%