ATTX-project / graph-component

Graph Manager component that handles state of the internal graph/data.
0 stars 0 forks source link

GM API to support java implementation #15

Closed blankdots closed 7 years ago

blankdots commented 7 years ago

Description

GM and GM api are lacking in some of the needed features to complete the whole data processing pipeline. Missing and not included in the original implementation definition:

Functionality:

DoD

API can run Java jar in the specification. Bundle jar to gm-API with gradle and docker file change.

Testing

Additional Unit and BDD tests

blankdots commented 7 years ago

Modified Docker image with Java8 running the jar

$ docker exec -it 03fd /bin/bash
bash-4.3# java -jar 
bin/               data.db            etc/               gm-API-0.1.tar.gz  java/              logs/              
bash-4.3# java -jar java/gc-rdf2json-indexer.jar 
usage: Indexer
 -b <arg>   Bulk size
 -g <arg>   Comma separated list of input graphs
 -i <arg>   IndexEndpoint
 -m <arg>   Mapping json
 -p <arg>   IndexPort
 -s <arg>   StoreEndpoint
Required options missing!
bash-4.3#