{"id":22588499,"url":"https://github.com/evilmarty/oban_live_dashboard","last_synced_at":"2025-10-06T14:53:11.624Z","repository":{"id":186688265,"uuid":"675578976","full_name":"evilmarty/oban_live_dashboard","owner":"evilmarty","description":"A simple Phoenix Live Dashboard for Oban jobs.","archived":false,"fork":false,"pushed_at":"2025-05-03T01:08:15.000Z","size":195,"stargazers_count":53,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-08T17:04:00.672Z","etag":null,"topics":["elixir","elixir-library","elixir-phoenix","hex","oban","phoenix","phoenix-liveview"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/evilmarty.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"evilmarty"}},"created_at":"2023-08-07T08:46:18.000Z","updated_at":"2025-05-03T01:08:18.000Z","dependencies_parsed_at":"2023-09-28T21:51:03.162Z","dependency_job_id":"d83e891f-b6ef-4bd4-a692-8218fd531ccd","html_url":"https://github.com/evilmarty/oban_live_dashboard","commit_stats":null,"previous_names":["evilmarty/oban_live_dashboard"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilmarty%2Foban_live_dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilmarty%2Foban_live_dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilmarty%2Foban_live_dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilmarty%2Foban_live_dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evilmarty","download_url":"https://codeload.github.com/evilmarty/oban_live_dashboard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253112073,"owners_count":21856070,"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":["elixir","elixir-library","elixir-phoenix","hex","oban","phoenix","phoenix-liveview"],"created_at":"2024-12-08T08:09:43.560Z","updated_at":"2025-10-06T14:53:06.567Z","avatar_url":"https://github.com/evilmarty.png","language":"Elixir","funding_links":["https://github.com/sponsors/evilmarty"],"categories":[],"sub_categories":[],"readme":"# Oban Live Dashboard\n\n[![CI](https://github.com/evilmarty/oban_live_dashboard/actions/workflows/ci.yml/badge.svg)](https://github.com/evilmarty/oban_live_dashboard/actions/workflows/ci.yml)\n[![Hex Version](https://img.shields.io/hexpm/v/oban_live_dashboard.svg)](https://hex.pm/packages/oban_live_dashboard)\n[![Hex Docs](http://img.shields.io/badge/hex.pm-docs-green.svg?style=flat)](https://hexdocs.pm/oban_live_dashboard)\n[![Apache 2.0](https://img.shields.io/hexpm/l/oban_live_dashboard)](https://opensource.org/licenses/Apache-2.0)\n\nA simple [Phoenix Live Dashboard](https://github.com/phoenixframework/phoenix_live_dashboard) for [Oban](https://github.com/sorentwo/oban) jobs.\n\n## Installation\n\nFollow these steps to get going.\n\n### 1. Add the `oban_live_dashboard` dependency\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `oban_live_dashboard` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:oban_live_dashboard, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\n### 2. Update LiveView router\n\nNext you'll need to update the `live_dashboard` configuration in your router.\n\n```elixir\n# lib/my_app_web/router.ex\nlive_dashboard \"/dashboard\",\n  additional_pages: [\n    oban: Oban.LiveDashboard\n  ]\n```\n\nThen restart the server and access `/dashboard/oban`.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilmarty%2Foban_live_dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevilmarty%2Foban_live_dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilmarty%2Foban_live_dashboard/lists"}