opensemanticsearch / open-semantic-etl

Python based Open Source ETL tools for file crawling, document processing (text extraction, OCR), content analysis (Entity Extraction & Named Entity Recognition) & data enrichment (annotation) pipelines & ingestor to Solr or Elastic search index & linked data graph database
https://opensemanticsearch.org/etl
GNU General Public License v3.0
254 stars 69 forks source link

Make hosts of microservices / REST-APIs configurable by environment variables #100

Closed opensemanticsearch closed 4 years ago

opensemanticsearch commented 4 years ago

Make hosts of microservices / REST-APIs like Solr, Tika, spaCy and Open Semantic Entity Search API configurable by environment variables, so we can configure them dynamic in/by Docker config without modifications of config files in containers.

Mandalka commented 4 years ago

Implemented config of RabbitMQ broker host by environment variable OPEN_SEMANTIC_ETL_MQ_BROKER

Mandalka commented 4 years ago

Implemented config of Tika server host by environment variable OPEN_SEMANTIC_ETL_TIKA_SERVER

Mandalka commented 4 years ago

Implemented config of Solr server host by environment variable OPEN_SEMANTIC_ETL_SOLR

Mandalka commented 4 years ago

Implemented config of spacy services by environment variable OPEN_SEMANTIC_ETL_SPACY_SERVER

Mandalka commented 4 years ago

Implemented config of Neo4j host by environment variable OPEN_SEMANTIC_ETL_NEO4J_HOST

Mandalka commented 4 years ago

Implemented config of tagging metadata host by environment variable OPEN_SEMANTIC_ETL_METADATA_SERVER