Feature preview: Get part infos from cloud provider #323
jbtronics
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Starting from Part-DB 1.6 there will be an information provider system, which allows you to query various cloud sources for part information.
For now only creation of new parts is possible based on cloud providers, in later versions it will be possible to also merge the information in existing parts.
The system is built to be universal, with just a little provider specific "driver" and the remain is done by Part-DB. That way it is pretty easy to integrate new data providers (so most likely other vendors and databases which offers APIs) into Part-DB.
For now the following data sources (which use the distributor APIs) are available:
Depending on the provider, you created parts will automatically have a name, description, manufacturer and footprint info, part parameters, datasheets, pictures and shopping information/prices.
See documentation for more info, especially on the configuration.
There are some smaller things that will need to be improved, but the Part-DB 1.6 release should come out in a few days.
For now you can test the new features in the demo (you need to login as
user
first) or you install the latest version from the master branch (or the edge docker tag)Beta Was this translation helpful? Give feedback.
All reactions