January 2022 Summaries
4 posts from Wundergraph
Filter
Month:
Year:
Post Summaries
Back to Blog
GraphQL and REST are two different approaches to building APIs, each with its own strengths and weaknesses. GraphQL is a query language that allows for more flexibility and power, but also requires a different architecture and can be less compatible with the web. REST, on the other hand, is a set of constraints that make an API compatible with the web, but can be less flexible. The author argues that GraphQL and REST should not be seen as mutually exclusive, but rather as complementary technologies that can work together to build powerful APIs. By exposing a REST API in front of a GraphQL API, developers can leverage the benefits of both worlds, including scalability, flexibility, and compatibility with the web. This approach allows for caching, batching, and other optimizations that are not possible when using GraphQL alone.
Jan 24, 2022
2,820 words in the original blog post.
WunderGraph is a company that offers a solution to automate API integrations, which are currently a time-consuming and costly task for businesses. The average number of SaaS apps used per company is 137, resulting in a growing need for integrations that is disproportionate to the capacity of existing developers. Building an integration can take up to 20-30 days of development time or $10,337 considering the median developer salary in the US. However, with WunderGraph, this time and cost can be reduced to 3-5 days and $1,654 on average. An integrated software ecosystem has the potential to improve process efficiency and ultimately, time-to-market, leading to additional revenue for businesses. The company behind WunderGraph is biased towards its solution but claims it abstracts away repetitive and manual tasks, generating a single GraphQL API out of all data sources and applications, allowing developers to automatically connect and join different APIs.
Jan 19, 2022
1,030 words in the original blog post.
WunderGraph offers a unique solution to join data from multiple APIs, allowing developers to combine data from different sources into a single GraphQL API without having to write custom code. By using WunderGraph's server-side only GraphQL approach, developers can easily integrate APIs and expose a secure REST API with a typesafe client. This solution is particularly useful for building microservices and combining data from different databases, such as PostgreSQL and MySQL. While it has some drawbacks, including the need to deploy a separate WunderGraph server and learn new concepts, it provides a flexible and efficient way to join data across APIs. Additionally, WunderGraph's JSON Schema-based approach allows for easy modification of the response using "lodash" directives, which can help flatten the response and add new functionality.
Jan 06, 2022
2,545 words in the original blog post.
The text announces WunderGraph, a platform that aims to make API integration as simple as installing an npm package. It highlights the current state of API integration, which involves manual work and proprietary code sharing, leading to inefficiencies and wasted time. The solution is built around GraphQL, a common language for API integrations, and WunderGraph, a runtime engine that combines APIs into a single GraphQL schema. The platform also includes WunderHub, a place where developers can store and share API integrations. The text showcases the benefits of using WunderGraph, including saving time and effort in integrating multiple APIs, generating SDKs for easy consumption, and providing a standardized way to integrate with various backend services.
Jan 02, 2022
2,002 words in the original blog post.