Replies: 1 comment 1 reply
-
Meaning a base class and then just a graphql and standard class that inherit from it? Or am I miss interpreting? This route might provide a way to do a slower deprecation over time? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For the future of the Nornir Inventory for Nautobot, I am thinking that it may be best to move to using GraphQL all together. This could greatly reduce the time spent to gather inventory data. If we do this, we may not be able to have the pynautobot object passed back, also we may need to remove the pynautobot data dictionary that is in the inventory today.
As an alternative, we could write a second inventory that uses just GraphQL with those features and not have to remove functionality that may be beneficial for some organizations. In the spirit of an inventory is just a starting point for the data, that we don't need to have the data, this should be just fine.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions