GithubHelp home page GithubHelp logo

backend-test's Introduction

Video Share

We buy videos from several sources. Each source provides its content to us in a different format. Write a command line script to import the videos.

Input/output should be something like this:

$ import glorf

importing: "science experiment goes wrong"; Url: http://glorf.com/videos/3; Tags: microwave,cats,peanutbutter
importing: "amazing dog can talk"; Url: http://glorf.com/videos/4; Tags: dog,amazing

Considerations:

  • Currently, we are importing videos from 2 sites: flub, and glorf. They send us their weekly feed via email. This weeks files are in /feed-exports
  • We plan to add a third provider soon who will make their feed available via json output which it will make available via FTP (you don't need to implement this, just keep it mind)
  • Do not implement any data persistence code, just provide some dummy classes that echo what they are doing. Keep in mind that the company is planning to switch from MySQL to Cassandra in 4 months.
  • The focus here should be on design, more than implementation. We are less interested in seeing that this works than in seeing how you approach the problem.
  • Please provide at least some unit tests (it is not required to write them for every class). Functional tests are also a plus.
  • Please provide a short summary as SUMMARY.md detailing anything you think is relevant, for example:
    • Installation steps
    • How to run your code / tests
    • Where to find your code
    • Was it your first time writing a unit test, using a particular framework, etc?
    • What would you have done differently if you had had more time
    • Etc.

Delivery

Please squash your commits into one, create a git patch (https://ariejan.net/2009/10/26/how-to-create-and-apply-a-patch-with-git/) and email your completed test to me.

backend-test's People

Contributors

skyellin avatar amavica-mad avatar

Watchers

James Cloos 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.