One of the original deployment scripts for osm-stats notes the use of knex and db/migrations and db/seedsfiles for setting up the datastore. Is this still the prescribed way of doing this? I notice that osm-stats-workers has its own set of .sql files but it's not clear to me how they are used or if they supersede the db/migrations files.
One of the original deployment scripts for osm-stats notes the use of
knex
anddb/migrations
anddb/seeds
files for setting up the datastore. Is this still the prescribed way of doing this? I notice that osm-stats-workers has its own set of.sql
files but it's not clear to me how they are used or if they supersede thedb/migrations
files.