Skip to content

digideskio/mit-datahub

 
 

Repository files navigation

Build Status Code Climate

Note: This project is under development. It is not yet ready for production use.

DataHub

DataHub is an experimental hosted platform (GitHub-like) for organizing, managing, sharing, collaborating, and making sense of data. It provides an efficient platform and easy to use tools/interfaces for:

  • Publishing of your own data (hosting, sharing, collaboration)
  • Using other’s data (querying, linking)
  • Making sense of data (analysis, visualization)

Get Started

Example Code

Demo

Contact Info

Quickstart

Vagrant is the recommend method for developing with DataHub. It provides a VM matching the DataHub production server, regardless of your host system.

  1. Install VirtualBox https://www.virtualbox.org/.

  2. Install Vagrant https://www.vagrantup.com/downloads.html.

  3. Clone DataHub:

    $ git clone https://github.com/datahuborg/datahub.git
  4. Add this line to your hosts file (/etc/hosts on most systems):

    192.168.50.4    datahub-local.mit.edu
  5. From your clone, start the VM:

    $ vagrant up

This last step might take several minutes depending on your connection and computer.

When vagrant up finishes, you can find your environment running at http://datahub-local.mit.edu.

Vagrant keeps your working copy and the VM in sync, so edits you make to DataHub's code will be reflected on datahub-local.mit.edu. Changes to static files like CSS, JS, and documentation must be collected before the server will notice them. For more information, see the docs at https://datahub.csail.mit.edu/static/docs/html/index.html.

About

An experimental hosted platform (GitHub-like) for organizing, managing, sharing, collaborating, and making sense of data.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 54.7%
  • HTML 14.7%
  • Python 14.6%
  • CSS 9.5%
  • Objective-C 4.6%
  • Shell 0.7%
  • Other 1.2%