Skip to content

A python library for uploade batches of data into the HIRO Graph.

License

Notifications You must be signed in to change notification settings

arago/hiro-batch-client-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HIRO Batch Client Python

This is a client library use which allows uploads of huge batches of data in parallel.

Installation

This project needs at least Python 3.7.

If you need the library without any sources, you can install the compiled package directly from PyPI via:

pip3 install hiro-batch-client

To install the hiro-batch-client from source as a python package, use one of the following:

  • Global installation

    make install

    or

    pip3 install --use-feature=in-tree-build src/

    You need an account with administrative rights to be able to install the package globally.

  • Installation for single user

    make install PIPARGS=--user

    or

    pip3 install --use-feature=in-tree-build --user src/

For more details, take a look at the Makefile

Documentation

Look at README.md in src.

(c) 2022 arago GmbH (https://www.arago.co/)