LucidDB is the first and only open-source RDBMS purpose-built entirely for data warehousing and business intelligence. It is based on architectural cornerstones such as column-store, bitmap indexing, hash join/aggregation, and page-level multiversioning. See http://www.luciddb.org/ for more details. Currently LucidDB has only JDBC and ADO.NET providers and that's why can be used only from JAVA or .NET apps.
The main goal of PG2LucidDB project is to fill this gap & make it's possible to use the power of LucidDB from any third-party applications & programming languages like Perl, PHP or whatever you like.
This is a cross-platform tool which acts as a bridge between PostgreSQL's frontend protocol and LucidDB database engine (http://www.luciddb.org/). In another words - this is the only tool (at the moment) which allows to access LucidDB from almost any programming language which has native driver for widely known PostgreSQL database.
For more details please refer to Readme.txt file inside the ZIP package and see sample scripts in /samples directory.