This service has 2 main uses:
- First generate the ordered signs relationships bases on the unordered signs for each measure and order them if possible based on the measure name.
- Second expose and endpoint to be called by deltas in order to ensure that the ordered sign and unordered signs relationships stay in sync
You can call the endpoint /generate-ordered-signs with a POST request to generate the ordered sign relationship for the first time. You will receive a "Done"
text when the relationship generation is finished
In order to configure this service you just need to add it to the docker-compose.yml as always, and link the database as database. For example:
links:
- triplestore:database