services VS graphql-mesh

Compare services vs graphql-mesh and see what are their differences.

services

Real World Micro Services (by micro)

graphql-mesh

The Graph of Everything - Federated architecture for any API service (by ardatan)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
services graphql-mesh
29 12
1,233 3,170
0.5% -
5.5 9.9
9 days ago 1 day ago
Go TypeScript
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

services

Posts with mentions or reviews of services. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-29.
  • Go Framework: No Framework?
    11 projects | news.ycombinator.com | 29 Nov 2022
    We used Micro to build and offer Micro services on M3O. Every API to you see there is powered by the open source equivalent Micro service here https://github.com/micro/services
  • [API Request] - looking for Whatsapp status tracker API
    2 projects | /r/api | 22 Nov 2022
    I will make a note here https://github.com/micro/services/issues/262
  • Real World Micro Services
    2 projects | /r/selfhosted | 3 Oct 2022
    I shared this post in a few developer communities like Hacker News and it was well received. Over the past few years I've been working on an open source project called Micro, an API first development platform and I'm now sharing Micro Services, a catalog of reusable real world Micro services.
    16 projects | news.ycombinator.com | 28 Sep 2022
    Thanks, that made now more sense. I'd put this condensed together with https://micro.dev/blog/2022/09/27/real-world-micro-services.... more prominently to the readme of https://github.com/micro/services ! Looking at that github alone makes it hard to commect the context.
  • Show HN: M3O – Universal Public API Interface
    1 project | /r/patient_hackernews | 26 Apr 2022
    1 project | /r/hackernews | 26 Apr 2022
    7 projects | news.ycombinator.com | 25 Apr 2022
    Thanks for the comments and questions. I'll do my best to answer them.

    > Are things hosted on some other cloud provider, if so where? What region?

    Our core platform is currently hosted on DigitalOcean in the London region. That will expand to multiple regions and multiple providers over time. We did start that way many years ago but with a small team it's hard to manage.

    > What about uptime? If I end up building an application with all of these APIs, I do need a bit more confidence that things will be stable.

    We want to be able to provide uptime guarantees in the near future. Right now I'll say based on our experience running it in the past 9-12 months it's feeling like four 9s verging on 5 but I don't want to jinx us. We are dependent on our providers but we're also people who have managed platforms for many years.

    > the crypto endpoint looks interesting, but for me, it would be quite crucial to know where the data is from? How often is it updated?

    Our crypto APIs are currently powered Finage.co.uk. We do some level of caching on our side but only for 5-10 mins. I'll try add some details around that in the overview. You can see the source at https://github.com/micro/services

  • M3O - Serverless API Backend
    1 project | /r/serverless | 13 Apr 2022
  • Zapier: The $5B Unbundling Opportunity
    2 projects | news.ycombinator.com | 12 Apr 2022
    We're playing in this space with M3O (https://m3o.com) but focused very much on making APIs programmable as opposed to completely doing away with the code.
  • M3O - A serverless API backend
    1 project | /r/JAMstack | 12 Apr 2022

graphql-mesh

Posts with mentions or reviews of graphql-mesh. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-19.
  • LlamaAcademy: Teach GPTs to understand API documentation with LoRA
    4 projects | news.ycombinator.com | 19 Apr 2023
    I played with building out a graphql mesh [0] of a few different APIs as I was curious to see if I could build one schema (and subsets of it) and have GPT interface over that. Turns out, it did a pretty good job if you can provide it the right portions of the schema it needs.

    It also helped out when I was struggling to reconcile with how large of JSON payloads I was getting. The REST endpoints are just killing the prompt size, but having the model choose the fields it needed from GraphQL really helped out there.

    Put it down for a while until I can get access to the plugin fine-tuned version of chatgpt and see if there's still a need or if it is additive still.

    [0] https://github.com/Urigo/graphql-mesh/

  • Uncovering Frontend Data Aggregation: Our Encounter with BFF, GraphQL, and Hydration
    3 projects | dev.to | 22 Mar 2023
    graphql-mesh is a tool that allows you to integrate backend microservices (whether they are REST with OpenAPI specs, GraphQL, etc.) into a single GraphQL Gateway. It's easy to set up as it generates schemas, queries, and mutations based on the provided specifications. You only need to implement additional properties for data aggregation
  • Are there any good GraphQL "passthrough" solutions?
    3 projects | /r/java | 18 Aug 2022
    You might be able to integrate existing API's with https://www.graphql-mesh.com/ but keep in mind this will add latency and you won't get all the full benefits of implementing native graphql services.
  • Show HN: M3O – Universal Public API Interface
    7 projects | news.ycombinator.com | 25 Apr 2022
  • How not to learn GraphQL
    8 projects | dev.to | 14 Feb 2022
    Recent projects such as GraphQL Mesh or products such as Hasura Cloud proved that GraphQL has a purpose beyond the simple front-end/mobile apps fetching challenges.
  • Join multiple GraphQL APIs without Schema Stitching or Federation
    3 projects | /r/graphql | 6 Jan 2022
    I’ve seen more products letting you join/merge GraphQL schemas independent of schema stitching or federation. Have a look at GraphQL Mesh or StepZen.
  • Improving microservice architecture with GraphQL API gateways
    4 projects | dev.to | 9 Aug 2021
    Libraries like GraphQL Mesh, on the other hand, automatically stitch multiple data sources into one single GraphQL API. This can save development time, but, like libraries that do a lot for you, you may need to provide custom overrides.
  • GraphQL Mesh as a Gateway | Episode #1
    1 project | dev.to | 8 Aug 2021
    GraphQL Mesh acts as a proxy to your existing APIs, and gives you the developer ultimate control over how data is retrieved. It doesn't matter if your API is GraphQL, gRPC, Swagger, Postgres, and non-typed APIs. GraphQL Mesh can figure out how to transform your GraphQL query to the respective API.
  • Making Open Source Easy - Orchestrating the Open Source Contribution Workflow
    8 projects | dev.to | 29 Jul 2021
    Doing this was pretty simple. You can find the repo here which is used as the master repository to push all the labels downstream and we still retain the repo specific labels in their own repository (like this)
  • Webhooks as GraphQL Subscriptions using GraphQL Mesh
    1 project | dev.to | 29 Jul 2021
    You can find a complete working example on GitHub

What are some alternatives?

When comparing services and graphql-mesh you can also consider the following projects:

m3o - Serverless Micro Services

apollo-server - 🌍  Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more.

next-runtime - The Next.js Runtime allows Next.js to run on Netlify with zero configuration

mercurius - Implement GraphQL servers and gateways with Fastify

micro - A Go service development platform

openapi-to-graphql - Translate APIs described by OpenAPI Specifications (OAS) into GraphQL

hypermerge - Build p2p collaborative applications without any server infrastructure in Node.js

graphql-transform-federation - Convert your existing GraphQL schema into a federated schema

qurandatabase - XML formatted Quran Database from QuranDatabase.org

apollo-angular - A fully-featured, production ready caching GraphQL client for Angular and every GraphQL server 🎁

logseq - A local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base. Use it to organize your todo list, to write your journals, or to record your unique life.

Hasura - Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.