Chipping in with my 2c. If the project is a hobby project (sorry if I missed that in the thread) or not time-critical or in early stages, it might not be a bad idea to roll your own code as much as possible for the REST stuff, just using a bare-bones web framework like Flask or Bottle or CherryPy and writing the rest.
I have done something along these lines, though not fully, in a project a while ago, and it was fun and learning too. If nothing else, it will be a learning exercise, and may also give insights into what your crucial requirements are, which may help in shortlisting 3rd party libs. - Vasudev --- "Inspired by nature" Vasudev Ram - Dancing Bison Enterprises Independent software consultant and trainer: Python, C, SQL, Unix/Linux, bash/sed/awk, PDF generation, open source, ... About: http://jugad2.blogspot.in/p/about-vasudev-ram.html vasudev...@gmail.com \Python posts: http://jugad2.blogspot.com/search/label/python xtopdf, a Swiss army knife for PDF creation: http://slid.es/vasudevram/xtopdf On Tue, Jun 23, 2015 at 2:12 PM, kracekumar ramaraju <kracethekingma...@gmail.com> wrote: > On Tue, Jun 23, 2015 at 4:08 PM, anu sree <anusree....@gmail.com> wrote: > >> Thanks gora and guruprasad, >> >> I am not using database or other store. My API App just make different API >> requests to other rest api servers. >> >> Does celery need db ? >> >> >> > Unless results of the tasks needs to be stored or any scheduled tasks are > registered via celery > doesn't need db. > > Thanks, >> >> On Tue, Jun 23, 2015 at 1:28 PM, L. Guruprasad <lgp171...@gmail.com> >> wrote: >> >> > Hi Anu, >> > >> > On Tue, Jun 23, 2015 at 1:21 PM, anu sree <anusree....@gmail.com> wrote: >> > > I just started reading http://www.django-rest-framework.org/ >> > >> > Once you have learnt enough of DRF to start writing code, this - >> > http://www.cdrf.co/ will be a handy reference. >> > >> > Hope this helps :) >> > >> > Thanks & Regards, >> > Guruprasad >> > _______________________________________________ >> > BangPypers mailing list >> > BangPypers@python.org >> > https://mail.python.org/mailman/listinfo/bangpypers >> > >> _______________________________________________ >> BangPypers mailing list >> BangPypers@python.org >> https://mail.python.org/mailman/listinfo/bangpypers >> > > > > -- > > *Thanks & Regardskracekumar"Talk is cheap, show me the code" -- Linus > Torvaldshttp://kracekumar.com <http://kracekumar.com>* > _______________________________________________ > BangPypers mailing list > BangPypers@python.org > https://mail.python.org/mailman/listinfo/bangpypers _______________________________________________ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers