wundergraph-demo
great-bear-hasura
wundergraph-demo | great-bear-hasura | |
---|---|---|
12 | 1 | |
68 | 2 | |
- | - | |
0.0 | 0.0 | |
almost 2 years ago | almost 2 years ago | |
TypeScript | TypeScript | |
- | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
wundergraph-demo
-
NextJS / React SSR: 21 Universal Data Fetching Patterns & Best Practices
If you want to follow along and experience these patterns yourself, you can clone this repository and play around.
-
GraphQL Subscriptions: Why we use SSE/Fetch over Websockets
Thanks to our GraphQL Operation Compiler, we're in a unique position that allows us to only send the "Operation Name" as well as the "Variables" to the server. This approach makes our GraphQL API much more secure as it hides it behind a JSON-RPC API. You can check out an example here, and we're also open sourcing the solution soon.
-
API Gateway - REST upon graphql
I've been working on this problem for a few years actually. What I came to realize is that 99% of all (GraphQL) APIs are private, meaning that we don't expose them to a 3rd party. One aspect of private GraphQL APIs that is almost always true is that the access patterns don't change at runtime, meaning that when deployed to production, the Operations don't change any more. What this means is that in production, we don't really need GraphQL. We don't benefit from GraphQL in production anymore, as we're not writing dynamic Operations. Instead, we could compile the GraphQL Operations that we need into a REST API. This step adds extra complexity, but reduced the attack surface and improves performance. To reduce the overhead, I've created a developer tool. WunderGraph! It compiles your GraphQL APIs into REST Endpoints and generates typesafe clients for them. The DX is still the same, you write GraphQL Operations and use a typesafe client. But behind the scenes, it's just REST. We even generate a Postman Collection, so you can easily share the generated API with your team. Here's a demo if you'd like to try it: https://github.com/wundergraph/wundergraph-demo We're open-sourcing the solution very soon! =)
-
An Inconsistent Truth: Next.js and Typesafety
Alternatively, you can also just run "wunderctl init --template nextjs-starter" to start with the NextJS template. (Obviously you need to install it first: yarn global add @wundergraph/wunderctl@latest)
We're going open source with this solution soon. So, any feedback is appreciated! You can also join our discord and shoot questions. =)
[0]: https://github.com/wundergraph/wundergraph-demo
-
Benchmark: Apollo Federation Gateway v1 vs v2 vs WunderGraph vs mercurius-js
WunderGraph: click here!
-
Apollo Federation 2 is here!!
It's already possible. Here's a demo: https://github.com/wundergraph/wundergraph-demo
-
Anyone implementing Schema Stitching over Apollo Federation?
Shameless plug, you can use Federation, Schema Stitching, REST APIs, etc. all together and even transition from one to the other, here's a demo: https://github.com/wundergraph/wundergraph-demo
- Merge 7 APIs into one unified JSON API and securely consume them from a NextJS application
- Show HN: Merge Apollo Federation, REST and GraphQL APIs Easily
- GitHub - wundergraph/wundergraph-demo: This Repository demonstrates how to combine 7 APIs (4 Apollo Federation SubGraphs, 1 REST, 1 standalone GraphQL, 1 Mock) into one unified GraphQL API which is then securely exposed as a JSON API to a NextJS Frontend.
great-bear-hasura
-
Instant realtime GraphQL with built-in authorization for SQL Server
A couple years ago I built similar backends using both technologies so they could be directly compared. The readmes take you through the architectural decisions: https://github.com/sastraxi/great-bear-postgraphile and https://github.com/sastraxi/great-bear-hasura
What are some alternatives?
blog-django-graphql-hasura - An example implementation of a Django Graphene GraphQL API meshed with Hasura Remote Schemas for auth.
great-bear-postgraphile - Implementation of the Great Bear backend using Graphile (aka postgraphile aka postgraphql)
Hasura - Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
polyglot-persistence-postgres
transferred-stepzen-schemas - A collection of importable GraphQL schemas for use with StepZen.
graphql-zeus - GraphQL client and GraphQL code generator with GraphQL autocomplete library generation ⚡⚡⚡ for browser,nodejs and react native ( apollo compatible )
polyglot-persistence-postgresql-mysql-graphql - This repo demonstrates how to achieve polyglot persistence for PostgreSQL & MySQL using GraphQL as the layer of abstraction.
gqless - a GraphQL client without queries
federation-subscription-tools - A set of demonstration utilities to facilitate GraphQL subscription usage alongside a federated data graph