Created
March 18, 2019 05:53
-
-
Save ox1111/b0eb40c500327e70c7c26aaa5074c340 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
아파치 Libcloud | |
Libcloud의 기능 : 하나의 일관된 통합 API를 통해 여러 클라우드 서비스 업체에 액세스한다. | |
Libcloud를 사용하는 이유: 아파치 Libcloud에 대한 위의 설명을 보고 환호하지 않는다면, | |
아마 여러 클라우드로 작업한 적이 없는 사람일 것이다. 클라우드 서비스 업체는 모두 각자의 방법을 선호한다. | |
따라서 10여 개의 업체를 아우르는 통합 메커니즘이 있다면, 많은 시간을 절약하고 골치아픈 문제를 피할 수 있다. | |
컴퓨팅, 스토리지, 로드밸런싱, DNS를 위한 API가 있으며 파이썬 2.x와 파이썬 3.x, | |
그리고 파이썬을 위한 고성능 JIT 컴파일러인 파이파이(PyPy)를 지원한다. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment