The Data Studio

Source Files for Java Library DataWarehousingTools

You can use these as you choose. All the samples have been tested, but you use them entirely at your own risk. We take no reponsibility for what you do with them.

You can download a tar or zip archive of all the source files, or access them individually.

Compressed tar file, usually better for for UNIX and Mac compressed tar file
Zipped file, usually better for Windows zip file

Individual Files

Description Download link
Reads configuration from data_quality database and makes the parameters available through Java get methods Configuration.java
Holds in memory a list of ConnectionElement representing database connections ConnectionList.java
The object representing one database connection, an element of ConnectionList ConnectionElement.java
A thin wrapper around java.io.FileWriter (candidate for refactoriign) DashboardFile.java
Log in to a database being analysed (rather than the data_quality database) DatabaseLogin.java
home-grown simple (but very useful) logging LogFile.java
Used for recording and printing start, end and elapsed time in log files (or anywhere) Timer.java
Used in generating web pages for data quality monitor and data profiler XmlElement.java
Reads configuration from a file and makes the parameters available through Java get methods. This is the preferred method for the future. MetadataConfiguration.java