jazzband / django-ddp

Django/PostgreSQL implementation of the Meteor server.
MIT License
167 stars 29 forks source link

Stable enough for long-term usage? #55

Closed nerdoc closed 7 years ago

nerdoc commented 7 years ago

This is a question, no bug.

  1. I'm just asking wether django-ddp is considered stable enough to be used for a medical application, where data loss/failure is a more-or-less no-go, and should be maintainable for many years. How stable is django-ddp considered to be for that? Would you recommend it for using in a "data loss critical" environment?

I know that this question is a bit broad, and answers maybe opinion-based, but I want to ask it nevertheless.

  1. Is django-ddp on the server and python-ddp on the client a stable option? Any experiences here? Thank you very much.
dburles commented 7 years ago

I'd suggest https://www.apollodata.com/

nerdoc commented 7 years ago

Hm. You'd suggest using Apollo instead of django-ddp? Could you explain a bit more?

dburles commented 7 years ago

Yes, definitely. We probably would have use it instead of creating django-ddp had it existed back then.

nerdoc commented 7 years ago

Thanks.