To build you will need Git and JDK 11 or later.
git clone https://github.com/Oleiva/gl_analytics
This 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 -i
To run the project locally use:
./gradlew clean bootRun
The Geohash Example is released under version 2.0 of the Apache License.