Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 474 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 474 Bytes

RailML element splitter

How to configure

{
  "_id": "railml",
  "type": "system:microservice",
  "docker": {
    "image": "[..]",
    "port": 5000,
    "environment": {
      "GIT_REPO": "git@github.com:datanav/railml-microservice.git",
      "FILE_PATTERN": "testfiles/*",
      "SSH_PRIVATE_KEY": "-----BEGIN RSA PRIVATE [..]"  
    }
  }
}

How to use

Pull down the different elements by requesting the following patterns '/track', '/signal', etc.