# Nautobot App Livedata
<!--
Developer Note - Remove Me!
The README will have certain links/images broken until the PR is merged into `develop`. Update the GitHub links with whichever branch you're using (main etc.) if different.
The logo of the project is a placeholder (docs/images/icon-livedata.png) - please replace it with your app icon, making sure it's at least 200x200px and has a transparent background!
To avoid extra work and temporary links, make sure that publishing docs (or merging a PR) is done at the same time as setting up the docs site on RTD, then test everything.
-->
<p align="center">
<img src="https://raw.githubusercontent.com/jifox/nautobot-app-livedata/develop/docs/images/icon-livedata.png" class="logo" height="200px">
<br>
<!-- CI passing badge -->
<a href="https://github.com/jifox/nautobot-app-livedata/actions"><img src="https://github.com/jifox/nautobot-app-livedata/actions/workflows/ci.yml/badge.svg?branch=main"></a>
<!-- docs build status badge -->
<a href="https://nautobot-app-livedata.readthedocs.io/en/latest/"><img src="https://readthedocs.org/projects/nautobot-app-livedata/badge/"></a>
<!-- pypi version Badge -->
<a href="https://pypi.org/project/nautobot-app-livedata/"><img src="https://img.shields.io/pypi/v/nautobot-app-livedata"></a>
<!-- downloads batch -->
<a href="https://pypi.org/project/nautobot-app-livedata/"><img src="https://img.shields.io/pypi/dm/nautobot-app-livedata"></a>
<br>
An <a href="https://networktocode.com/nautobot-apps/">App</a> for <a href="https://nautobot.com/">Nautobot</a>.
</p>
## Overview
The [Nautobot App LiveData](https://github.com/jifox/nautobot-app-livedata/) is providing real-time data from network devices that are supported by [Netmiko](https://github.com/ktbyers/netmiko).
At the moment, the app is supporting only interface specific data. The data is collected from the devices via platform specific show commands and will be presented in the interface's 'Life Data' tab.
This app addresses the need for dynamic and up-to-date network information, allowing network administrators and engineers to make informed decisions based on the latest data.
### Screenshots
- Live Data Interface Output for interfaces

- Live Data Device Output for devices

- Configure the show commands to be executed on Platform level:

- Job to clean up old data:

More screenshots can be found in the [Using the App](https://nautobot-app-livedata.readthedocs.io/en/latest/user/app_use_cases/) page in the documentation. Here's a quick overview of some of the app's added functionality:
## Documentation
Full documentation for this App can be found over on the [Nautobot-App-Livedtata Docs](https://nautobot-app-livedata.readthedocs.io/en/latest) website:
- [User Guide](https://nautobot-app-livedata.readthedocs.io/en/latest/user/app_overview/) - Overview, Using the App, Getting Started.
- [Administrator Guide](https://nautobot-app-livedata.readthedocs.io/en/latest/admin/install/) - How to Install, Configure, Upgrade, or Uninstall the App.
- [Developer Guide](https://nautobot-app-livedata.readthedocs.io/en/latest/dev/contributing/) - Extending the App, Code Reference, Contribution Guide.
- [Release Notes / Changelog](https://nautobot-app-livedata.readthedocs.io/en/latest/admin/release_notes/).
- [Frequently Asked Questions](https://nautobot-app-livedata.readthedocs.io/en/latest/user/faq/).
### Contributing to the Documentation
You can find all the Markdown source for the App documentation under the [`docs`](https://github.com/jifox/nautobot-app-livedata/tree/develop/docs) folder in this repository. For simple edits, a Markdown capable editor is sufficient: clone the repository and edit away.
If you need to view the fully-generated documentation site, you can build it with [MkDocs](https://www.mkdocs.org/). A container hosting the documentation can be started using the `invoke` commands (details in the [Development Environment Guide](https://nautobot-app-livedata.readthedocs.io/en/latest/dev/dev_environment/#docker-development-environment)) on [http://localhost:8001](http://localhost:8001). Using this container, as your changes to the documentation are saved, they will be automatically rebuilt and any pages currently being viewed will be reloaded in your browser.
Any PRs with fixes or improvements are very welcome!
## Questions
For any questions or comments, please check the [FAQ](https://nautobot-app-livedata.readthedocs.io/en/latest/user/faq/) first. Feel free to also swing by the [Network to Code Slack](https://networktocode.slack.com/) (channel `#nautobot`), sign up [here](http://slack.networktocode.com/) if you don't have an account.
Raw data
{
"_id": null,
"home_page": null,
"name": "nautobot-app-livedata",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.13,>=3.9",
"maintainer_email": null,
"keywords": "nautobot, nautobot-app, nautobot-plugin",
"author": "Josef Fuchs",
"author_email": "josef.fuchs@j-fuchs.at",
"download_url": "https://files.pythonhosted.org/packages/a3/e3/780fccf14e5d9eefaf32fcca575d2ad1ecf56b21232025640ca172ddaa97/nautobot_app_livedata-2.4.0.tar.gz",
"platform": null,
"description": "# Nautobot App Livedata\n\n<!--\nDeveloper Note - Remove Me!\n\nThe README will have certain links/images broken until the PR is merged into `develop`. Update the GitHub links with whichever branch you're using (main etc.) if different.\n\nThe logo of the project is a placeholder (docs/images/icon-livedata.png) - please replace it with your app icon, making sure it's at least 200x200px and has a transparent background!\n\nTo avoid extra work and temporary links, make sure that publishing docs (or merging a PR) is done at the same time as setting up the docs site on RTD, then test everything.\n-->\n\n<p align=\"center\">\n <img src=\"https://raw.githubusercontent.com/jifox/nautobot-app-livedata/develop/docs/images/icon-livedata.png\" class=\"logo\" height=\"200px\">\n <br>\n <!-- CI passing badge -->\n <a href=\"https://github.com/jifox/nautobot-app-livedata/actions\"><img src=\"https://github.com/jifox/nautobot-app-livedata/actions/workflows/ci.yml/badge.svg?branch=main\"></a>\n <!-- docs build status badge -->\n <a href=\"https://nautobot-app-livedata.readthedocs.io/en/latest/\"><img src=\"https://readthedocs.org/projects/nautobot-app-livedata/badge/\"></a>\n <!-- pypi version Badge -->\n <a href=\"https://pypi.org/project/nautobot-app-livedata/\"><img src=\"https://img.shields.io/pypi/v/nautobot-app-livedata\"></a>\n <!-- downloads batch -->\n <a href=\"https://pypi.org/project/nautobot-app-livedata/\"><img src=\"https://img.shields.io/pypi/dm/nautobot-app-livedata\"></a>\n <br>\n An <a href=\"https://networktocode.com/nautobot-apps/\">App</a> for <a href=\"https://nautobot.com/\">Nautobot</a>.\n</p>\n\n## Overview\n\nThe [Nautobot App LiveData](https://github.com/jifox/nautobot-app-livedata/) is providing real-time data from network devices that are supported by [Netmiko](https://github.com/ktbyers/netmiko).\n\nAt the moment, the app is supporting only interface specific data. The data is collected from the devices via platform specific show commands and will be presented in the interface's 'Life Data' tab.\n\nThis app addresses the need for dynamic and up-to-date network information, allowing network administrators and engineers to make informed decisions based on the latest data. \n\n### Screenshots\n\n- Live Data Interface Output for interfaces\n\n \n\n- Live Data Device Output for devices\n\n \n\n- Configure the show commands to be executed on Platform level:\n\n \n\n- Job to clean up old data:\n\n \n\nMore screenshots can be found in the [Using the App](https://nautobot-app-livedata.readthedocs.io/en/latest/user/app_use_cases/) page in the documentation. Here's a quick overview of some of the app's added functionality:\n\n## Documentation\n\nFull documentation for this App can be found over on the [Nautobot-App-Livedtata Docs](https://nautobot-app-livedata.readthedocs.io/en/latest) website:\n\n- [User Guide](https://nautobot-app-livedata.readthedocs.io/en/latest/user/app_overview/) - Overview, Using the App, Getting Started.\n- [Administrator Guide](https://nautobot-app-livedata.readthedocs.io/en/latest/admin/install/) - How to Install, Configure, Upgrade, or Uninstall the App.\n- [Developer Guide](https://nautobot-app-livedata.readthedocs.io/en/latest/dev/contributing/) - Extending the App, Code Reference, Contribution Guide.\n- [Release Notes / Changelog](https://nautobot-app-livedata.readthedocs.io/en/latest/admin/release_notes/).\n- [Frequently Asked Questions](https://nautobot-app-livedata.readthedocs.io/en/latest/user/faq/).\n\n### Contributing to the Documentation\n\nYou can find all the Markdown source for the App documentation under the [`docs`](https://github.com/jifox/nautobot-app-livedata/tree/develop/docs) folder in this repository. For simple edits, a Markdown capable editor is sufficient: clone the repository and edit away.\n\nIf you need to view the fully-generated documentation site, you can build it with [MkDocs](https://www.mkdocs.org/). A container hosting the documentation can be started using the `invoke` commands (details in the [Development Environment Guide](https://nautobot-app-livedata.readthedocs.io/en/latest/dev/dev_environment/#docker-development-environment)) on [http://localhost:8001](http://localhost:8001). Using this container, as your changes to the documentation are saved, they will be automatically rebuilt and any pages currently being viewed will be reloaded in your browser.\n\nAny PRs with fixes or improvements are very welcome!\n\n## Questions\n\nFor any questions or comments, please check the [FAQ](https://nautobot-app-livedata.readthedocs.io/en/latest/user/faq/) first. Feel free to also swing by the [Network to Code Slack](https://networktocode.slack.com/) (channel `#nautobot`), sign up [here](http://slack.networktocode.com/) if you don't have an account.\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Provides a live view of network data within Nautobot.",
"version": "2.4.0",
"project_urls": {
"Documentation": "https://nautobot-app-livedata.readthedocs.io/en/latest/",
"Homepage": "https://github.com/jifox/nautobot-app-livedata.git",
"Repository": "https://github.com/jifox/nautobot-app-livedata.git"
},
"split_keywords": [
"nautobot",
" nautobot-app",
" nautobot-plugin"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "f41d89bb30eca555da1c0453283f8471a5d839fc5ae0df0fae849b65bf978bec",
"md5": "cf8c3a8f42d34a2fc711e417ba1ccd2f",
"sha256": "7febf67b31ff136c8a6f91d9287cbccd379757c5c017a6bb0ed50f6a10f71727"
},
"downloads": -1,
"filename": "nautobot_app_livedata-2.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "cf8c3a8f42d34a2fc711e417ba1ccd2f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.13,>=3.9",
"size": 39105,
"upload_time": "2025-03-22T04:42:02",
"upload_time_iso_8601": "2025-03-22T04:42:02.648696Z",
"url": "https://files.pythonhosted.org/packages/f4/1d/89bb30eca555da1c0453283f8471a5d839fc5ae0df0fae849b65bf978bec/nautobot_app_livedata-2.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a3e3780fccf14e5d9eefaf32fcca575d2ad1ecf56b21232025640ca172ddaa97",
"md5": "4b6c73538ec3886a2ccb408114edd149",
"sha256": "936baa4e2e57c61991fcc4d6b8b4cb064184ae4d4fd6cd4e96e94122b1d68965"
},
"downloads": -1,
"filename": "nautobot_app_livedata-2.4.0.tar.gz",
"has_sig": false,
"md5_digest": "4b6c73538ec3886a2ccb408114edd149",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.13,>=3.9",
"size": 2583499,
"upload_time": "2025-03-22T04:42:04",
"upload_time_iso_8601": "2025-03-22T04:42:04.053536Z",
"url": "https://files.pythonhosted.org/packages/a3/e3/780fccf14e5d9eefaf32fcca575d2ad1ecf56b21232025640ca172ddaa97/nautobot_app_livedata-2.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-03-22 04:42:04",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "jifox",
"github_project": "nautobot-app-livedata",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "nautobot-app-livedata"
}