Advertisement
TakesxiSximada

configram example

Oct 13th, 2015
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. How to use it
  2. -------------
  3.  
  4. case - simple non web application
  5. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6.  
  7. case - with Celery (redis backend)
  8. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  9.  
  10. case - with Celery (rabbitmq backend)
  11. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  12.  
  13. case - with zmq(ZeroMQ)
  14. ^^^^^^^^^^^^^^^^^^^^^^^
  15.  
  16. case - with scrapy
  17. ^^^^^^^^^^^^^^^^^^
  18.  
  19. case - with Luigi
  20. ^^^^^^^^^^^^^^^^^
  21.  
  22. case - with Tornado
  23. ^^^^^^^^^^^^^^^^^^^
  24.  
  25. case - with Pyramid
  26. ^^^^^^^^^^^^^^^^^^^
  27.  
  28. case - with Django
  29. ^^^^^^^^^^^^^^^^^^
  30.  
  31. case - with Flask
  32. ^^^^^^^^^^^^^^^^^^
  33.  
  34. case - with Bottle
  35. ^^^^^^^^^^^^^^^^^^
  36.  
  37. case - with Twisted
  38. ^^^^^^^^^^^^^^^^^^^
  39.  
  40. case - with pylons
  41. ^^^^^^^^^^^^^^^^^^
  42.  
  43. case - with SQLAlchemy(MySQL)
  44. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  45.  
  46. case - with SQLAlchemy(PostgreSQL)
  47. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  48.  
  49. case - with SQLAlchemy(SQLite3)
  50. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  51.  
  52. case - with PyMySQL
  53. ^^^^^^^^^^^^^^^^^^^
  54.  
  55. case - with psycopg (PostgreSQL)
  56. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  57.  
  58. case - with Aerospike
  59. ^^^^^^^^^^^^^^^^^^^^^
  60.  
  61. case - with Redis
  62. ^^^^^^^^^^^^^^^^^
  63.  
  64. case - with Mongo
  65. ^^^^^^^^^^^^^^^^^
  66.  
  67. case - with Pika(RabbitMQ)
  68. ^^^^^^^^^^^^^^^^^^^^^^^^^^
  69.  
  70. case - with AWS SQS
  71. ^^^^^^^^^^^^^^^^^^^
  72.  
  73. case - with AWS SNS
  74. ^^^^^^^^^^^^^^^^^^^
  75.  
  76. case - with AWS SES
  77. ^^^^^^^^^^^^^^^^^^^
  78.  
  79. case - with Heroku
  80. ^^^^^^^^^^^^^^^^^^
  81.  
  82. case - with Bluemix
  83. ^^^^^^^^^^^^^^^^^^^
  84.  
  85. case - with Google App Engine
  86. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement