I am a Orbeon newby. I have a suite of XQuery scripts the execution of which I want to automate. Orbeon looks like a potential solution to implement the process that I have outlined below. Basically I just want to know if Orbeon CE will give me the right support out the box for each stage of the process?
I have a set of raw log files which contain the logged output from some system test cases. Each raw txt log has a matching XQuery module to verify the test and produce a test pass/fail result with supporting data. To achieve this the process I want to implement would look like :-
- From UI screen upload some raw (txt) system log data to server (Tomcat). Can upload indiviual txt files or zip containing all files.
- Execute a custom in-house parser executable to convert the raw log data into Output XML. (can either be from uploaded txt file or by initially extracting uploaded ZIP).
- Execute a grep to further refine XML from step 2
- Run an XQuery (xq) script (originally written for Saxon) to analyse the XML from 2&3
- Display the results from the analysis in the UI
Do you think I can quickly achieve this using Orbeon CE & are there any similar examples/tutorials to get me there?