datopian / metastore-lib

🗄️ Library for storing dataset metadata, with versioning support and pluggable backends including GitHub.
https://tech.datopian.com/versioning/
MIT License
10 stars 1 forks source link

[performance] Look into reducing number of API calls during create #22

Open shevron opened 4 years ago

shevron commented 4 years ago

When calling create we are doing quite a lot of API calls (see analysis in #17). Look into ways of reducing the number of calls.

shevron commented 4 years ago

This applies to update as well as to create.