covidarmy / backend

The Backend for COVID Army
6 stars 3 forks source link

Store important metrics #65

Open rgxai opened 3 years ago

rgxai commented 3 years ago
ms337 commented 3 years ago
  1. For every fetch log # of tweets fetched.
  2. Same for discarding + reason
  3. Write a chron job to calculate this every 6 hrs. Use logic from Apoorv's script for now. See if it can be made efficient.
  4. Save the ones found from above.
  5. When api/contacts/* is hit, log event. If api/contacts/{location}/{resource}
  6. When api/contacts/feedback, log event with the contact_id and the feedback_value.
ms337 commented 3 years ago

Add metric for how many tweets were added.