Services for registering mapping files and mapping metadocuments to a elasticsearch format.
10K+
:warning: Not fully tested yet! For mapping documents only Gemma is available currently!
A standalone service which receives messages about changes in metadata documents maps them to a common format and ingests them into elasticsearch.
Dependencies that are needed to build and are not being downloaded via gradle:
./gradlew -Pclean-release build
TODO This section is a placeholder. It still needs to be written properly.
You might want to take a look at testbed4inf, which should make it easy to satisfy those.
sudo apt-get install --assume-yes python3 python3-pip
pip3 install xmltodict wget
docker network create network4datamanager
docker pull elasticsearch:7.9.3
docker run -d --name elasticsearch4metastore -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" elasticsearch:7.9.3
docker run -d --hostname rabbitmq --net network4datamanager --name rabbitmq4docker -p 5672:5672 -p 15672:15672 rabbitmq:3-management
To start/stop a single service just type
docker start/stop name_of_container
e.g.:
docker stop elasticsearch4metastore
Content type
Image
Digest
sha256:1d8797b12…
Size
675.1 MB
Last updated
almost 3 years ago
docker pull kitdm/indexing-servicePulls:
8
Last week