Skip to content

Challenge for those applying to the Software Engineer, Big Data position

Notifications You must be signed in to change notification settings

jamesaspinwall/data-engineering

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Challenge for Software Engineer - Big Data

Setup

  1. Make sure you have ruby by running: ruby -v
  2. cd bigdata
  3. bundle install

Run server

  1. cd bigdata
  2. RAILS_ENV=development rails s

Upload file

  1. Load url 'http://localhost:3000/orders/upload'
  2. Select the file to upload
  3. Click Upload button

Run tests

  1. Only model tests are implemented. Run 'bundle exec rspec spec/models/'
  2. And one controller test. Run 'bundle exec rspec spec/controllers/uploads_controller_spec.rb

About

Challenge for those applying to the Software Engineer, Big Data position

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 94.9%
  • CSS 3.0%
  • CoffeeScript 1.3%
  • JavaScript 0.8%