How can I create a Big Data Application | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I create a Big Data Application

I want to create a Big Data Application that tracks the prices of goods over time. What resources do I need to have, which platform do I use. What and where do I need to study

8th Dec 2019, 2:47 PM
Celestino🇰🇪🇫🇷
Celestino🇰🇪🇫🇷 - avatar
1 Answer
0
I've seen developers build webscraping applications that scrape prices from websites like eBay or Amazon. This can be done using Python libraries like BeautifulSoup. You can setup a script to do this periodically and save the values to a database for analysis or visualization. Search SQL Alchemy for details on working with Python and databases. A common place to deploy Python apps is Heroku.
10th Dec 2019, 8:20 AM
Beeman
Beeman - avatar