-
Notifications
You must be signed in to change notification settings - Fork 277
How AppScale implements the Google App Engine APIs
Navraj Chohan edited this page Mar 12, 2015
·
4 revisions
AppScale provides API compatibility with Google App Engine, so any program that runs on Google App Engine can run on AppScale, without modification. Here's a list of the APIs that we support within AppScale and how we support it:
- Datastore - AppDB
- Memcache - memcached
- URL Fetch - urllib2
- Blobstore API - custom server built on Tornado
- XMPP - ejabberd
- Channel API - ejabberd and strophejs
- Mail - sendmail
- Images - Python Imaging Library (PIL)
- Task Queue - RabbitMQ
- Cron - Vixie Cron
- Search - SOLR
- CloudSQL - MySQL
- Users - AppScale Dashboard