Giter Club home page Giter Club logo

black_thursday's Introduction

Black Thursday

Find the project spec here.

Project completed by:

Charlie Kaminer and Nick Pisciotta

Purpose:

The purpose of Black Thursday was to create a system that could take in business intelligence data and perform a variety of actions on it (i.e. read, parse, query, etc.) There were six classes of data:

  • Merchant
  • Invoice Items
  • Invoices
  • Customers
  • Transactions
  • Items

The overarching goal was to create a sales analyst/engine that could handle any of the tasks listed above by traversing to and from each of the six repositories.

Parts:

There were a variety of pieces required to analyze the data. This included the ability to calculate averages, standard deviations, sorting by ids, linking relationships, and running queries that traverse many levels of data.

Workflow:

We were able to complete this project using the given spec as a guide for how to build everything from the ground up. We started out making unit classes and their matching repositories before we ran any queries using the sales analyst. This helped us keep everything in order and link objects together in an orderly way.

Challenges:

One of the main challenges of this project was dealing with large data sets that were given. Testing was difficult to implement due to the size/run time of this data. When we tried shrinking the data set it became a challenge to find meaningful results due to all of the moving parts that had to match up in the data. We circumvented this problem by creating our own smaller data sets. This allowed us to throughly test our results better and decreased our test suite run time greatly.

Successes:

The feature we are most proud of on this project is the emphasis on the single responsibility principle. We spent a large amount of time refactoring, creating modules, and moving methods to a more appropriate class, which we thought made the project a lot more readable. Our hope is that someone opening this project for the first time would be able to spend a minimal amount of time figuring out what methods are trying to accomplish and where they need to go to accomplish them.

black_thursday's People

Contributors

ckaminer avatar nickpisciotta avatar jcasimir avatar biglovisa avatar rwarbelow avatar joshcheek avatar kytrinyx avatar pzula avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  avatar

black_thursday's Issues

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.