An OSM simulator
- Build the docker image. This is just a PostGIS database in Docker.
docker build -t osmfab .
- Run the db.
docker run -p 5432:5432 -d osmfab
- Run the simulator. This creates the db, and populates the db with simulated data from OSM. The schema is the same as OSMesa.
nvm use
yarn
DATABASE_URL=postgres://postgres@localhost/postgres node index