Use-Case Repository

In order to facilitate Big Data research in academia and research labs, we are assembling a variety of real uses-cases and known benchmarks and base our experiments and feature requirements on real use-cases from a variety of domains, primarily various domain sciences. To help the community, we are making these use-cases publicly available. Each use-case comprises data and examples of the processing to be done on that data.

This effort is brought to you by the University of Washington database group, AstroDB team, Survey Science group, N-body Shop, eScience Institute, and the Big Data group.

We also have an older repository of Hadoop applications as part of our earlier Nuage project.

Twitter Dataset and Queries

Short Description: This set of use-cases contains graph queries on a Twitter follower-followee graph.

UW-CAT: University of Washington CoAddition Testing Use-Case

Short Description: This use-case involves processing astronomy data in the form of 2D images output by a telescope. The 2D images are stacked together to form a 3D array with (x,y,t) coordinates where (x,y) are the pixel positions and t is the time dimension. Several data analysis tasks are then performed on this 3D array. For now, we focus on the simplest type of analysis: An iterative data cleaning algorithm, called “Sigma-Clipping”, followed by a co-addition operation. The goal of this analysis is to detect faint sources (a “source” can be a galaxy, a star, etc.), too faint to be seen on a single image, but bright enough to appear on the co-added image. The illustrative comparison of one single image and its corresponding co-added image is shown below. There are many faint objects that show up in the co-added image but not in the single image. The sigma-clipping phase serves to clean-out outliers before the co-addition step.

Detailed description: Link to data and detailed description.

Seaflow

coming soon…

Music Information Retrieval over the Million Song Dataset

Short description: This use-case involves making the Million Song Dataset available in an easily queryable form, and implementing some common methods used in Music Information Retrieval so domain experts can conveniently analyze the data set. Many of these methods are drawn from a 2012 Nature paper analyzing the data set, linked above. We plan to reproduce many of the results in that paper by implementing new features in the underlying database and adding language features to MyriaL.

Long description : Link to data and detailed description.

Flights

Short description: This use-case involves all flights in the United States from 1987 to present day. There are numerous categorical and continuous attributes for each flight. To download an entire month’s worth of data by url, use http://www.transtats.bts.gov/Download/On_Time_On_Time_Performance_[year]_[month].zip.