mapbox / tilesets-cli

CLI for interacting with the Mapbox Tilesets API and Mapbox Tiling Service
https://docs.mapbox.com/mapbox-tiling-service
BSD 2-Clause "Simplified" License
125 stars 27 forks source link

Multithreaded streaming puts #25

Open dnomadb opened 5 years ago

dnomadb commented 5 years ago

Since we are using cligj feature generators for input in #22 , we can eventually move to multithreaded feature puts for uploading sources.

I am not sure of the exact implementation as of yet, but dropping a few resources here for investigation:

cc @mapsam