Build the enexa-utils Docker image first, then:
make build
That would build a Docker image for this module.
Setup the test environment from enexa-utils first, then:
make test
That would run your module in a dummy environment.
The result files would be stored in test-shared-dir
.
The RDF data would be inserted to a locally running SPARQL store.
example
- A main application script, possibly unaware of ENEXA.
module
- A main module script to translate the input and output parameters between ENEXA and the application.
Dockerfile
- A Dockerfile for the Docker image of this module.