Skip to content

lblod/mow-ordered-signs-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MOW Ordered Signs Service

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

Endpoints

generate-ordered-signs

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

Configuration

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published