{"id":18352764,"url":"https://github.com/membraneframework/kino_membrane","last_synced_at":"2026-04-06T00:02:15.686Z","repository":{"id":176740011,"uuid":"656277788","full_name":"membraneframework/kino_membrane","owner":"membraneframework","description":"Utilities for introspecting Membrane pipelines in Livebook","archived":false,"fork":false,"pushed_at":"2024-08-05T12:20:22.000Z","size":330,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-09-07T10:36:06.378Z","etag":null,"topics":[],"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/membraneframework.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-20T16:03:18.000Z","updated_at":"2025-07-30T09:28:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"4ea4cc2a-caf0-4fd3-9078-7520d80d3c5b","html_url":"https://github.com/membraneframework/kino_membrane","commit_stats":null,"previous_names":["membraneframework/membrane_kino_dashboard"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/membraneframework/kino_membrane","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/membraneframework%2Fkino_membrane","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/membraneframework%2Fkino_membrane/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/membraneframework%2Fkino_membrane/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/membraneframework%2Fkino_membrane/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/membraneframework","download_url":"https://codeload.github.com/membraneframework/kino_membrane/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/membraneframework%2Fkino_membrane/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274026708,"owners_count":25209739,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-05T21:37:15.061Z","updated_at":"2026-04-06T00:02:15.656Z","avatar_url":"https://github.com/membraneframework.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kino Membrane\n\n[![Hex.pm](https://img.shields.io/hexpm/v/kino_membrane.svg)](https://hex.pm/packages/kino_membrane)\n[![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](https://hexdocs.pm/kino_membrane)\n[![CircleCI](https://circleci.com/gh/membraneframework/kino_membrane.svg?style=svg)](https://circleci.com/gh/membraneframework/kino_membrane)\n\nUtilities for introspecting [Membrane](https://membrane.stream) pipelines in [Livebook](https://livebook.dev/).\n\n![kino_membrane](https://github.com/membraneframework/kino_membrane/assets/16493463/8606e631-a851-4234-93b9-db8eeb3cdfe4)\n\n\n## Installation\n\nThe package can be installed by adding `kino_membrane` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n\t{:kino_membrane, \"~\u003e 0.2.0\"}\n  ]\nend\n```\n\nor by calling\n\n```elixir\nMix.install([:kino_membrane])\n```\n\n## Usage\n\nTo run the pipeline dashboard, install `:kino_membrane` as described above, and type the following in a [Livebook](https://livebook.dev/) cell:\n\n```elixir\nKinoMembrane.pipeline_dashboard(pipeline)\n```\n\nThe pipeline can either be started within the Livebook (see [example](examples/pipeline_in_livebook.livemd)) or you can connect to a node where the pipeline is running (see [example](examples/connect_to_node.livemd)).\n\n## Development\n\nThis package contains JavaScript subproject. It's precompiled, so you only need to compile them if you change its code or need to generate a source map. In that case, run\n\n```sh\nmix setup # fetches JS and Elixir deps\nmix build # compiles JS and Elixir code\n```\n\nor compile each project manually\n\n```sh\nnpm ci --prefix assets\nnpm run build --prefix assets\nmix deps.get\nmix compile\n```\n\n## Copyright and License\n\nCopyright 2020, [Software Mansion](https://swmansion.com/?utm_source=git\u0026utm_medium=readme\u0026utm_campaign=kino_membrane)\n\n[![Software Mansion](https://logo.swmansion.com/logo?color=white\u0026variant=desktop\u0026width=200\u0026tag=membrane-github)](https://swmansion.com/?utm_source=git\u0026utm_medium=readme\u0026utm_campaign=kino_membrane)\n\nLicensed under the [Apache License, Version 2.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmembraneframework%2Fkino_membrane","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmembraneframework%2Fkino_membrane","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmembraneframework%2Fkino_membrane/lists"}