Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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>"