{"id":14968803,"url":"https://github.com/supabase/livebooks","last_synced_at":"2025-10-19T09:32:15.103Z","repository":{"id":40185440,"uuid":"451973127","full_name":"supabase/livebooks","owner":"supabase","description":"A collection of Elixir Livebooks for Supabase ","archived":false,"fork":false,"pushed_at":"2023-12-15T16:54:29.000Z","size":43,"stargazers_count":20,"open_issues_count":0,"forks_count":2,"subscribers_count":21,"default_branch":"main","last_synced_at":"2024-04-13T21:54:14.527Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/supabase.png","metadata":{"funding":{"github":["supabase"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null},"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-01-25T17:21:16.000Z","updated_at":"2023-10-06T20:45:56.000Z","dependencies_parsed_at":"2024-04-12T07:56:02.832Z","dependency_job_id":"507e763a-d314-48ad-a330-fd81c60ca5b1","html_url":"https://github.com/supabase/livebooks","commit_stats":{"total_commits":30,"total_committers":2,"mean_commits":15.0,"dds":0.09999999999999998,"last_synced_commit":"8421b0600d8b48fb5d9d6264b3210e037c0f4a3f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supabase%2Flivebooks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supabase%2Flivebooks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supabase%2Flivebooks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supabase%2Flivebooks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/supabase","download_url":"https://codeload.github.com/supabase/livebooks/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219877371,"owners_count":16554883,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T13:40:35.760Z","updated_at":"2025-10-19T09:32:09.802Z","avatar_url":"https://github.com/supabase.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/supabase"],"categories":[],"sub_categories":[],"readme":"# Supabase Livebooks\n\nThis is a collection of Elixir Livebooks used to do various things with your Supabase deployement.\n\n## Get Started\n\nTo get started using this with your own Supabase deployment clone this repo and:\n\n- Edit the `app` name in `fly.toml` config\n\n- Deploy it to your fly.io account: `fly deploy`\n\n- Make sure to set the Livebook password: `fly secrets set LIVEBOOK_PASSWORD=your_password`\n\n## Livebooks\n\n`prom_poller.livemd`\n\n- Polls a project Prometheus compatible endpoint and graphs the metric of choice.\n- [Run in Livebook](https://livebook.dev/run?url=https%3A%2F%2Fgithub.com%2Fsupabase%2Flivebooks%2Fblob%2Fmain%2Flivebooks%2Fprom_poller.livemd)\n\n`logflare_websocket_ingest.livemd`\n\n- Send logs to Logflare via websockets!\n- [Run in Livebook](https://livebook.dev/run?url=https%3A%2F%2Fgithub.com%2Fsupabase%2Flivebooks%2Fblob%2Fmain%2Flivebooks%2Flogflare_websocket_ingest.livemd)\n\n`query_postgres.livemd`\n\n- Query Postgres easily!\n- [Run in Livebook](https://livebook.dev/run?url=https%3A%2F%2Fgithub.com%2Fsupabase%2Flivebooks%2Fblob%2Fmain%2Flivebooks%2Fquery_postgres.livemd)\n\n`mint_jwt.livemd`\n\n- Create a JWT with a secret.\n- [Run in Livebook](https://livebook.dev/run?url=https%3A%2F%2Fgithub.com%2Fsupabase%2Flivebooks%2Fblob%2Fmain%2Flivebooks%2Fmint_jwt.livemd)\n\n`postgres_wal_to_logflare.livemd`\n\n- Subscribe to the Postgres write-ahead log and send records to Logflare.\n- [Run in Livebook](https://livebook.dev/run?url=https%3A%2F%2Fgithub.com%2Fsupabase%2Flivebooks%2Fblob%2Fmain%2Flivebooks%2Fpostgres_wal_to_logflare.livemd)\n\n`supavisor_demo.livemd`\n\n- Demo of the Supavisor connection pooler.\n- [Run in Livebook](https://livebook.dev/run?url=https%3A%2F%2Fgithub.com%2Fsupabase%2Flivebooks%2Fblob%2Fmain%2Flivebooks%2Fsupavisor_demo.livemd)\n\n`supavisor_qa.livemd`\n\n- QA Supavisor.\n- [Run in Livebook](https://livebook.dev/run?url=https%3A%2F%2Fgithub.com%2Fsupabase%2Flivebooks%2Fblob%2Fmain%2Flivebooks%2Fsupavisor_qa.livemd)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupabase%2Flivebooks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsupabase%2Flivebooks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupabase%2Flivebooks/lists"}