Best of Hasura2022

  1. 1
    Article
    Avatar of hasuraHasura·4y

    Next.js 13 Nested Layouts, Streaming SSR with Realtime GraphQL

    Next.js, the open-source React framework by Vercel, has released version 13, laying the foundations to be dynamic without limits. In this post, we will build a mini e-commerce store where you can view the products on sale, order one, and see a real-time feed of orders.

  2. 2
    Article
    Avatar of hasuraHasura·4y

    Building real-time chat apps with GraphQL streaming subscriptions

    With Hasura, you can create chat apps straight from your data models without the need of any other infrastructure. We have built out a realtime chat app that uses the Streaming Subscriptions feature in Hasura. It fetches the last 10 messages from the messages table and then streams all new messages using the newly added Streaming API.

  3. 3
    Article
    Avatar of hasuraHasura·4y

    Introducing GraphQL Joins for federating data across GraphQL services

    GraphQL Joins can be tried out in a few simple steps with Hasura. Add any two GraphQL compliant schemas to Hasura as a Remote Schema. All your favourite public GraphQL APIs like GitHub, Contentful, GraphCMS can be added and used to set up remote relationships.

  4. 4
    Article
    Avatar of hasuraHasura·4y

    PostgreSQL 15 released: Top things to know

    Postgres 15 is a stable release of their latest major version of their major version 15. Let us look at the top features and changes in this release and how it will impact usage going forward. The MERGE command is one of the newest additions to the Postgres DB with the v15 release. Most vendors currently support the latest Postgres v14.4 stable release.

  5. 5
    Article
    Avatar of hasuraHasura·4y

    Top PostgreSQL Database Free Tier Solutions

    Neon is a company that provides fully managed serverless Postgres databases. It automatically scales your database based on the project workload and only charges you for the amount of resources used. Fly.io Fly is a global distribution platform that allows you to deploy and run applications close to the users.

  6. 6
    Article
    Avatar of hasuraHasura·4y

    A Simple, Realtime, Event Driven Architecture with QR Codes

    The QR code is likely to be an indelible (if not marginally insecure) mainstay in contemporary culture for some time. Given the right client, scanning this code and requesting the underlying URL can trigger any number of custom behaviors. Using Hasura, we can simplify the API for these services. Hasura can store the messages, the associated QR code, and act as the destination for scans.