{"id":20268894,"url":"https://github.com/commanded/eventstore-dashboard","last_synced_at":"2025-04-11T03:43:32.959Z","repository":{"id":84159235,"uuid":"264393944","full_name":"commanded/eventstore-dashboard","owner":"commanded","description":"Real-time dashboard for EventStore","archived":false,"fork":false,"pushed_at":"2023-03-10T14:44:26.000Z","size":16,"stargazers_count":19,"open_issues_count":2,"forks_count":7,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-10-29T22:37:26.649Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/commanded.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-05-16T08:38:03.000Z","updated_at":"2024-08-05T12:58:35.000Z","dependencies_parsed_at":"2023-09-26T10:03:22.126Z","dependency_job_id":"a3387fbc-1cf6-415e-8367-4b077cabba29","html_url":"https://github.com/commanded/eventstore-dashboard","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"c3171a26a1ec209ff1bda84648bff0681dc5f12f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commanded%2Feventstore-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commanded%2Feventstore-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commanded%2Feventstore-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commanded%2Feventstore-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/commanded","download_url":"https://codeload.github.com/commanded/eventstore-dashboard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247453400,"owners_count":20941260,"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-11-14T12:21:05.248Z","updated_at":"2025-04-11T03:43:32.940Z","avatar_url":"https://github.com/commanded.png","language":"Elixir","readme":"# EventStore Dashboard\n\nEventStore Dashboard is a tool to analyze [`EventStore`](https://hexdocs.pm/eventstore) databases. It provides access to events, streams, snapshots, and subscriptions.\n\nIt works as an additional page for the [`Phoenix LiveDashboard`](https://hexdocs.pm/phoenix_live_dashboard).\n\n![eventstore-dashboard-streams](https://user-images.githubusercontent.com/3167/150383255-eb9005a1-53f6-4c1e-9ef7-4534238ffa3c.png)\n\n![eventstore-dashboard-stream-events](https://user-images.githubusercontent.com/3167/150383321-4062cdf3-c820-4ef1-95ca-bc06cd3dfd31.png)\n\n![eventstore-dashboard-event](https://user-images.githubusercontent.com/3167/150383355-2f3a2e71-b3c5-495f-a79e-398b2f693c98.png)\n\n## Integration with Phoenix LiveDashboard\n\nYou can add this page to your Phoenix LiveDashboard by adding as a page in the `live_dashboard` macro at your router file.\n\n```elixir\nlive_dashboard \"/dashboard\",\n  additional_pages: [\n    eventstores: {EventStore.Dashboard, event_stores: [MyEventStore]}\n  ]\n```\n\nThe `:event_stores` option accept event store names (the `:name` option of your EventStore). By omitting the `:event_stores` option, EventStore Dashboard will try to auto discover your event stores.\n\n```elixir\nlive_dashboard \"/dashboard\",\n  additional_pages: [\n    eventstores: EventStore.Dashboard\n  ]\n```\n\nOnce configured, you will be able to access the EventStore Dashboard at `/dashboard/eventstore`.\n\n## Installation\n\nAdd the following to your `mix.exs` and run mix `deps.get`:\n\n```elixir\ndef deps do\n  [\n    {:eventstore_dashboard, github: \"commanded/eventstore-dashboard\"}\n  ]\nend\n```\n\nAfter that, proceed with instructions described in **Integration with Phoenix LiveDashboard** above.\n\n### Known limitations\n\n* Dynamic event stores are not currently supported.\n* Subscriptions and snapshots have not yet been implemented.\n\n## Contributing\n\nFor those planning to contribute to this project, you can run a dev version of the dashboard with the following commands:\n\n    $ mix setup\n    $ mix dev\n\nAlternatively, run `iex -S mix dev [flags]` if you also want a shell.\n\n## Acknowledgment\n\nThis project is based on the [Broadway Dashboard](https://github.com/dashbitco/broadway_dashboard) tool which is used to analyse [Broadway](https://hex.pm/packages/broadway) pipelines. Thank you to the entire Dashbit team for their inspiration! It also builds upon the excellent [Phoenix LiveDashboard](https://github.com/phoenixframework/phoenix_live_dashboard) project, thank you to the Phoenix framework team.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommanded%2Feventstore-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcommanded%2Feventstore-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommanded%2Feventstore-dashboard/lists"}