Sample Data Sets

Available Databases

The following database is available currently:

  • “so”: stack overflow users profiles and badges used in the Analytica in 5 steps example.

Datasets in Hosted MongoDB

The easiest way to get access to sample datasets is to connect to the MongoDB server that Analytica has made available in a hosted environment:

  • The host name is “datasets.analytica.com”
  • The port number is “43657″
  • The user name you will need for read-only access is “analytica”
  • The password is “analytica”

Datasets for Download

If you’d like to install the sample datasets on your own MongoDB, you can download it here:

  • “so”:  Link: so. This link contains the zip file so.zip; download, unzip, and create the so database with “mongorestore -d so so” on the command line