GithubHelp home page GithubHelp logo

automatons's Introduction

DataMaster

This is the MDM system built by the Automatons for Cal Poly's CPE 366 class in the spring of 2015. What follows are directions on how to get started and explanations of the basic function of this code.

Getting Started

You'll need MySQL and Ruby installed in order to run this system. You'll also need a number of gems and their dependent libraries.

Begin by cloning this repository locally so you'll be able to run the programs in it. Create two databases in MySQL: one for testing and one for processing your actual data. To use these databases, the application will need to know their credentials. It uses the credentials stored in the following environment variables:

  • mysql_host
  • mysql_password
  • mysql_user
  • mysql_database

Generally, you will want to set systemwide environment variables to the correct values for production, and then set the testing values in the file ".env.test" which is in the repo. The file ".env" may be used to store production values if it is not feasible to set them globally.

The data we are working with is available in the Providers.tsv and Specialties.tsv files.

Once you've created a database and set the environment variables appropriately, you'll want to run rake. This will create the database tables needed and insert all the data into them. Once this completes, you will be able to use ./bin/app to run the MDM application.

There are many tests available for DataMaster. To run them, run rake test. This will run both the Cucumber acceptance tests and the RSpec unit tests. For code coverage information, run rake coverage.

To generate documentation, run yard in the top-level directory of the project. For advice on documentation quality, run inch in the top-level directory of the project.

automatons's People

Contributors

andyg0808 avatar ccarroll511 avatar ismithgr avatar joshterrell805 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

andyg0808

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.