openpodcast / api

OpenPodcast API server
https://openpodcast.dev
8 stars 2 forks source link

Aggregate data #5

Closed mre closed 1 year ago

mre commented 2 years ago

Working on aggregate data endpoint. See https://github.com/openpodcast/open/blob/master/spotify/aggregate/08VSwqmWlk8DgknnmwYxK0-2022-10-04%2010:09:48.566018.json for an example dataset.

mre commented 2 years ago

Tested and working.

image
mre commented 2 years ago

SQL table created in dev and main.

mre commented 2 years ago

I forgot about that one. 😂

mre commented 2 years ago

Also forgot to add a unit test. Will add one tonight.

mre commented 2 years ago

Added ageFacetedCounts and e2e test for the payload.

mre commented 1 year ago

This should be good to go now. @woolfg 🙏 ?

mre commented 1 year ago

Applied all the fixes, thanks!

mre commented 1 year ago

Think we still need to do the DB updates. @woolfg can you take care of that?