Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Not much familiar with GAE but how hard would it be to build an abstraction layer and have it deployed on, say, AWS or Rackspace, using HBase or Cassandra as backend?



Maybe there's a business opportunity for a startup to offer hosting GAE apps on AWS?


The datastore API is probably the most involved for porting to. You would have to do both indexes and composite indexes for scalable queries, and implement your own transaction system. You can learn about how we do it for AppScale in our publications. Also check out the articles on the App Engine documentation, as well as the Google I/O videos for details on how they do it for Megastore/BigTable.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: