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.

CloudEnvy: Development in the cloud

27 pointsby jakedahnover 12 years ago

2 comments

contingenciesover 12 years ago
Heh, that's almost exactly what I'm working on now. After looking at OpenStack and other solutions, I rolled my own.<p>My solution is cloud agnostic, and does have (almost-there!) multi-node support, and was built to support a local cloud provider (via Linux Containers) .. so you don't have to be online, pay an external provider, or pay the latency cost if you want to run stuff .. you can just do it locally.<p>This is LOADS more complex than it may seem: due to dynamic virtual network infrastructure, configuration dependencies on network locality, resource requirements, portability concerns, security concerns, etc.<p>Our primary non-local cloud provider is EC2.
评论 #5210417 未加载
chadthebadover 12 years ago
Awesome. I'm looking forward to EC2 integration.