Postgres GraphQL in minutes! Hasura GraphQL Engine

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 14

  • @Mensclubhealth
    @Mensclubhealth Год назад +1

    This is really helpfull man thanks

  • @wadehenning6161
    @wadehenning6161 4 года назад

    I love this video-- gives me chills seeing what is possible with this framework.

  • @Kabootari9
    @Kabootari9 3 года назад

    Thank you for such a precise, crisp and helpful video :)

  • @rahul_bali
    @rahul_bali 4 года назад

    This is mind blowingly Cool Thanks bro

  • @rawgov
    @rawgov 3 года назад

    Is it possible to customize the graphql resolvers in order to implement some complex logic?
    That one thing is what scares me away from serverless solutions. I've tried AWS AppSync and it was a nightmare to have to deal with having to write custom AWS Lambda functions that would overwrite the default methods and work with velocity template stuff etc. I'm now working with a Django API with Graphene for the GraphQL part and I like how much control it gives me in designing stuff. Of course the disadvantage is that it is not as straightforward and effortless to set up as what we're looking at here, but it pays off in the long run in letting us do some complex stuff that might crop up later on.

  • @donwarren3253
    @donwarren3253 4 года назад +12

    Who codes in Times New Roman?

    • @hamzasaeed8330
      @hamzasaeed8330 4 года назад

      For some reason I find it better looking than some current fonts :/

  • @rustonemperua5382
    @rustonemperua5382 5 лет назад +2

    Hi, if I use hasura in my new project. Do I still need express or laravel backend? Sorry, I'm completely new to this

    • @williamhenry661
      @williamhenry661 5 лет назад +3

      No, Hasura handles all of that for you. It serves you a GraphQL API which is connected to a postgres database

    • @floridacm86
      @floridacm86  5 лет назад +2

      Ruston, you do not! This is all done on the hasura graphql engine, and does not involve any bulky frameworks or setups.

    • @dramakamard
      @dramakamard 4 года назад

      But (completing all you guys have said), if you have another API with Express, or whatever, and you want to apply this code onto your app, Hasura let you to join that external API to the GraphQL basic API that has been built with it. It's ridiculously awesome.

    • @centuxdevelopment5419
      @centuxdevelopment5419 4 года назад

      Hasura now handles cron jobs for you.

  • @ZoneZap
    @ZoneZap 5 лет назад +1

    Hello, does this also work with an existing project having mLab (cloud mongodb database) if I follow through this tutorial? Schemas, type definitions and resolvers are already defined in the server. So I want to migrate an existing app to docker and Hasura.

    • @skryonline5825
      @skryonline5825 3 года назад

      Hasura works only with Postgres. Sorry, pal