griffithlab / civicpy

A python interface for the CIViC db application
MIT License
8 stars 5 forks source link

civicpy-specific endpoints on CIViC production #69

Closed ahwagner closed 3 years ago

ahwagner commented 4 years ago

Currently, we do some very large (and low-count) requests. This might not be captured by CIViC's throttling mechanism, which is request count based. We may want to consider the strategies to mitigate widespread adoption of CIViCpy, particularly if we fail to update our nightly civicpy cache and clients revert to hard (API-driven) updates.

@susannasiebert and @acoffman what do you think?

ahwagner commented 4 years ago

@acoffman has suggested elsewhere that we consider civicpy-specific endpoints. Renaming issue to reflect this proposal.

susannasiebert commented 3 years ago

This has been superseded by https://github.com/griffithlab/civicpy/issues/108