GURGLE Tutorial

This tutorial will get you started with the basics of using gurgle.

All the examples will use a simple text delimited file as a data source for clarity, however once a data source is loaded (be it a straight file or a query to a RDBMS for example) the subsequent processing and functionality is identical. There will be an example at the end showing how an RDBMS query might be substituted for the text file data source although this will obviously not work unless you have gurgle built to support an RDBMS and have the same data structures setup in the RDBMS.

The tutorial will work with a virtual companies pseudo phone directory database. It will demonstrate how to format a text version of the database, a single html web page and multiple html web pages.

START

Contents