Updates to examples queries. Improve real-timeness of lfta aggregation
[com/gs-lite.git] / demo / GDATEXAMPLE / README.md
1 This example demonstrates a query system reading from a file stream.
2
3 gen_feed.py creates the file stream by replacing its contents
4 every second, checking first if the GS-lite instance has finished
5 processing the file.
6
7 The source file is in gdat format, use
8   ../../bin/gdat2ascii example.gdat to see its contents
9
10 Additional features demonstrated:
11   - a reference to an interface set in example.gsql
12   - the runall script starts up query system, note the use of gsprintconsole
13     to start processing
14   - the killall script ensures that gsprintconsole and gen_feed.py instances
15     are stopped.