openzipkin-attic / zipkin-azure

Reporters and collectors for use in Azure
Apache License 2.0
11 stars 9 forks source link

create "quick start" which doesn't require building the project #14

Open codefromthecrypt opened 7 years ago

codefromthecrypt commented 7 years ago

It should be possible to create a quick start section of the README now that we have published the project. This can be like the zipkin upstream one, where the "lastest" version is used for both zipkin and the eventhub module.

# get the zipkin jar
$ wget -O zipkin.jar 'https://search.maven.org/remote_content?g=io.zipkin.java&a=zipkin-server&v=LATEST&c=exec'
# get the eventhub module jar
$ wget -O zipkin-eventhub.jar 'https://search.maven.org/remote_content?g=io.zipkin.azure&a=zipkin-autoconfigure-collector-eventhub&v=LATEST&c=module'
... do other things

here's the example quick start from zipkin https://github.com/openzipkin/zipkin#quick-start