Is there such a thing for Django as there is Heroku for Ruby on Rails

后端 未结 10 512
夕颜
夕颜 2021-02-01 22:37

Is there a cloud based development for Django, such as there is cloud based development and hosting environment for Ruby / heroku

相关标签:
10条回答
  • 2021-02-01 22:56

    30loops.net is another contender, still in private beta though... Seems a lot of movement is going on in the Python hosting space!

    0 讨论(0)
  • 2021-02-01 23:00

    See also this answers

    • Quora: Is there anything like Heroku I can use for a Python site (other than Google App Engine)
    • Quora: What is the Heroku equivalent for Django applications?
    0 讨论(0)
  • 2021-02-01 23:02

    I think Graham has them all here http://blog.dscpl.com.au/2011/01/awesome-year-for-python-web-hosting.html

    0 讨论(0)
  • 2021-02-01 23:03

    I just found out about DotCloud.com! Seems like they will support a customizable stack!

    0 讨论(0)
  • 2021-02-01 23:04

    ep.io provides WSGI hosting Heroku style. It's from Andrew Godwin of South fame. From their website:

    This is ep.io, the hosted WSGI hosting and deployment solution. We take your Django, Flask, Pylons or other WSGI code, run all the annoying hosting parts for you, and make sure everything's redundant and backed up. In return, we bill you only for the processing time and bandwidth you actually use - we'll even give you detailed analytics of when and where those resources are being used. However, we're currently in a closed beta, so this is only available to those we invite

    They support PostgreSQL and Redis. They have a client you download to deploy from the command line, or you can push to them via git or mercurial. They have a good amount of documentation, but I just recently started using them and haven't pushed a deployment yet so I have no idea of how well the service works yet.

    Gondor is from the Eldarion guys (founder of the company is also founder of pinax). They support:

    • revision control via git or mercurial
    • dependency management using pip
    • database migrations via South or nashvegas
    • full backups of your entire application
    • asynchronous and scheduled task execution
    • full-text search using Solr and django-haystack
    • caching via memcached or redis

    From the survey they have you take when you get a beta account, it seems like they're looking to host massive traffic sites. The survey actually made me wonder how expensive the service is going to be after beta.

    0 讨论(0)
  • 2021-02-01 23:08

    Media Temple has Django grid containers starting at $20/month.

    0 讨论(0)
提交回复
热议问题