This repository has been archived by the owner on Feb 6, 2021. It is now read-only.
Bugs
Fixed issue #2
Fixed issue #3
Fixed issue described in pull #5
Parsing
Added concurrency to the parser
You can specify by "-j" the number of jobs/workers
Configuration
Added configuration files
Specify configuration file by "-c" parameter
Web API
Added REST API to access the SQLite DB
Use http://<host>:<port>/api/<table name> to access JSON data
Based on Flask and Flask Restless