Listen for bibliomap-harvester data, send it to ezPAARSE for enrichments and send the result to bibliomap-viewer
- Docker and docker-compose
As a standalone script, bibliomap-enricher is not very usefull. Please have a look to bibliomap docker-compose.yml to understand how it can be orchestrated with required modules: bibliomap-harvester and bibliomap-viewer
Bibliomap-enricher uses node-config. Configuration files are stored in the config
directory. Have a look at default.json to see the default values.
You can create a local config file to overide the default values. Have a look at the doc for more details about the naming conventions and supported extensions.
You can also customize the configuration with environment variables:
- BBE_EZPAARSE_URL
- BBE_EZPAARSE_PREDEF
- BBE_LISTEN_HARVESTER_HOST
- BBE_LISTEN_HARVESTER_PORT
- BBE_BROADCAST_VIEWER_HOST
- BBE_BROADCAST_VIEWER_PORT
- BBE_AUTOCONNECT_DELAY
git clone git@github.com:ezpaarse-project/bibliomap-enricher.git
cd bibliomap-enricher
DEBUG=bibliomap* make run-debug