Drupal cloud service like parse.com for gaming

Speakers: 

Building a parse.com likely cloud code with Drupal

Drupal gaming cloud:

In the session, we want to show a possibility of how Drupal can fuse into cloud services. We connects Drupal & AWS, serve mobile games as backend cloud. We supports parse.com likely cloud code which enables Drupal developers to customise web services API on cloud.

Drupal have lots of cutting edge modules, gives us good foundation to realise this idea.

We use below to handle multi-users
- drush
- subsite feature

We use those modules for AWS integrations
- AWS SDK for PHP v2 module
- AWS SDK for PHP v2 S3 module
- MongoDB module
- httprl module
- Memcache module

Release the web services API by modules below
- Services
- Services_views and views
- Oauth common (1.0a)

We connects Drupal Mobile client by
- Drupal for iOS SDK
- DrupalForAndroidSDK

We would like to do the following
- Parse.com like Drupal cloud code and cloud data
- Offer cloud Data and file storage through APIs
- remove barrier for high traffic by Auto-scaling
- Improve performance by memcache, mongoDB
- Develop game features like Facebook friends ranking
- Devops for auto-scaling deploy with Chef

Session Objectives
- Discussion / case study that how Drupal can work in AWS and support games

Schedule info
Track: 
Experience level: 
Advanced
Drupal Version: 
Drupal 7.x

Comments

quintux’s picture

The topic is interesting. I am looking forward to see how the architecture design for high traffic by auto-scaling is. The case study would probably benefit mobile app developers PaaS providers.