What is it: A GraphQL server that turns Materialize (materialize.com) views into real-time APIs.
Key features:
Real-time subscriptions: Expose views as GraphQL subscriptions with Hasura-style filters.
Event triggers: Define conditions that fire webhooks when data changes
Fast configuration: YAML config -> GraphQL APIs.
Why I built it: I was exploring whether Materialize could power a financial markets UI, and found getting data to the front-end was the hardest part.