Skip to content

a simple search, extractor and ingestion system for get the best sellers products of tech on the Amazon

Notifications You must be signed in to change notification settings

gabriel-batistuta/amazon-tech-best-sellers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon tech best sellers

instalation in postgres:

sudo apt install odbc-postgresql
# source: https://medium.com/@murat.bilal/installing-and-configuring-ubuntu-odbc-drivers-for-postgresql-database-c67500e87ead
touch config.json
echo {
    "server":"localhost",
    "database":"yourDatabaseName",
    "username":"yourUsername",
    "password":"yourPassword",
    "driver":"YourPostgresDriverName"
} > config.json
CREATE DATABASE amazon;

About

a simple search, extractor and ingestion system for get the best sellers products of tech on the Amazon

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages