A series of tests to assess the performance of H3 on Postgres
First, make sure you have Docker running. Then, from within the root directory, run the following command:
docker-compose --profile database up
To start the performance test, run:
npm start
For generating our test workloads, we're using the coordinates of cities with more than 1,000 inhabitants.
The CSV file resources/geonames-all-cities-with-a-population-1000.csv
was downloaded from opendatasoft and is based on the GeoNames dataset from the 10th December 2022. The data has been published under the CC BY 4.0 licence.