Skip to content
This repository has been archived by the owner on Feb 6, 2021. It is now read-only.

smalisca 0.2

Latest
Compare
Choose a tag to compare
@dorneanu dorneanu released this 22 Jun 19:29
· 7 commits to master since this release
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