Hacker News new | ask | show | jobs
by achauve 3701 days ago
Hi @lothiraldan

At Serenytics our backend stack is based on:

  - python 2.7
  - gunicorn
  - gevent
  - flask
  - sqlalchemy + postgres
  - redis
  - MRQ for asynchronous worker tasks (using redis+mongo)
  - multiple python SQL drivers to query on every compatible SQL database ;-)