CartoDB / CartoDB-basemaps

CartoDB basemaps
http://cartodb.com/basemaps
Other
55 stars 13 forks source link

Add Batch API generalizations creation script #57

Closed zenitraM closed 8 years ago

zenitraM commented 8 years ago

This makes use of the Batch SQL API to generate the views in parallel.

It currently adds the jobs but does not wait for them to finish - we might want to add a loop.

Also the Batch API does not have query dependency support so I've had to resolve dependencies by their origin table name and queue them up as a single query.

cc @pnorman

pnorman commented 8 years ago

I worry we're duplicating too much code across multiple files