faun / new_relic

NewRelic coding challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New Relic

Events

For each host within an organization, events should be storable and retrievable. Events consist of:

  • timestamp

  • payload

  • host_id

  • organization_id

Events can come from multiple organizations and an organization can have multiple hosts.

Application Prerequisites:

  • Ruby 2.3.0
  • PostgreSQL

Setup:

bundle install
bundle exec rake db:migrate

How to run the test suite:

bundle exec rspec

About

NewRelic coding challenge


Languages

Language:Ruby 85.1%Language:HTML 11.7%Language:CSS 1.6%Language:JavaScript 1.6%