The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Clustericious::App -- base class for clustericious apps

DESCRIPTION

Inherits from Mojolicious, add adds the following functionality :

$app->startup

Adds the autodata_handler plugin, common routes, and sets up logging for the client using log::log4perl.

$app->init_logging

Initializing logging using ~/etc/log4perl.conf

$app->dump_api

Dump out the API for this REST server.

$app->dump_api_table( $table )

Dump out the column information for the given table.

$app->config

Returns the config (an instance of Clustericious::Config) for the application.