I'm gathering user engagement from Youtube, Facebook and Twitter. this data will be store in a database for later usage(the database will help deal with the API limits).
Here's an example on the data:
Facebook API data: page name, reach, new page likes, total page likes, followers, page views...
Twitter API data: number total tweets, top tweets, top tweets gif, top tweets video, top mentions, current followers...
Youtube API data: views, subscribers, most viewed video, most viewed link, impressions, followers...
My idea is to create a table for each one. Is there any better aproach?
Thanks.