Comcast / sirius-reference-app

A reference application for getting started with Sirius
Apache License 2.0
5 stars 10 forks source link

create groovy example #10

Closed tbarker9comcast closed 10 years ago

tbarker9comcast commented 10 years ago

created the one page executable groovy script. This script can be executed as a standalone program. It is a very basic command line application that allows a user to interact with basic sirius operations. To observe transaction log ingestion, the user can also restart sirius. The first run can take some time since the script needs to download the dependencies, subsequent runs are fast . More details on running the script are available in the script's javadoc.

tbarker9comcast commented 10 years ago

The script can now be executed in multiple terminals on different ports to demonstrate clustering.

clinedome-work commented 10 years ago

Can you rename siriExample.groovy? Maybe just sirius.groovy, or sirius-example.groovy. Something that isn't "siri". A few other comments, mostly style and factoring, will inline. Looks pretty good otherwise.