11
iamkrid
6y

GraphQL wrapper on golang wrapper of devRant

Project Type
Open source idea
Summary

GraphQL wrapper on golang wrapper of devRant

Description
I always think that fetching the rants and information about users shouldn’t be redundant. And I want to try something with go and graphql.
Tech Stack
Golang, GraphQL
Comments
  • 0
    GoLang Wrapper...
    Is this a wrapper for the devrant API?
    For Go Console applications and webservices?
  • 0
    @TylerDDevRant yeah. But that’s unofficial and posted on devRant’s website.
  • 0
    Soooo...
    I think that is not how GraphQL works.
    Imo GraphQL is a type of no-sql database where nodes are connected with ids to enable wild kinds of sql selections.

    I think it is necessary to access a no sql database which isn't structured like an ordinary relationship model.
  • 1
    @TylerDDevRant I think your idea is what neo4j is and I actually work in GraphQL and it’s not a database.

    I know it’s sometimes confusing that SQL is a database and a language for APIs is also a QL. Understandable.
  • 0
    Yeah. I know. QL stands for QueryLanguage.

    Hmmm...
    I will trade a look in the next few days, whether there is a good docker image for a go-lang compiler.

    If that is the case, I consider to jump on board ^^
  • 0
    Would you be so kind to share a link to your github repository for this project?
  • 0
    @TylerDDevRant GraphQL is kinda cool new gen language that wraps around other APIs or make its own data calls to your database.

    There’s one good GraphQL-go package.
  • 0
    @TylerDDevRant yeah. But for now there’s nothing in it yet.

    I’m thinking of making it once I get few likes.

    I’m gonna have to change from private to public.

    Let me share it in a while.
  • 0
Add Comment