kwongjose / CS364_Project

This is the Repo for our CS364 Database project.
0 stars 0 forks source link

Make DB #3

Closed kwongjose closed 7 years ago

kwongjose commented 8 years ago

Will need about 12 movies and corresponding data for actor table. I have a list of streaming services already listed on the program.

kwongjose commented 8 years ago

http://www.omdbapi.com/ This is the site i used to get the data for the other database. But if the one you got the api key for works use whatever.

wmahmoud commented 7 years ago

I ended up using this one because it doesn't even require a key. I had originally not thought of using it because obtaining a key requires donations, but the key is unnecessary. That was why I applied for the other key to begin with, woops. Oh well, I have it if OMDB breaks or requires a donation to use in the future.

-Waleed


From: Joseph Kwong notifications@github.com Sent: Monday, October 24, 2016 8:47:28 PM To: kwongjose/CS364_Project Cc: Waleed M Mahmoud; Assign Subject: Re: [kwongjose/CS364_Project] Make DB (#3)

http://www.omdbapi.com/ This is the site i used to get the data for the other database. But if the one you got the api key for works use whatever.

You are receiving this because you were assigned. Reply to this email directly, view it on GitHubhttps://github.com/kwongjose/CS364_Project/issues/3#issuecomment-255913928, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AVA8ooNl77S7duCjU88NVpo_tLKGAzrOks5q3V-wgaJpZM4KdZqv.

kwongjose commented 7 years ago

Using a string[] for the title was a good idea. Kinda wish I had thought about that. Looks good! Only note is if you could comment the methods a bit more it would help readability a bit. No a big deal in this class since it's only used for setup. If you need help getting the ConnectionClass up and running let me know. Im never doing anything and I'm free most of the day tomorrow.

wmahmoud commented 7 years ago

I just have to make sure I get the create statement tables correct. I will send those out before I make them "set in stone."

I have found a couple sources for Streaming service API data, i.e who has what movies. The only real problem is that you have to use at least two different services to get all the data.

netflixroulette.net/http://netflixroulette.net/ - the only open source I could find with a Netflix API

api.guidebox.com/ - has everything else in it's API

Guidebox also has netflix data, but you need special permission to get it. I submitted for it, but it's no big deal. I just need to make the program submit multiple queries for the info instead of a single one.

-Waleed Netflix Roulettehttp://netflixroulette.net/ netflixroulette.net The android app has been updated! Go enjoy it! From the mind behind Netflix Roulette

-Waleed


From: Joseph Kwong notifications@github.com Sent: Monday, October 31, 2016 7:59:02 PM To: kwongjose/CS364_Project Cc: Waleed Mahmoud; Assign Subject: Re: [kwongjose/CS364_Project] Make DB (#3)

Using a string[] for the title was a good idea. Kinda wish I had thought about that. Looks good! If you need help getting the ConnectionClass up and running let me know. Im never doing anything and I'm free most of the day tomorrow.

You are receiving this because you were assigned. Reply to this email directly, view it on GitHubhttps://github.com/kwongjose/CS364_Project/issues/3#issuecomment-257464603, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AVA8os514XpaIvhTx0unhKzzDEJNAoWTks5q5o7WgaJpZM4KdZqv.