API Integration
WunderGraph simplifies the integration of various APIs by automatically generating queries and mutations. This reduces the time and effort required to manually integrate and maintain multiple API connections.
GraphQL Support
It provides first-class support for GraphQL, enabling developers to leverage GraphQL's powerful querying capabilities for better data retrieval and interaction.
Type Safety
The tool offers strong type safety out of the box, which helps in catching errors at compile time and ensures a more robust application.
Real-time Capabilities
WunderGraph supports subscriptions and live queries, providing real-time updates to applications, which is crucial for apps that require live data feeds.
Serverless Deployment
The platform supports serverless deployment, which can simplify the scaling process and reduce the operational overhead for maintaining infrastructure.
Promote WunderGraph. You can add any of these badges on your website.
We have collected here some useful links to help you find out if WunderGraph is good.
Check the traffic stats of WunderGraph on SimilarWeb. The key metrics to look for are: monthly visits, average visit duration, pages per visit, and traffic by country. Moreoever, check the traffic sources. For example "Direct" traffic is a good sign.
Check the "Domain Rating" of WunderGraph on Ahrefs. The domain rating is a measure of the strength of a website's backlink profile on a scale from 0 to 100. It shows the strength of WunderGraph's backlink profile compared to the other websites. In most cases a domain rating of 60+ is considered good and 70+ is considered very good.
Check the "Domain Authority" of WunderGraph on MOZ. A website's domain authority (DA) is a search engine ranking score that predicts how well a website will rank on search engine result pages (SERPs). It is based on a 100-point logarithmic scale, with higher scores corresponding to a greater likelihood of ranking. This is another useful metric to check if a website is good.
The latest comments about WunderGraph on Reddit. This can help you find out how popualr the product is and what people think about it.
I'm with WunderGraph, a vendor providing enterprise tooling for GraphQL. First, I absolutely love Capn Proto and the ideas of chaining calls on objects. It's amazing to see what's possible with CapNweb. However, one of the examples compares it to GraphQL, which I think falls a bit short of how enterprises use the Query language in real life. First, like others mentioned, you'll have N+1 problems for nested lists.... - Source: Hacker News / 9 days ago
At WunderGraph, weโve been building toward that future with Cosmo, our GraphQL federation platform. - Source: dev.to / 5 months ago
Today, weโll look at WunderGraph Cosmo โs high-performance, open-source, Federation V1/V2 compatible Router. Weโll cover what it does, why itโs so important to the Cosmo stack, how you can host it yourself, and even customize and extend it with Go code of your own. - Source: dev.to / 7 months ago
To demonstrate field usage metrics in Federation, Iโll be using WunderGraph Cosmo โ a fully open source, fully self-hostable platform for Federation V1/V2 that is a drop in replacement for Apollo GraphOS. - Source: dev.to / over 1 year ago
The inverse is also true. As a technical founder, and maybe even an introvert like me, you should definitely look for a non-technical co-founder who can help you with networking, etc... I found my dream co-founder through YC Co-founder match and what can I say, it's going great. We're focusing on enterprise GraphQL/API solutions (https://wundergraph.com) and I benefit from the networking and communication... - Source: Hacker News / almost 2 years ago
GraphQL Gateway is primarily responsible for serving GraphQL queries to consumers. It takes a query from a client, breaks it into smaller sub-queries, and executes that plan by proxying calls to the appropriate downstream subgraphs. When we started our journey, there was only Apollo Federation in the arena, and we used it. Still, now you can look at other options (e.g. Mercurius, Conductor, Hot Chocolate,... - Source: dev.to / almost 2 years ago
I'm a big fan of tRPC. It's amazing how it pushed TypeScript only stacks to the limit in terms of DX. Additionally, it made the GraphQL community aware of the limitations and tradeoffs of the Query language. At the same time, I think tRPC went through a really fast hype cycle and it doesn't look like we're seeing a massive move away from REST and GraphQL to RPC. That said, we see a lot of interest in RPC these... - Source: Hacker News / about 2 years ago
Starting to sound like a broken record, here. How do we break the cycle? Letโs talk about it, with a look at a free and open-source technologyโ -- โWunderGraphโ -- that can help us. - Source: dev.to / over 2 years ago
WunderGraph | https://wundergraph.com/ | Full-time | Senior Golang Engineer | Remote WunderGraph is the BFF (Backend for Frontend) Framework. Our solution helps developers to manage the API Dependencies of their applications and create BFFs in no time. Our long term vision is to build GitHub for APIs, a collaboration platform for API creators and consumers. At the core of our product is the "Engine", a... - Source: Hacker News / over 2 years ago
WunderGraph is a free and open-source (Apache 2.0 license) Backend-for-Frontend framework, allowing you to declaratively turn your data dependencies โ microservices, databases, and 3rd party APIs โ into a secure, unified, and extensible API exposed over JSON-RPC. - Source: dev.to / over 2 years ago
Fastify is awesome, we use it as part of our backend framework at https://wundergraph.com. Source: over 2 years ago
For this tutorial, letโs build a simple Dashboard for an eCommerce that weโll implement using the BFF pattern. Weโll use Next.js as our frontend, two simple microservices for our data, and WunderGraph as our Backend-for-Frontend. - Source: dev.to / over 2 years ago
WunderGraph founder here. In case you don't know us, here's a link: https://wundergraph.com or GitHub https://github.com/wundergraph/wundergraph. There are many architectural differences, but most importantly WunderGraph is Open Source (Apache 2.0 & MIT) and can run anywhere. It's a simple docker container. We're local first, and you can run WG offline. Our... - Source: Hacker News / over 2 years ago
Full Disclosure, I'm one of the founders of WunderGraph, but I thought I provide my 2 cents. > The backend engineer in me is a little wary of using these and it seems like it will be hard to get off these platforms later We're open source with a Apache-2.0 license and will never switch it. You can also self host it yourself on your architecture or you can host it on ours. What I like about WunderGraph personally... - Source: Hacker News / over 2 years ago
In my career, I've worked with many languages and frameworks, and while all of them have done the job, what stands out with Go is how easily it allows you to express your thoughts in a standard solution that is relatively easy to maintain and explain. With Go, you can get started quickly and scale up without the need for re-architecture. The language is simple to read and comes with all the necessary tools to be... Source: over 2 years ago
Another tool we discovered was wundergraph, which we didn't have the chance to fully explore. However, based on our initial research, it appears to be similar to graphql-mesh but more powerful, using JSON-RPC instead of GraphQL. - Source: dev.to / over 2 years ago
You could run an api gateway in front of your existing apis and only expose the parts that are useful for smaller clients. https://wundergraph.com is very suitable for this. Source: over 2 years ago
> Sounds so easy to deploy a static thing in GitHub pages but so scary to deploy any API on AWS. I like this quote. Might have to borrow it for marketing haha. If you want, give WunderGraph(https://wundergraph.com/) a try. It's a API developer platform and you can host your API in ~ 2 minutes. Here's a video on how to do it in 90 seconds: - Source: Hacker News / over 2 years ago
Hey, just watched the video. This looks super useful! I'm the founder of WunderGraph (https://wundergraph.com) and we allow our users to easily integrate multiple data sources into a virtual graph, which they can then access using GraphQL. You can add various data sources, like GraphQL, Federation, OpenAPI, Databases, etc... I was just thinking, wouldn't it be cool if we could find an easy way to add a "Crul"... - Source: Hacker News / over 2 years ago
If you like the model of fly, but want a simpler abstraction on top, have a look at WunderGraph Cloud. Connect a GitHub repository in a few clicks and we automate deployments, analytics, etc. So what's left for you is to implement an API using TypeScript. On deployment, we even generate a Postman collection, so you can easily share your API. One thing to point out is that we're leveraging fly Machines for... - Source: Hacker News / over 2 years ago
You can run https://wundergraph.com/ in front of your REST endpoints as an API gateway and use the auto generated type safe clients in your frontends. It also supports adding business logic on top of the API and supports writing your own custom resolvers. Source: over 2 years ago
Do you know an article comparing WunderGraph to other products?
Suggest a link to a post with product alternatives.
Is WunderGraph good? This is an informative page that will help you find out. Moreover, you can review and discuss WunderGraph here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.