graphql-python / graphene-django

Build powerful, efficient, and flexible GraphQL APIs with seamless Django integration.
http://docs.graphene-python.org/projects/django/en/latest/
MIT License
4.31k stars 770 forks source link

Add Graphene Luna to Docs #1378

Closed pizzapanther closed 1 year ago

pizzapanther commented 1 year ago

Graphene Luna lets you easily add subscriptions to your Django Graphene project. It's a lot easier than the older methods and doesn't require Django Channels. I've thought about going with much stronger messaging because I believe the older projects don't work anymore. So I'm thinking they should be marked as deprecated. Let me know and I'll adjust. With Luna you can setup a subscription within a few minutes, so I also think it might want to be labeled as "recommended" if the other projects are still listed.

ulgens commented 1 year ago

@pizzapanther How many people/projects are using luna right now? The tool seems nice but I believe it needs some maturing before deserving a reference.

pizzapanther commented 1 year ago

We just released it and use it at Cognitive Space. So yes it's brand new. We built it a while ago but just open sourced it. Also we we're waiting for the 3.0.0 release of Django Graphene.

pizzapanther commented 1 year ago

Understand your concern but right now nothing really works for Subscriptions in Django. So better to list something no?

ulgens commented 1 year ago

So better to list something no?

"Something" would be a tool with more than a single user/developer. I don't have anything negative to say about your work, but also it doesn't have any positive references. Until it has some users, I'd prefer to keep this PR open.