MySQL Databases

What are they?

We bring data from all sorts of public sources into the lab and organize them in MySQL databases for easy programatic access. Rather than creating 50 tables in a single database, we've split them into multiple databases maintained on the same server. The distinction is artificial: one query can move between databases without trouble. Bringing new data into the lab, designing a schema, and putting it online is one of the major tasks for the principle research programmer.

Information about the MySQL server itself (as opposed to the data) can be found here.

Details about the existing databases and their schemas can be found here.

Where do they live?

Currently, the server and all data reside on fugu.

Standard Operating Procedures



back home
bobsedge@andrew.cmu.edu