Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.96 KB

README.md

File metadata and controls

48 lines (36 loc) · 1.96 KB

Edwards Aquifer Big Data

What is the Edwards Aquifer Big Data project?

Why are we doing the Edwards Aquifer Big Data project?

How can you help?

Getting Started

Stuff you need to have already (prerequisites)

  • a code editor (use what works for you or try Atom)
  • a Linux, OS X, or Windows system
  • a recent install of node.js from http://nodejs.org

Before you clone this repository

  • Make sure you install Meteor, the full-stack reactive javascript platform
  • Linux and Mac OS X install meteor with curl https://install.meteor.com/ | sh
  • Windows install from https://install.meteor.com/windows

Development stuff you should know (FYI)

OK, GO! Give me the code so I can help!

  • In your projects directory, run git clone https://github.com/codeforsanantonio/edwards_aquifer.git

GitHub Workflow

  • After cloning, git branch <your-name>, where is a variable.
  • Now checkout the branch with git checkout <your-name>, where is a variable.
  • Type git branch to confirm that youa re in your <your-name> branch.
  • Do the following from here on out:
    • Use git add to add your new files and edits
    • Commit frequently, writing useful commit messages with git commit
    • Do git pull origin master to make sure you're up to date.
    • Resolve any possible conflicts
    • Then git push origin <your-name> to get your code on GitHub.
    • Issue a pull request
    • Ensure someone else reviews and merges your code.
    • Keep going in this cycle.

Big Pool of Data

We expect our input raw information to be either structured with a SQL dump, CSV dump, JSON response, or presented unstructured in a key value store.

Opinionated Software Options

https://Meteor.com for our Full stack, real-time javascript platform Access Web-RTC with https://developer.kandy.io/docs/javascript/2-4