rql
Resource Query Language for REST (by a8m)
graphql-go
An implementation of GraphQL for Go / Golang (by graphql-go)
rql | graphql-go | |
---|---|---|
2 | 11 | |
352 | 10,036 | |
0.3% | 0.4% | |
2.6 | 0.0 | |
9 months ago | 28 days ago | |
Go | Go | |
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.
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.
rql
Posts with mentions or reviews of rql.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-26.
-
JQL in go
There is rql (resource query language), but it does not seem to be feature-complete and rather inactive. Maybe it would be a good starting point, though.
- Building a new programming language...
graphql-go
Posts with mentions or reviews of graphql-go.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-25.
-
Who moved my error codes? Adding error types to your GoLang GraphQL Server
And gqlgen is not alone in this. We found several more GraphQL frameworks that don’t take it upon themselves to address this problem. Widely used GraphQL server implementations, such as graphql-go/graphql and Python’s graphene, have the exact same gap of exposing messages of unexpected errors by default.
-
“Go is hard to justify unless at massive scale”
I have briefly looked into this and leaning towards GraphQL Go but don't yet know how it'll all come together. I'd prefer to stick with GraphQL if I can without it getting messy.
-
Am I being too picky when looking for a graphql tutorial?
The tutorial uses the https://github.com/graphql-go/graphql
-
What I've learned this week?
graphql-go. I use this to help me to implement the GraphQL.
-
What's your experience with Go and GraphQL? Learning Go coming from Node
I've done a bit of research and have found 99designs/gqlgen and graphql-go/graphql but I would like to hear from your experience.
-
State of GraphQL packages in Go?
Dude to readability and friendliness being my biggest concern, I decided to use https://github.com/graphql-go/graphql. First drawback I noticed is that you don’t have the option for a playground baked into your server. I’ve been using hoppscotch for testing my operations as a workaround. Only real struggle I faced was dealing with nullable arguments, but I grew to realize that it’s more of a feature
-
Graphql with Golang help
Best resource for learning stuff is the docs imo. The most popular library currently for graphql in Go is this one GitHub graphql-go/graphql.
-
What is the best or one of the best go library to implement a server based on Graphql?
For my current project we use ent (https://entgo.it) + gqlgen and its a really nice combo. As well as the two other popular graphql libraries for go (https://github.com/graphql-go/graphql and https://github.com/graph-gophers/graphql-go), I’ve also kept my eyes on graphjin (https://github.com/dosco/graphjin) and thunder (https://github.com/samsarahq/thunder) but to me there is no reason to not use ent with gqlgen - it’s just so nice :)
-
Tried to Create Crud API Gin+Gorm+GraphQL(gqlgen)
gqlgen is GraphQL server library. There are some graphql libraries for golang such as graphql-go/graphql. But I selected gqlgen becuase I really like a point of generating code after I defined schema.
-
Learning Go: What I've learned in 9 months
A GraphQL server as an API Gateway for REST endpoints using graphql-go/graphql
What are some alternatives?
When comparing rql and graphql-go you can also consider the following projects:
graphql - graphql parser + utilities
gqlgen - go generate based graphql server library
rqp - Query Parser for REST
jsonql - JSON query expression library in Golang.
api-fu - A collection of Go packages for creating robust GraphQL APIs