Giter VIP home page Giter VIP logo

ethanscalatest's Introduction

About the solution

The program

  1. Reads records from provided output file, and parse the record to a CounterRecord case class
  2. Aggregate the records to get expected statisitcs
  3. Display the results in console

Error handling

  1. The programm checks if file path for the output file is given, and throws error if no provided
  2. If the file is corrupted, or program fails to extract records (like missing count, or incorrect date format), runtime exception will be thrown.
  3. I have tried using Either / Try to handle exception in a different branch error-handling. In the branch, runtime error will be handled at top level. Skipping incorrect record can be implemented in the branch.

Get started

The project is built with SBT. Please refers to Installing SBT for setup instruction.

To run the program, use following command:

sbt "run ./data/outputs"

Expected outputs:

Total count: 398

Daily count:
Date: 2016-12-01 Count: 179
Date: 2016-12-05 Count: 81
Date: 2016-12-08 Count: 134
Date: 2016-12-09 Count: 4

Top 3 records with most count:
Datetime: 2016-12-01T07:30 Count: 46
Datetime: 2016-12-01T08:00 Count: 42
Datetime: 2016-12-08T18:00 Count: 33

Done!

To run all tests, use following command:

sbt test

ethanscalatest's People

Contributors

ethanli83 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.