TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

PoolParty: Manage cloud computing in a single file.

10 pointsby mikexstudiosabout 15 years ago

2 comments

moeabout 15 years ago
This looks interesting but sadly the documentation is in the same state that it was half a year ago: Non-existent.<p>If you want mindshare then write a long, verbose, tutorial about how to do something useful with it <i>beyond spinning up a few instances</i>.<p>Because, well, I can already do that in less lines of code than your examples using nothing but the default ec2 tools.
poabout 15 years ago
This one is interesting. I love that we're starting to see more of these cloud management tools. In the python world there are similar tools which provide a bit more:<p><a href="http://cloudsilverlining.org/" rel="nofollow">http://cloudsilverlining.org/</a> <a href="http://www.kraftwerk-wsgi.com/" rel="nofollow">http://www.kraftwerk-wsgi.com/</a><p>These are both actually more like cloud libraries that abstract away system implementation details to provide services (like db, filesystem, loadbalancing, etc) to the application developer. Both depend on Apache libcloud.<p><a href="http://libcloud.org/" rel="nofollow">http://libcloud.org/</a>