fabric8io / django

Camel iPaaS functionality
0 stars 4 forks source link

index-nexus command #60

Closed davsclaus closed 7 years ago

davsclaus commented 7 years ago

A command / init stuff that index nexus to find Camel connectors

Would need to lookup the nexus service and then use service/local/data_index as context-path, and then use the q=connector query.

http://nexus.fabric8.rh.fabric8.io/service/local/data_index?q=connector

And then parse the returned json to find the camel-connector classifier JARs. Then download each JAR and peak inside the JAR to find the camel-connector.json, and load that to find details about the connector, such as its name, labels, description and so on.