{"id":51005514,"url":"https://github.com/interopio/dash-example","last_synced_at":"2026-06-20T20:02:11.457Z","repository":{"id":72475223,"uuid":"280385240","full_name":"InteropIO/dash-example","owner":"InteropIO","description":"Example of the Glue42 Dash Library (Python)","archived":false,"fork":false,"pushed_at":"2025-04-22T08:54:00.000Z","size":71806,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-22T09:57:08.995Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/InteropIO.png","metadata":{"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":"2020-07-17T09:35:57.000Z","updated_at":"2025-04-22T08:54:03.000Z","dependencies_parsed_at":"2024-02-12T10:44:57.862Z","dependency_job_id":null,"html_url":"https://github.com/InteropIO/dash-example","commit_stats":null,"previous_names":["glue42/glue-dash-example"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/InteropIO/dash-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InteropIO%2Fdash-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InteropIO%2Fdash-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InteropIO%2Fdash-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InteropIO%2Fdash-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InteropIO","download_url":"https://codeload.github.com/InteropIO/dash-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InteropIO%2Fdash-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34583589,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"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":"2026-06-20T20:02:01.939Z","updated_at":"2026-06-20T20:02:11.447Z","avatar_url":"https://github.com/InteropIO.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Overview\n\nThis repository contains examples of how to use the Glue42 Dash library. For convenience, the setup is created with pure Python. Each example is individually separated and logically grouped in a folder.\n\n\u003e [!NOTE]\n\u003e The tutorial code in this repository is only to be used as an example and an educational source. It is not guaranteed to be production-ready or kept up to date with respect to vulnerabilities and out of date dependencies.\n\n# Documentation\n\nFor more information on how to use the Glue42 Dash library, see the [official documentation](https://docs.glue42.com/getting-started/how-to/glue42-enable-your-app/dash/index.html).\n\n# Setup\n\n1. Use the Python \u003e= 3.7. You can use [pyenv](https://github.com/pyenv/pyenv) to easily manage Python versions on your machine.\n\n2. Setup and activate Python virtual environment in the root folder (more detailed instructions on how to setup Dash can be found [here](https://dash.plotly.com/installation)):\n\n```sh\npython -m virtualenv venv\n\n# Unix\nsource venv/Scripts/activate\n\n# Windows\n.\\venv\\Scripts\\activate.bat\n```\n\n3. Install required packages:\n\n```sh\npip install -r requirements.txt\n```\n\n# Virtual Environment activation\n\n```sh\n# Unix\nsource venv/Scripts/activate\n\n# Windows\n.\\venv\\Scripts\\activate.bat\n```\n\n# Run example\n\n1. [Setup](#setup) and active the [virtual environment](#virtual-environment-activation).\n\n2. Basic examples contain one or more Dash or JavaScript applications. There is also an `index.html` to help preview the applications in [**Glue42 Core**](https://glue42.com/core/). Go to an example folder (e.g. `/interop/register-invoke-method`) and run the following:\n\n```sh\n# Unix\nexport FLASK_ENV=development\nexport FLASK_APP=run.py\n\n# Windows\nset FLASK_ENV=development\nset FLASK_APP=run.py\n\npython -m flask run\n```\n\n## Glue42 Core \n\nTo view an example running in [**Glue42 Core**](https://glue42.com/core/) environment, open [http://localhost:5000](http://localhost:5000) in your browser.\n\n## Glue42 Enterprise\n\nTo run the applications of an example in a [**Glue42 Enterprise**](https://glue42.com/enterprise/) environment, make sure you have Glue42 3.9 (or later) installed. Add the `apps-config.json` file located in the example folder to your [application configuration](https://docs.glue42.com/developers/configuration/application/index.html#application_configuration) files. Launch the applications from the Glue42 Toolbar.\n\n## Additional Details\n\nIn these examples, the [Dash Dev Tools](https://dash.plotly.com/devtools) features are turned off. \nYou can easily enable them by executing `app.enable_dev_tools()` on the app instance.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finteropio%2Fdash-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finteropio%2Fdash-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finteropio%2Fdash-example/lists"}