README for the ETL Server The server is started as following: python etlserver.py for additional options, write python etlserver.py --help This server administrates ETL loading. The interface of this server is available through SOAP and is further specified in the Functional Specification. An example of such interaction can be seen in the ETL client. This can also be run as a direct interface to the ETL server. For database eiaordf1, model EIAO_test_717, all testruns present in this model in this database, the client can be run as following: python etlclient.py eiaordf1 -t EIAO_test_717 For further options run: python etlclient.py --help Note that the Datawarehouse scripts (such as FILLEIAODW1.0.sql) must be available in a directory: ../Datawarehouse/ from the ETL server.