Skip to content

ericlundin/backend-tech-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

The Test

We have the following JSON file hosted on S3 that contains some metadata about videos of Sofar performances:

https://s3-eu-west-1.amazonaws.com/sofar-eu-1/video_data.json

We would like to see a simple application that ingests this data somehow (it is up to you how you process it), and we would like you to design an API route that allows querying of this data by the video's song name, artist or the city the video was performed in.

We would like you to spend about 3 hours on this task.

Notes

  • We would like to see your journey, so please use your git commits to tell us a story
  • We love TDD so some kind of test suite is a plus, we aren't expecting a full test suite, just do enough to show a clear approach.
  • We'd like to see an approach to store and query data that is more scalable and performant than looping over all records in memory.
  • If you'd like to show off your front-end knowledge, then feel free to create a simple frontend using any modern frontend framework.
  • If you can't achieve everything in the time use the readme to tell us what you would do next.

Deliverables

Please clone this repository add some code and update the Readme with how to run your app and import.

Then upload to somewhere like github or bitbucket and share with us.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published