ooni / backend

Everything related to OONI backend infrastructure: ooni/api, ooni/pipeline, ooni/sysadmin, collector, bouncers and test-helpers
BSD 3-Clause "New" or "Revised" License
50 stars 29 forks source link

Easily correlate Explorer, API and database interactions #349

Open FedericoCeratto opened 4 years ago

FedericoCeratto commented 4 years ago

Query logging in the API has been improved, yet the interaction between: Browser <-> Explorer <-> API <-> Database ...around list_measurement and get_measurement is complex; the browser is stateful; investigation takes time.

Improvements:

FedericoCeratto commented 4 years ago

Partially related: https://github.com/ooni/backend/issues/324