To build you will need Git and JDK 11 or later.
git clone https://github.com/Oleiva/gl_analyticsThis project uses a Gradle build. The instructions below use Gradle Wrapper from the root of the source tree. The wrapper script serves as a cross-platform, self-contained bootstrap mechanism for the build system.
To compile, test and build JAR use:
./gradlew clean build -iTo run the project locally use:
./gradlew clean bootRunThe Geohash Example is released under version 2.0 of the Apache License.