Skip to content

adjust/analytics-software-engineer-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Test assignment for Analytics Software Engineer position

This repo contains Github event data for 1 hour.

Please write a CLI application that outputs:

  • Top 10 active users sorted by amount of PRs created and commits pushed
  • Top 10 repositories sorted by amount of commits pushed
  • Top 10 repositories sorted by amount of watch events

The CLI interface definition is up to you.

This assignment must be written in Golang. Please don't use any type of database or data processing engines (such as Apache Spark), this data should be processed by your application.

What we want to see in your solution:

Your code should be: - Readable - Testable - Maintainable - Extensible - Modifiable - Performant

Please be prepared to answer questions on how you achieved those goals and which trade offs you made.

Please also keep an eye on:

- Tests
- Structured, meaningful commits
- a Readme on how to run the solution

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published