supabase / livebooks

A collection of Elixir Livebooks for Supabase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supabase Livebooks

This is a collection of Elixir Livebooks used to do various things with your Supabase deployement.

Get Started

To get started using this with your own Supabase deployment clone this repo and:

  • Edit the app name in fly.toml config

  • Deploy it to your fly.io account: fly deploy

  • Make sure to set the Livebook password: fly secrets set LIVEBOOK_PASSWORD=your_password

Livebooks

prom_poller.livemd

  • Polls a project Prometheus compatible endpoint and graphs the metric of choice.
  • Run in Livebook

logflare_websocket_ingest.livemd

query_postgres.livemd

mint_jwt.livemd

postgres_wal_to_logflare.livemd

  • Subscribe to the Postgres write-ahead log and send records to Logflare.
  • Run in Livebook

supavisor_demo.livemd

supavisor_qa.livemd

About

A collection of Elixir Livebooks for Supabase


Languages

Language:Dockerfile 100.0%