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.
- Install the latest version of Python3
- Install the latest version of Docker-Engine
- Install the latest version of Docker-Compose
- 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.
sh start.sh
docker-compose up --build -d
- CodeMask.