{"id":18146561,"url":"https://github.com/zorbash/observer_live","last_synced_at":"2026-03-16T23:32:13.033Z","repository":{"id":34434994,"uuid":"178554023","full_name":"zorbash/observer_live","owner":"zorbash","description":"A port of observer_cli using LiveView","archived":false,"fork":false,"pushed_at":"2023-01-03T18:56:28.000Z","size":1407,"stargazers_count":213,"open_issues_count":12,"forks_count":14,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-11T10:21:49.847Z","etag":null,"topics":["elixir","liveview","phoenix"],"latest_commit_sha":null,"homepage":"https://liveview.zorbash.com","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/zorbash.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-30T12:10:29.000Z","updated_at":"2024-09-19T11:52:06.000Z","dependencies_parsed_at":"2023-01-15T07:02:41.402Z","dependency_job_id":null,"html_url":"https://github.com/zorbash/observer_live","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zorbash%2Fobserver_live","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zorbash%2Fobserver_live/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zorbash%2Fobserver_live/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zorbash%2Fobserver_live/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zorbash","download_url":"https://codeload.github.com/zorbash/observer_live/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230388131,"owners_count":18217755,"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","liveview","phoenix"],"created_at":"2024-11-01T21:08:15.789Z","updated_at":"2026-03-16T23:32:12.990Z","avatar_url":"https://github.com/zorbash.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ObserverLive\n\nThis is a port of [observer_cli][observer_cli] using phoenix and [LiveView][liveview].\n\n:warning: It's still a work in progress and has not been tested in production.\n\nBlog post: [observer_live][observer_live]\n\nDemo: [Try it][demo]\n\nVideo:\n\n![video](https://i.imgur.com/VVhUvMg.gif)\n\nFor other LiveView examples and demos see [here](https://tefter.io/zorbash/lists/phoenix-liveview-examples).\n\n## Roadmap\n\nThis project may have started as a demo for the capabilities of\nLiveView, but I'm keen to port the rest of observer_cli's ports. Any\nhelp is welcome!\n\nRemaining work:\n\n\u003cdetails\u003e\u003csummary\u003e\u003cstrong\u003eSystem - Cache Hit Info\u003c/strong\u003e\u003c/summary\u003e\n\u003cimg src=\"https://i.imgur.com/U5wa36c.png\" alt=\"cache hit info\"/\u003e\n\nSee: \u003ca href=\"https://github.com/zhongwencool/observer_cli/blob/1.5.0/src/observer_cli_system.erl#L303\"\u003esource\u003c/a\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003e\u003cstrong\u003eETS\u003c/strong\u003e\u003c/summary\u003e\n\u003cimg src=\"https://i.imgur.com/xdBuMC9.png\" alt=\"ets\"/\u003e\n\nSee: \u003ca href=\"https://github.com/zhongwencool/observer_cli/blob/1.5.0/src/observer_cli_ets.erl\"\u003esource\u003c/a\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003e\u003cstrong\u003eMnesia\u003c/strong\u003e\u003c/summary\u003e\n\u003cimg src=\"https://i.imgur.com/rAcsVhW.png\" alt=\"mnesia\"/\u003e\n\nSee: \u003ca href=\"https://github.com/zhongwencool/observer_cli/blob/1.5.0/src/observer_cli.app.src\"\u003esource\u003c/a\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003e\u003cstrong\u003eApp\u003c/strong\u003e\u003c/summary\u003e\n\u003cimg src=\"https://i.imgur.com/rp5C9ty.png\" alt=\"app\"/\u003e\n\nSee: \u003ca href=\"https://github.com/zhongwencool/observer_cli/blob/1.5.0/src/observer_cli_mnesia.erl\"\u003esource\u003c/a\u003e\n\u003c/details\u003e\n\nIf you're interested to help, submit a PR. For questions find me on elixir-lang.slack.com\n\n## Development\n\nTo run it locally:\n\n* Install dependencies with `mix deps.get`\n* Create and migrate your database with `mix ecto.setup`\n* Install Node.js dependencies with `cd assets \u0026\u0026 npm install`\n* Start Phoenix endpoint with `mix phx.server`\n\nNow you can visit [`localhost:4000`](http://localhost:4000) from your browser.\n\n## License\n\nCopyright (c) 2019 Dimitris Zorbas, MIT License.\n\n[observer_cli]: https://github.com/zhongwencool/observer_cli\n[phoenix]: https://github.com/phoenixframework/phoenix\n[demo]: https://liveview.zorbash.com\n[liveview]: https://github.com/phoenixframework/phoenix_live_view\n[observer_live]: https://zorbash.com/post/observer-live/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzorbash%2Fobserver_live","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzorbash%2Fobserver_live","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzorbash%2Fobserver_live/lists"}