Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

What is the ThinkChicago Workbench?

...

DatasetDescriptionAPISize (CSV)

2FM Tech Challenge

Fleet and Facilities Management (2FM) vehicle and equipment data.N/A534M
Array of Things LocationsLocations of Array of Things sensor nodes.REST API6.5K CSV; 28K JSON

Crimes 2001 - present

Incidents of crime since 2001.REST API1.4G CSV

Divvy Trips

Individual Divvy bike sharing trips, including the origin, destination, and timestamps for each tripREST API2.4G CSV

Divvy Bicycle Stations (historical)

Historical availability of bicycles and docks to return bicycles at the Divvy stations.REST API9.4G CSV

Taxi Trips

Taxi trips reported to the City of Chicago.REST API8.0GB CSV only


Each of these datasets is available in the /shared directory of any running application in Workbench. 

Note that some of these files are large and you will not be able to read the entire file into memory.  Please prepare accordingly (and see resource limits below).

F.A.Q.

What applications are available?

  • Cloud9 development environments for popular languages including Python, Java, PHP, and Node.js
  • Data analysis environments including Jupyter Notebooks and RStudio
  • Database and data management software including MySQL, PostgresSQL, and MongoDB

...

What are the limits on my account?

Each user account is limited to 4 cores, 8GB RAM memory, and 10GB storage. This means that you will not be able to read entire datasets into memory or start many different applications.

...

How do I get data on/off of Workbench?

  • Github: We strongly encourage you to use Github (or similar service) to store all of your source code and data.  
  • File Manager: The Workbench File Manager application can be used to upload/download data.

...

Where can I find the provided datasets?

Along with the /shared directory described above, your /home directory is available in every running application.  Just look under /home/<userid>.

Where can I get further help?

Are there any examples available for developing in the Cloud9 IDE?

Yes, please take a look at https://github.com/nds-org/thinkchicago-examples for some simple examples to help you get started.