Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nautobot/nautobot-app-netbox-importer
Nautobot plugin to simplify data migration from NetBox
https://github.com/nautobot/nautobot-app-netbox-importer
diffsync nautobot nautobot-plugin netbox
Last synced: about 19 hours ago
JSON representation
Nautobot plugin to simplify data migration from NetBox
- Host: GitHub
- URL: https://github.com/nautobot/nautobot-app-netbox-importer
- Owner: nautobot
- License: other
- Created: 2021-02-20T00:53:50.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2025-01-24T23:18:15.000Z (6 days ago)
- Last Synced: 2025-01-29T18:58:51.033Z (1 day ago)
- Topics: diffsync, nautobot, nautobot-plugin, netbox
- Language: Python
- Homepage: https://docs.nautobot.com/projects/netbox-importer/en/latest/
- Size: 4.41 MB
- Stars: 22
- Watchers: 13
- Forks: 12
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Changelog: changes/+nautobot-app-v2.4.0.housekeeping
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Nautobot NetBox Importer
## Overview
This application's sole purpose is to facilitate data migration from NetBox to Nautobot, performing the proper data conversion through the process.
## Documentation
Full documentation for this App can be found over on the [Nautobot Docs](https://docs.nautobot.com) website:
- [User Guide](https://docs.nautobot.com/projects/netbox-importer/en/latest/user/app_overview/) - Overview, Using the App, Getting Started.
- [Administrator Guide](https://docs.nautobot.com/projects/netbox-importer/en/latest/admin/install/) - How to Install, Configure, Upgrade, or Uninstall the App.
- [Developer Guide](https://docs.nautobot.com/projects/netbox-importer/en/latest/dev/contributing/) - Extending the App, Code Reference, Contribution Guide.
- [Release Notes / Changelog](https://docs.nautobot.com/projects/netbox-importer/en/latest/admin/release_notes/).
- [Frequently Asked Questions](https://docs.nautobot.com/projects/netbox-importer/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/nautobot/nautobot-app-netbox-importer/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://docs.nautobot.com/projects/netbox-importer/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://docs.nautobot.com/projects/netbox-importer/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.