opsmill / infrahub

Infrahub - A new approach to Infrastructure Management
https://opsmill.com/
GNU Affero General Public License v3.0
144 stars 7 forks source link

feature: import data from CSV files into Infrahub #3710

Open wvandeun opened 1 week ago

wvandeun commented 1 week ago

Component

API Server / GraphQL

Describe the Feature Request

Infrahub should have a capability to import data from a CSV file

Describe the Use Case

As a new user of Infrahub I would like to onboard my data into Infrahub as quickly as possible. One "easy" way to do this would be providing my data instances of a particular model through a CSV file that I can import in a branch.

The CSV could look like:

site,name,type,manufacuturer,serial,role,status
atl1,atl1-edge1,asr1002-hx,cisco,1234,edge,active
den1,den1-edge1,asr1002-hx,cisco,5678,edge,active

Additional Information

No response