Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 370 Bytes

File metadata and controls

12 lines (8 loc) · 370 Bytes

Simple console sample

This is a small Java console project that sends PageView events to a given collector.

Run

Ensure build.gradle is using a version available on the Snowplow maven repository, or a version installed to a local maven repository.

./gradlew jar
 java -jar ./build/libs/simple-console-all-0.0.1.jar "http://<your-collector-domain>"