Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>+1 on bringing in technologies as you need them. But I understand wanting to be ahead of the curve. I think my answer is really a more verbose version of @cmpolis' comment now that I read all this.</p> <p>You really have two sets of technologies, one for application building, one for application deployment. So being that you don't have to worry much about deployment until you have an application lets set those aside (Fabric, Chef, Puppet, Tornado, and arguably South)</p> <p>You won't get very far building your web app without at least learning some basic of how Postgresql works. You will need to create a database, database user, etc. You don't need to know how to be a wiz, but you need to setup and administer at least a local db.</p> <p>You can't use TastyPie without understanding JSON. You also don't mention how you will be consuming the JSON that TastyPie outputs. (I am going to assume you want TastyPie to do JSON, and not YAML or XML). Do you have a Javascript framework in place for that? If you are going for something like a Tastypie/Backbone stack, I'd focus on that part first, and JSON will come along for the ride. (JSON itself is really trivial to understand). You may want to look at something like <a href="https://github.com/PaulUithol/backbone-tastypie" rel="nofollow">backbone-tastypie</a>. Understanding how to read and write JSON will give you a leg up on understand how to use Redis as well.</p> <p>Learning Jenkins really means just getting it installed and set up. Since Continuous Integration is something easiest implemented at the beginning of a project I would set that up now as well.</p> <p>At that point you will know where you bottlenecks are so I would bring in Celery (and of course <a href="http://ask.github.com/django-celery/" rel="nofollow">django-celery</a></p> <p>So then learn Fabric. I can't really tell if you already know that you will need many, many, servers or if you are speculating. In my opinion, if your configuration is in the single digit number of servers, Fabric may be enough. I would suggest looking at <a href="https://github.com/jacobian/django-deployment-workshop.git" rel="nofollow">Deploying Django Workshop</a> to see how all of these different technologies get tied together.</p> <p>So in short:</p> <p>Phase 1:</p> <ul> <li>Tastypie/JSON</li> <li>Postgresql</li> <li>Celery</li> <li>Fabric</li> <li>Jenkins</li> </ul> <p>Phase 2:</p> <ul> <li>Whatever is left over that you actually need</li> </ul>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload