Installing Prerequisites
Building the project has only been tested on Linux/Ubuntu. For Windows, running a pre-built Docker image is the preferred method.
libpostal
We use libpostal to parse input addresses into different components. You can install libpostal from here
jpostal
jpostal, the Java bindings for libpostal, can be installed from here
Shared libraries will be available at
jpostal/src/main/jniLibs
You'll need to use this as a value in the driver configuration
git(>=2.17) & maven(>=3.6.0)
sudo apt-get update
sudo apt-get install git maven