Skip to content

DeeMATT/DataParserToDB

Repository files navigation

DATAPARSER_TO_DB

DataParser_To_DB is a python appliation that downloads files in CSV and XML format from URL feeds, parses the downloaded files by fetching the information contained therein and stores the data retrieved in a database.

Prerequisites

Installation & Setup

  • Extract the contents of the Compressed-Archive file to current directory or folder of choice
  • Navigate to the extracted folder/directory on terminal
cd DataParserToDB
  • Ensure you are in the directory by listing its content
ls

Output should be similar to the following:

DataParser
docker-compose.yml
Dockerfile
LICENSE
README.md
requirements.txt
start.sh
  • In the current directory, build the program by executing the command below based on your OS.

For Linux or MAC

sh start.sh

For Windows

docker-compose up --build -d

Authors

  • CodeMask.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published