Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Step-by-step guide


Step 1. Download Saga Parser

...

Step 4. Add Saga Config in Aspire 4

  1. Create config.json

  2. Paste the created config.json file to {AspireParentDIR}\config\saga
  3. Code Block
    themeMidnight
    titleconfig.
    Make sure that the info in config.json are correct.saga_
    json
    {
      "config": {
        "libraryJars": ["./lib"],
        "tagManager": {
          "resource": "saga-provider:saga_tags"
        },
        "pipelineManager": {
          "resource": "saga-provider:saga_pipelines"
        },
        "providers": [
          {
            "name": "filesystem-provider",
            "type": "FileSystem",
            "baseDir": "./config"
          },
          {
            "name": "saga-provider",
            "type": "Elastic",
            "nodeUrls": ["http://localhost:9200"],
            "timestamp": "updatedAt",
            "authentication": "none",
            "indexName": "saga",
            "exclude": [
              "updatedAt",
              "createdAt"
            ],
            "maxResults": 2000000
          }
        ]
      }
    }
  4. Paste the created config.json file to {AspireParentDIR}\config\saga
  5. Make sure that the info in config.json are correct.



Step 5. Run Aspire 4


Step 6. Add Saga Parser to your workflow

...