GraphQL for Event Driven Architecture

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • graphql-eventbus

    GraphQL layer to publish and consume events from any message broker

  • Hey guys, I've been working on a GraphQL library for typescript that enables building event driven architecture using GraphQL schema. It can be used to publish and consume events in a type safe way using any message broker (Kafka, .RabbitMQ, PubSub etc). I built this library to scratch my own itch when I was trying to building a type safe event driven communication between microservices: JSON schema and protobuf didn't feel elegant and were too verbose so I thought why not GraphQL. You can read more in my blog post here: https://graphql-eventbus.vercel.app/blog

    Youtube Intro Video: https://www.youtube.com/watch?v=XLbShOmkKk0

    Github: https://github.com/skk2142/graphql-eventbus

    Docs: https://graphql-eventbus.vercel.app/

    I'd love to get your feedback!

  • spec

    CloudEvents Specification (by cloudevents)

  • Curious why you decided to go for GraphQL instead of something like Cloud Events spec (https://cloudevents.io)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts