tfox12 / SC2-Analysis

A two part project. Part one will be a program that can extract sc2 replay information and insert it into a hadoop sequence file. Part two will be a set of hadoop jobs that analyze the sequence files. Ideally, each sequence file would either be attributed to a player, or a tournament.
0 stars 0 forks source link

Grid where? #6

Closed tfox12 closed 11 years ago

tfox12 commented 11 years ago

Where is the grid going to exist. For dev, I think it can be a one node cluster. Possibly a RaspPi cluster for distributed dev environment.

tfox12 commented 11 years ago

For now, local development will run on my laptop. Mac mini as a prod environment until something else comes along. Prod could also run in EC2

tfox12 commented 11 years ago

As far as comments about the development environment, I have created 2 more branches: deploy and live deploy is a staging branch where merging into this will trigger a build on the dev box. If that passes, then the build will move to the live branch. From there, the production environment will pick up the new jars and run using those.

I should look into branching strategies