Guide to the GraphQL Ecosystem

Sdílet
Vložit
  • čas přidán 26. 08. 2024

Komentáře • 102

  • @letranvinhtri
    @letranvinhtri Před 4 lety +84

    I love watching Ben videos because he does not force audiences to use any specific libraries. Instead, he points out libraries pros and cons. Every library is good and made by incredible people.
    Excellent video!. Thanks Ben

    • @jacksontaylor3220
      @jacksontaylor3220 Před 3 lety +7

      Unless it's angular

    • @samuelgunter
      @samuelgunter Před 3 lety +2

      @@user-ez6xb3rf3p AnGuLaR IsN'T A LiBrArY, iT'S A FrAmEwOrK

    • @gokuldinesh8851
      @gokuldinesh8851 Před 3 lety

      @@user-ez6xb3rf3p bruhh. He is just saying his opinion and its more like a joke at this point

  • @NeilTruick
    @NeilTruick Před 4 lety +44

    15:29 - "For this, I'm focusing on React, because that is the framework...excuse me, _library_ that I use."
    Ben, this is only the second video of yours I've watched because I just built my first working GraphQL server using express-graphql and I want to learn more. I clicked the Subscribe button because of the sentence above.

    • @bawad
      @bawad  Před 4 lety +6

      don't forget to follow me on twitter too ;) twitter.com/benawad/status/1185771363388346369

  • @ajaybanstola123
    @ajaybanstola123 Před 4 lety +82

    I'm gonna come to this video later, WHEN I NEED IT.

  • @hsemog
    @hsemog Před 4 lety +6

    Always appreciate you sharing your knowledge Ben! Thank you.

  • @waynevanson277
    @waynevanson277 Před 4 lety +2

    NOW I KNOW! I've definitely had trouble with how all the database services work together, but know I'm more informed. Thank you so much!

  • @PranayPratyush
    @PranayPratyush Před 4 lety +2

    Need more content creators like Ben. If only Ben could analyze every ecosystem for me that would be great.

  • @pranav.bhasin
    @pranav.bhasin Před 2 lety

    I'd love to hear a more recent version of this video

  • @tak68tak
    @tak68tak Před 4 lety +1

    Thanks for a bird view explanation about GraphQL, which is really helpful to get better understanding it.

  • @omemester6985
    @omemester6985 Před 3 lety +1

    Would love to see an updated Prisma review on the channel

  • @ferdinandocoluccelli9574
    @ferdinandocoluccelli9574 Před 4 lety +1

    Hi Ben, thank you for this video that gives a full view of usingGraphQL. You are very clear in your explanation.

  • @Tyler8Oliver
    @Tyler8Oliver Před 4 lety +1

    I personally like to front my data and business layers with either a restful or rpc interface that graphql then communicates to to get the data needed for its consumer.

  • @JonParton
    @JonParton Před 4 lety

    Great run down Ben! Been starting my graphql journey and you hit on all the tech that I've ended up researching and a few more!!
    Thanks for sharing!

  • @petecapecod
    @petecapecod Před 4 lety +2

    Ben that video was awesome 😎 Content: 🔥
    Presentation: 🔥
    Delivery: 🔥

    • @bawad
      @bawad  Před 4 lety +2

      Thank you 🙂

  • @guyman8282
    @guyman8282 Před 4 lety +2

    Personally I love Ariadne (schema first python) for graphql backend and nuxt (vue framework) frontend. Super simple yet super powerful

    • @xiaokourou
      @xiaokourou Před 4 lety

      guyman8282 I like that stack a lot but I’m wondering how you handle offline and sync merge conflicts without using appsync

  • @RiccoSobers
    @RiccoSobers Před 4 lety +1

    Great video. I really like the TypeORM + TypeGraphQL. Even though I'm not a big fan of class syntax (preference) but this seems very efficient. Isn't KnexJS a query builder and Objection uses KnexJS under the hood. Prisma 2's Photon is an interesting ORM

  • @khaldrogo9451
    @khaldrogo9451 Před 3 lety +1

    9:23 - I have come from the future, where the current future of typeorm is uncertain (the maintainer isn't sure if he will be spending more time on it going forward). After much research, I have decided to use mikro-orm instead. Anyone that might be making the same choice, I hope my decision proves helpful.

  • @danieldosen5260
    @danieldosen5260 Před 4 lety +2

    +1 for typeorm and type-graphql. I'm also a big fan of mobx - but am not sure how mature mst-gql is for client-side work. Try it and let us know :)

    • @fullofcaffeine
      @fullofcaffeine Před 4 lety

      I'm using it and albeit I'm finding some bumps along the way, all of them so far were related to the learning curve :) It's actually quite awesome.

  • @andriyleliv4608
    @andriyleliv4608 Před 2 lety

    Great - thank you.

  • @nbaua3454
    @nbaua3454 Před 4 lety

    Bro, you're always awesome with graphql stuff.. love this video. kudos

  • @VladyVeselinov
    @VladyVeselinov Před 4 lety

    When you're dealing with big schemas that you're not familiar top to bottom, code-first gql is REALLY cumbersome to read and detters people from contributing to the codebase. If you're going to work on an app with multiple people, especially large teams, I'd advise you go for the schema-first approach.

    • @bawad
      @bawad  Před 4 lety

      this is where graphql-playground comes in handy to see the entire schema
      I actually like code-first better for large projects because the typedefs and resolvers are together

  • @JuanSB827
    @JuanSB827 Před 4 lety

    This channel is gold

  • @FalconStakepool
    @FalconStakepool Před 2 lety

    Great overview about GraphQL. What would you use for debugging a GraphQL that seems to respond correctly but it's showing the schema incorrectly? I would like to know what's going on but I have no error message.

  • @jerrytab4276
    @jerrytab4276 Před 4 lety

    If you use mongodb and typescript you can use typegoose orm its like typeorm

  • @MrJohn360
    @MrJohn360 Před 4 lety

    Great video, thanks for sharing!

  • @indestructible-today
    @indestructible-today Před 3 lety

    Thanks this really helped me

  • @gersongarrido5153
    @gersongarrido5153 Před 4 lety +2

    Thanks for your videos Ben! I have a little request 🥺, can you make a video using serverless and Apollo server. I couldn't find any good example with a postgres connection.

    • @bawad
      @bawad  Před 4 lety +2

      when I learn serverless, sure

  • @Shoutiez
    @Shoutiez Před 4 lety +1

    Hi Ben, Could you make a video about authentication system and basic product CRUD with this stack. Backend: Node.js + GraphQL + Passport.js(local strategy) + postgresql with sequalize / frontend: react react-apollo?
    I can't find tut video for if you can do this would save my life.

    • @hsemog
      @hsemog Před 4 lety +2

      Niwat A he already did a video a month ago about jwt, graphql and react.

  • @hansjaru
    @hansjaru Před 4 lety +1

    I have used fetchql. very small.

  • @JDiculous1
    @JDiculous1 Před 4 lety

    absolute gold, thanks!!

  • @cuppajoe5777
    @cuppajoe5777 Před 4 lety +1

    I think there's a lot of misconceptions in what GraphQL should be used for; You talked about having to sync your database to the GraphQL schema. A better way is actually to split up the concerns of how you store your data and how that data is accessed and operated upon. GraphQL is a great way to think about what data your application provides without leaking the specifics of how that data is stored. You could have multiple databases in different ways, and unify the access through GraphQL.
    You could argue that generating the types would be helpful, but then you're tying your GraphQL schema to your database and that has the consequence of having to update the schema on each change to underlying data.
    A way to think of this is, when you flesh out details about what your application is about, GraphQL can be a great tool to specify the kinds of data that should be visible in the UI. It's establishing a contract between consumer and provider, rather than implementation details.

    • @bawad
      @bawad  Před 4 lety

      You can pick which fields you expose from the database and still share models

    • @cuppajoe5777
      @cuppajoe5777 Před 4 lety

      @@bawad That is true for TypeORM in this case, but my point was more that you could use GraphQL to define the data that your UI needs, rather than defining the schema 1:1 with the database.
      Coupling GraphQL to your database has its drawbacks. First, you leak information about _how_ your data is stored, rather than _what_. This can make it difficult to keep a consistent schema across services and databases. It also makes scaling very hard when using different data sources. You'll need to define a source of truth for what data is available.
      I say this from my experience working with GraphQL and a variety services with different databases and endpoints. We ended up with a single GraphQL schema that defined the data that should be available in the UI. Types can be based on the data that different services provided, and the resolvers would take care of fetching and prepare the data when being queried. This also tied perfectly in with caching as we can use the schema to verify the schema of data in cache (using in-house tools) and deprecate anything with GraphQL if needed.

    • @bawad
      @bawad  Před 4 lety

      yeah that's a good point, there are times where the data needs for the UI are totally different from the database

  • @planetmall2
    @planetmall2 Před 4 lety

    Great job with this video.

  • @lucasquinnlife
    @lucasquinnlife Před 4 lety

    There's two problems you didn't meation but pretty important. 1. Auth. 2. Local state. 1. This belongs to middleware or server, apollo server could handle this, but others' solutions are pretty different. It confuses many people. 2. How to handle local state in frontend, apollo-client always try to beat Redux, but their solution really sucks, I'm wondering if I should use their solution(I know it's a little combersome, but I really don't want two sources of truth), or set up a separate context store.

    • @bawad
      @bawad  Před 4 lety +1

      1. I like to use middleware for this
      2. for local state I use useState/useReducer

    • @fullofcaffeine
      @fullofcaffeine Před 4 lety

      @@bawad Could you elaborate on how you use `useState`/`useReducer` together with your choice of graphql client/server libs?

    • @bawad
      @bawad  Před 4 lety +1

      I don't mix them. If I need data from the api I use apollo if I need local state I do useState/useReducer

  • @HeitorYT
    @HeitorYT Před rokem

    Nestjs + Fastify + GraphQL + Prisma + PostgreSQL.
    That's a great backend, isn't it?

  • @artakan303
    @artakan303 Před 4 lety

    I noticed you were a big fan of feather js 2 years ago, but you don't mention it any more in the eco-system ? Is there a reason? I just discovered this framework and I think it's great ... Your view on this would be greatly appreciated, thank you.

    • @bawad
      @bawad  Před 4 lety

      I liked it for REST, but didn't find it useful for graphql

  • @devdiedelta2706
    @devdiedelta2706 Před 3 lety

    Thanks so much for all you do. Huge fan . Do you have a patreon ?

  • @ProgrammingwithPeter
    @ProgrammingwithPeter Před 4 lety +1

    I totally love NestJS, is going to get big if it gets a community!

  • @DanishAnton
    @DanishAnton Před 4 lety

    Hey Ben, is SSR not a concern to you when building apps? I'm checking out Gatsby due to built in SSR. As always, great videos!

    • @bawad
      @bawad  Před 4 lety

      It is sometimes
      Gatsby is a good choice

  • @koistya
    @koistya Před 4 lety

    For those who’re curious how a code-first GraphQL API implementation may look like, check out Node.js API Starter Kit on GitHub.

    • @koistya
      @koistya Před 4 lety

      There many useful hidden features. For example, whenever you update PostgreSQL schema (migration), it automatically updates all the TypeScript definitions for db tables and enums (see yarn db:reset).

  • @xiaokourou
    @xiaokourou Před 4 lety

    Hi Ben, great video! One thing I’ve really been struggling with is how to do offline and handle sync merge conflicts without using AWS appsync. I saw a library extending apology called offix and also read about using pouchdb but offix seems too new and pouchdb I think doesn’t map relations? Could really use some advice before I commit to one.

    • @bawad
      @bawad  Před 4 lety

      sorry, don't have any experience with offline syncing

  • @JingTeee
    @JingTeee Před 4 lety

    Does URQL needs graphql? It will increase bundle size.

  • @tjalferes
    @tjalferes Před 4 lety

    thanks

  • @srglmr
    @srglmr Před 3 lety

    I’m new to all these names
    Is this all work in nodejs ? Or is it something else ?

  • @-Jakob-
    @-Jakob- Před 4 lety

    Perfect, almost all the stuff I'm using for my current project is what Ben recommends. type-graphql together with TypeORM is really nice, for SPOT/SSOT's sake, don't miss it.

  • @reinvanimschoot3314
    @reinvanimschoot3314 Před 4 lety

    What is your opinion on the fact that TypeORM has currently over 1k open issues? It feels like the project is just not actively maintained which is why I went with Knex/Objection instead, but I'd be curious to hear why you'd still recommend it.

    • @bawad
      @bawad  Před 4 lety

      Yeah it was unmaintained for a while, but I think it's getting some attention now. But yeah that part of it is unfortunate. If you could mix GraphQL with the Objection/Knex models I would recommend them, but right now only typeorm can do that

  • @vitor14
    @vitor14 Před 4 lety

    Hi Ben, i really like your videos.
    I have a question:
    graphql sacrifice performance in comparation with a rest api? Like in the amount of request per second, i cant find a good benchmark

    • @bawad
      @bawad  Před 4 lety +1

      I don't know of any benchmarks either but graphql is slower . For most applications it should negligible

  • @fullofcaffeine
    @fullofcaffeine Před 4 lety

    Do you have any pointers on how to use join-monster and or data-loader with a typeorm+typegraphql stack?

    • @bawad
      @bawad  Před 4 lety

      Haven't done any videos specifically with join-monster/dataloader and typegraphql, but it should be the same czcams.com/users/results?search_query=benawad+dataloader

  • @JanieLe2109
    @JanieLe2109 Před 4 lety

    hi, could you pls share how do you pass value of date time into a data field of a graphql mutation in the playground? Thanks

    • @bawad
      @bawad  Před 4 lety

      iso formatted string

  • @ComisarioLobo
    @ComisarioLobo Před 4 lety

    Hi Ben, do you know how Gatsby works under the hood with GraphQL? Also do you recommend using NextJS?

    • @bawad
      @bawad  Před 4 lety

      1. I don't
      2. yes

  • @blacklotus1606
    @blacklotus1606 Před 4 lety

    @Ben Awad I have a question if you do not mind, have you ever used Redux when using graphql with apollo-server. and what are your thoughts on using Redux with graphql and apollo-server ? Thank you very much and love your content.

    • @bawad
      @bawad  Před 4 lety +1

      I haven't, I usually use useState/useReducer for local state with graphql

    • @blacklotus1606
      @blacklotus1606 Před 4 lety

      @@bawad okay great, i was looking into it.thanks

    • @Jack-kf9vs
      @Jack-kf9vs Před 3 lety

      i think you can use the zustand

  • @wassim5622
    @wassim5622 Před 4 lety

    Really great vid, but cant i use mysql with graphql ? will i run into problems ?

    • @bawad
      @bawad  Před 4 lety

      you can use any db with graphql including mysql

    • @wassim5622
      @wassim5622 Před 4 lety

      @@bawad Oh, thanks

  • @Hugo280603
    @Hugo280603 Před 4 lety +4

    I wouldn't recommend Prisma, it has a lot of bugs, missing features and they stopped the development for prisma v1 to focus on v2

  • @abhisheksah
    @abhisheksah Před 4 lety

    cool

  • @jacksmith870
    @jacksmith870 Před 4 lety

    Hey ben, what do you do for living? Is youtube your full time work?

    • @bawad
      @bawad  Před 4 lety

      I'm working on www.mysaffronapp.com/ fulltime and youtube part time. I have money saved up from consulting + some comes from youtube ads / patreon

  • @creative-commons-videos

    is realm still active with react native, i am not able to find any latest videos realm database in 2019 or even 2018, all videos are almost 2 years old :) should i use it or not ?

    • @bawad
      @bawad  Před 4 lety +1

      I think realm is dead

  • @mi3lix9
    @mi3lix9 Před 4 lety

    Can we use type graphql with firebase?

    • @bawad
      @bawad  Před 4 lety

      Idk I've never tried firebase

  • @fullofcaffeine
    @fullofcaffeine Před 4 lety

    How do you integrate DataLoader with TypeORM?

    • @fullofcaffeine
      @fullofcaffeine Před 4 lety

      Found an article that might help: codeburst.io/using-dataloader-with-graphql-a-concrete-example-9b21352f1676.

    • @bawad
      @bawad  Před 4 lety +1

      here's one example of how I do it: czcams.com/video/_FQ1ZEWIn2s/video.html

  • @nicky-hajal
    @nicky-hajal Před 4 lety

    What lead you away from Postgraphile/Hasura? I've been trying out Postgraphile and love it in theory, but finding authentication + mixing in my own mutations to be a bit of a bottleneck in reality.

    • @bawad
      @bawad  Před 4 lety

      1. didn't want to write postgres functions
      2. didn't want to use serverless

    • @lucasquinnlife
      @lucasquinnlife Před 4 lety

      I really love hasura, but the biggest problem is auth. Another problem is I don't wanna use many serverless functional, so I'm wondering if I should write native postgres functions in my datadata to achieve some business logic.

  • @tenminutetokyo2643
    @tenminutetokyo2643 Před 4 lety

    DOOD!

  • @TheRandomGuyOnline
    @TheRandomGuyOnline Před 4 lety +1

    Anyone ever tell you that you look like a little bit like Cillian Murphy