Metadata-Version: 2.1
Name: Hunabku
Version: 0.0.4a0
Summary: Papers database endpoint API
Home-page: https://github.com/colav/Hunabku
Author: Colav
Author-email: colav@udea.edu.co
License: BSD
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: pymongo (>=3.10.1)
Requires-Dist: flask (>=1.1.2)
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: requests (>=2.22.0)
Requires-Dist: joblib (>=0.14.1)

<center><img src="https://raw.githubusercontent.com/colav/colav.github.io/master/img/Logo.png"/></center>

# HunabKu  
Data Server Gateway/  Maya - father of all gods

# Description
Package to load data in MongoDB and to serve the data from mongodb on endpoints using flask. 
The package is handling the endpoints  using a customized plugin system designed by us.

Modules are:
PDBS (Paper DataBase Server)
PDBL  (Paper DataBase Loader)
PDBM (Paper DataBase Manager) (to handle - CRUD) (Not Yet!)

# Installation

## Dependencies
* Install nodejs 
    * Debian based symtem: `apt-get install nodejs`
    * Redhat based system: `yum install nodejs`

* Install Apidocjs from https://github.com/apidoc/apidoc
* The other dependecies can be installed with pip installing this package.

# Usage
Let's start the server executing
```.sh
hunabku_server
```
Or using some command line options
```.sh
hunabku_server --port 8080 --db_ip x.x.x.x
```

where x.x.x.x is your mongodb ip

you can access to the apidoc documentation for the endpoints for example on: http://127.0.1.1:8888/apidoc/index.html

if depends of the ip and port that you are providen to hunabku.




## Package
`pip install hunabku`

# License
BSD-3-Clause License 

# Links
http://colav.udea.edu.co/





