You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Page under cosntruction


Saga Server is a JavaSpark server, implementing Saga Library, as an out-of-the-box question answer system.

Starting the Server

Starting the server is quite easy, 

With built-in configuration (Saga UI compatible)

java -jar -Dfile.encoding=UTF-8 saga-server-parser-0.0.1-SNAPSHOT.jar


With custom configuration and pipeline

java -jar -Dfile.encoding=UTF-8 saga-server-parser-0.0.1-SNAPSHOT.jar config.json pipelines.json


Configuration and Pipelines

  • No labels