Meta-Data Upload Interface
This is simple counter application, using flask microframework and sqlite3 to load the metadata csv to SQLIte database.
git clone https://github.com/saurabh1969/PEcAN.git
cd app
mkvirtualenv app
pip install -r requirements.txt
python routes.py
-
Uploading the csv : curl -X POST http://127.0.0.1:5000/insert?file=switchgrass.csv
-
Searching: curl -X POST http://127.0.0.1:5000/search?id=4
This project is licensed under the MIT open source license.