This is a collection of Elixir Livebooks used to do various things with your Supabase deployement.
To get started using this with your own Supabase deployment clone this repo and:
-
Edit the
app
name infly.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
prom_poller.livemd
- Polls a project Prometheus compatible endpoint and graphs the metric of choice.
- Run in Livebook
logflare_websocket_ingest.livemd
- Send logs to Logflare via websockets!
- Run in Livebook
query_postgres.livemd
- Query Postgres easily!
- Run in Livebook
mint_jwt.livemd
- Create a JWT with a secret.
- Run in Livebook
postgres_wal_to_logflare.livemd
- Subscribe to the Postgres write-ahead log and send records to Logflare.
- Run in Livebook
supavisor_demo.livemd
- Demo of the Supavisor connection pooler.
- Run in Livebook
supavisor_qa.livemd
- QA Supavisor.
- Run in Livebook