Generate multiple parallelizable SQL files (#839)

Generate multiple SQL files to be imported in parallel.
The files will respect the cross-layer dependencies,
so they can be all ingested at the same time.
This commit is contained in:
Yuri Astrakhan
2020-05-18 14:26:51 -04:00
committed by GitHub
parent d8095e8ee9
commit e12f09ae57
3 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ services:
volumes:
- .:/tileset
- ./data:/import
- ./build:/sql
- ./build/sql:/sql
- ./build:/mapping
- ./cache:/cache