|
|
BIRT |
|
IntroductionThe BIRT sample database provides a simple set of tables and data that form the basis for BIRT sample reports. The schema is for Classic Models, a retailer of scale models of classic cars. The database contains typical business data such as customers, orders, order line items, products and so on. It was designed to illustrate many of the features of the BIRT report designer. The sample database is open source; you are free to use it for your own use to experiment with other tools; to create samples for other tools, etc. The sample database is provided under the terms Eclipse.org Software User Agreement. SchemaThe database consists of seven tables:
This ER-diagram shows the table structure and relationships. (PDF version) InstallThe sample database is available in three forms:
MySQL VersionTo install the MySQL version of the sample database, you must have MySQL installed. See mysql.com for instructions. Install the MySQL JDBC driver into BIRT:
jdbc:mysql://[host][,failoverhost...][:port]/[database]… You are now ready to create the Classic Models database:
Localized Version of the Sample DatabaseFollowing is the Derby Database localized into French, German, Spanish, Japanese, Korean, and Simplified Chinese. UsageYou can now use the sample database within BIRT to create reports. The key information you need to get started is how to create a data source for the database. The details vary depending on the database system you selected. Apache DerbyThe Apache Derby version of the database is included in the BIRT download as a built-in data source. To access it, simply select the "Classic Models Inc. Sample Database" entry in the new data source dialog. MySQLData source properties for the MySQL sample database:
LogosSee also the logos page for images you can use in sample reports against this database. |