Coder Social home page Coder Social logo

taocao / deepdive Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hazyresearch/deepdive

0.0 2.0 0.0 308.28 MB

DeepDive

Home Page: deepdive.stanford.edu

Makefile 0.07% Scala 28.30% Python 11.07% Shell 3.49% Perl 1.84% HTML 1.49% XSLT 0.16% Diff 1.79% Java 48.58% GAP 1.70% C++ 1.39% Protocol Buffer 0.13%

deepdive's Introduction

DeepDive v0.05

Licensed under the Apache License, Version 2.0. http://www.apache.org/licenses/LICENSE-2.0.txt

Tested with Travis CI. Build Status

Visit The DeepDive Website

IMPORTANT: You need to be running a database on port 5432 that is accessible to your Docker container. Postgres or MySQL are great options.

Docker instructions:

# Build and tag deepdive image
# You may specify 'dev' as the tag if you desire
docker pull adamwgoldberg/deepdive-github

# Run Deepdive
# All deepdive application code should be created in /root/deepdive/app
# Make sure the deepdive-github tag matches the above one.
# This assumes you have a db container named db. 
docker run -t -d --link db:db --name deepdive adamwgoldberg/deepdive-github bash

# Attach shell to Deepdive
# You may need to wait several minutes for your database to initialize.
# The bash shell will block and say "Waiting for DB..." until it finishes.
# This may not be visible from viewing the logs outside of bash.
docker exec -ti deepdive bash

# Inside of that shell run:
cd ~/deepdive
make test

Docker tips:

  • AWS EC2 m.xlarge on Virginia region using ami-84e897ec is a great place to start
  • Ensure you have at least 20GB of storage
  • Any machine with Docker installed should work fine

deepdive's People

Contributors

adamwgoldberg avatar amirabs avatar dennybritz avatar feiranwang avatar mikecafarella avatar msushkov avatar netj avatar rionda avatar zifeishan avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.