Created
April 19, 2011 17:07
-
-
Save Kami/928854 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 is an open-source client library for interacting with different cloud providers. | |
| The primary goal of the library is to abstract all the provider differences away and expose common functionality in a nice, clean and concise API. | |
| This talk will address the following topics: | |
| - Why a library like this was built in the first place | |
| - Different problems we have encountered while building it (not all the providers always play nice) | |
| - An introduction to the library API (both compute and storage part) | |
| - How to use it to build something useful and fun | |
| - How to participate and contribute | |
| - Roadmap and plans for the future |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment