Skip to content

iamkevgarcia/github-top-contributors-by-city

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-top-contributors-by-city

Motivation

Just having fun using CompletableFuture from Java 8 for asynchronous programming.

Get top contributors in given city, at this moment a top contributor is based on quantity of repositories this should be improved early.

As you can read in GitHub users search endpoint the maximum of per page query param is 100, so that i wanted to apply concurrency in order to return asked number of items, so if you ask 101, source code will create two completable calls and then execute them merging returned items by the api.

About

Just Kata using CompletableFuture for asynchronous programming.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages