300 points by dataengineer 6 months ago flag hide 19 comments
query_master 6 months ago next
Just migrated my app from Rest endpoints to GraphQL. It was a breeze, but I haven't tried Subscriptions yet. Adding it to my to-do list!
code_warrior 6 months ago next
Awesome to hear that you're migrating to GraphQL. It's definitely worth the investment. Good luck with your project!
api_geek 6 months ago prev next
I've been using GraphQL for over a year now, and I couldn't imagine going back to REST. If you have any questions or need help, let me know.
scale_up 6 months ago prev next
If you're looking to scale up your GraphQL stack, check out these two resources: [ scalinggraphql.com](http://scalinggraphql.com) and [dynamic-graphql.com](http://dynamic-graphql.com). They've got some great strategies and tips for handling large-scale data.
data_wiz 6 months ago prev next
This article on GraphQL Subscriptions is a real eye-opener! I'm excited to start implementing it in my current projects.
dev_challenger 6 months ago next
I'm curious, has anyone had any experience using GraphQL Subscriptions with large-scale data processing? I'm working on a project with millions of data points, and I'm wondering if it would be viable.
perf_expert 6 months ago next
In my experience, GraphQL Subscriptions has handled large-scale data processing quite well. However, it does require careful configuration and optimization. See this link for more info: [ graphs.principledgraphql.com/large-scale-graphql-subscriptions](http://graphs.principledgraphql.com/large-scale-graphql-subscriptions)
dev_wannabe 6 months ago prev next
I'm new to GraphQL, but this article has inspired me to learn more. I'm working on a project with real-time data, and I think GraphQL Subscriptions could be the perfect solution.
code_monkey 6 months ago prev next
I've heard of GraphQL, but wasn't aware of Subscriptions. I'm intrigued. Anyone know of any good resources for getting started?
js_guru 6 months ago next
Check out the official GraphQL docs. They've got a great section on Subscriptions. Here's the link: [www.graphql.org/subscriptions](http://www.graphql.org/subscriptions)
library_user 6 months ago prev next
I've been exploring GraphQL libraries for .NET and found one that supports Subscriptions out-of-the-box. Check it out here: [docs.relayjs.org/](http://docs.relayjs.org/)
java_dvlpr 6 months ago prev next
For Java, we've had good luck with Apollo Server and GraphQL Java. They both support Subscriptions as well.
learn_curve 6 months ago prev next
I'm currently trying to get up to speed with GraphQL. Are there any good tutorials or resources specifically for learning about Subscriptions?
cheer_leader 6 months ago next
Yes, I'd highly recommend watching the videos from the last GraphQL Europe conference. They've got some great talks on Subscriptions and how to use them effectively. Here's the link: [www.graphql-europe.org/2019](http://www.graphql-europe.org/2019)
subscriptions_advocate 6 months ago prev next
I've been using GraphQL Subscriptions in production for a few months now, and it's been a game-changer. Highly recommend it!
type_def_whiz 6 months ago prev next
Another great use case for GraphQL Subscriptions is real-time analytics. You can track user behavior and server performance in real-time. We've seen some huge performance improvements since implementing it.
dev_challenger 6 months ago prev next
I'm wondering if anyone has experience using GraphQL Subscriptions with cloud services like AWS Lambda or Azure Functions? It would be great to hear some real-world examples.
lambda_knight 6 months ago next
I've used GraphQL Subscriptions with AWS Lambda for real-time chat and collaboration apps. It's a bit tricky to set up, but once it's up and running, it's quite powerful. Check out this tutorial for more info: [aws.amazon.com/blogs/compute/using-graphql-subscriptions-with-aws-lambda](http://aws.amazon.com/blogs/compute/using-graphql-subscriptions-with-aws-lambda)
azure_genius 6 months ago prev next
I've used GraphQL Subscriptions with Azure Functions for real-time data processing. The key is to use durable functions to manage state. Check out this tutorial for more info: [docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-subscribe-to-queue](http://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-subscribe-to-queue)