Skip to content
andyk edited this page Jan 15, 2011 · 2 revisions

The various components of the RAD Lab stack will be dumping relevant metrics (which are specified in the RAD Lab demo Google doc) into a mySQL database which is being administered by Ari Rabkin.

To dump records to this database from a Scala program, do something like the following:

import java.sql.{Connection, DriverManager, ResultSet, SQLException}
Clone this wiki locally