Skip to content
 
 

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purchase File Importer

This application takes a tab-delimited file of purchases, parses it into the database, and shows the gross revenue of the file.

This app uses Ruby 1.9.3. Please make sure it is properly installed before setting up the application.

It uses Carrierwave (github.com/carrierwaveuploader/carrierwave) to store the files.

To get the application up and running:

cd data-engineering/
bundle
rake db:create
rake db:migrate
rails s

Then go to localhost:3000/ and take a look!

To run the test suite:

cd data-engineering/
bundle
rspec spec/

About

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

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages