join-monster VS graphql-directive-rest

Compare join-monster vs graphql-directive-rest and see what are their differences.

join-monster

A GraphQL to SQL query execution layer for query planning and batch data fetching. (by join-monster)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
join-monster graphql-directive-rest
3 1
2,656 40
0.3% -
6.6 0.0
1 day ago over 1 year ago
JavaScript JavaScript
MIT License 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.

join-monster

Posts with mentions or reviews of join-monster. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-08.
  • Understanding TTFB Latency in DJango - Seems absurdly slow after DB optimizations even locally
    4 projects | /r/django | 8 Dec 2023
    GraphQL could be efficiently translated into SQL and things certainly try, but the only thing close to a "bulletproof" implementation I found was Join Monster (https://github.com/join-monster/join-monster) in NodeJS-land and even that I think is now mostly abandoned. GraphQL as a system was built assuming random-access to data stores is ~free because that's what Facebook has, but the rest of us don't :)
  • Ask HN: Nested Resources in REST/HTTP API URLs?
    3 projects | news.ycombinator.com | 18 Aug 2022
    REST is not a strict specification and it's not a single implementation, you can just start doing it.

    That said, I wouldn't recommend going the allow everything flexible resolver way like GraphQL: it's terrible for performance (eg. most APIs use N+1 queries unless you have something like https://github.com/join-monster/join-monster), the complexity of the codebase skyrockets and having to specify all the fields you want is not exactly ergonomic in most situations.

  • GraphQL Is a Trap?
    18 projects | news.ycombinator.com | 6 May 2022

graphql-directive-rest

Posts with mentions or reviews of graphql-directive-rest. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-29.
  • What You Need to Know About GraphQL Directives
    2 projects | dev.to | 29 Apr 2021
    In this case, @rest is a custom directive that can be applied to a query. In the above example, we've supplied only one argument to the directive (endpoint). StepZen uses this directive to write the resolver that handles the getArticles query so that it can connect this query to data from the supplied REST endpoint. StepZen has a similar directive, @dbquery, for connecting a database backend. There are also community implementations of a similar @rest directive.

What are some alternatives?

When comparing join-monster and graphql-directive-rest you can also consider the following projects:

ent - An entity framework for Go

transferred-stepzen-schemas - A collection of importable GraphQL schemas for use with StepZen.

trustfall - A query engine for any combination of data sources. Query your files and APIs as if they were databases!

parse-server - Parse Server for Node.js / Express

genql - Type safe TypeScript client for any GraphQL API

graphql-cost-analysis - A Graphql query cost analyzer.

Sqlmancer - Conjure SQL from GraphQL queries 🧙🔮✨

json-graphql-server - Get a full fake GraphQL API with zero coding in less than 30 seconds.

objection-filter - Filter objection.js models over HTTP using complex search queries

pycon-graphql

postgrest - REST API for any Postgres database

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