hagsteel / swampdragon

swampdragon
Other
557 stars 74 forks source link

Can I use SwampDragon in Production #168

Open a1Gupta opened 8 years ago

a1Gupta commented 8 years ago

Hi, Is it safe to use the existing SwampDragon in production. I am aware of the fact that its dependent on tornado-redis which is no longer maintained and @jonashagstedt is working on removing this as well as django's dependency.

hagsteel commented 8 years ago

That's kind of an impossible question to answer. It's not safe to use anything in production.

Could you be more specific?

a1Gupta commented 8 years ago

I wanted clarity specifically regarding these -

  1. Is current version of SwampDragon stable and compatible with Django 1.7 and Django 1.8 ?
  2. Are you planning to do major changes in SwampDragon ?
  3. Is current version of tornado-redis stable and compatible with Django 1.7 and Django 1.8 ?

I have read your reply to Issue #161 and that was helpful. I just wanted to ensure that the new version should be adaptable with minimal overhead and the current version is stable for production with Django 1.7 and Django 1.8

hagsteel commented 8 years ago

The plan is to try to keep the changes under the hood, so implementation vise there should be as few changes as possible.

If changes will be required before upgrading they should (ideally) be minimal. However the undertaking of factoring out some of these things will take some time so I would not stress about the upgrade at this point.

a1Gupta commented 8 years ago

That would be good :) I understand removing dependency and bringing support for other python frameworks will take time. Till then can I use this with Django 1.7 and Django 1.8 ?

hagsteel commented 8 years ago

Yes it shouldn't be an issue using it with Django 1.7 or 1.8 (if you run into any issues you should be able to install it from Github, latest master)

a1Gupta commented 8 years ago

Yeah that's possible. Thanks @jonashagstedt ! All the best! Hope to see the new SwampDragon in few months :)

a1Gupta commented 8 years ago

Any updates regarding issue #135 ? Feeling Stuck