Skip to content

aesadde/haskell-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

haskell-stats

The aim of this project is to provide a complete set of statistics about hackage that are updated continuously.

Currently the project supports:

  • Getting the most popular and most downloadaded package.

  • Getting the most popular module and id (e.g. function).

This is currently done from parsing a previously downloaded set of packages. The idea is to provide this and other information directly from the packages available in hackage (or maybe stackage?).

TODOS

  • Clean up the code and refactor as much as possible using good coding practices (at the moment everything is a bit too hacky).

  • Use the hackage API to get all the necessary information to crunch the numbers.

  • Provide an extensively API that can be used to reuse the provided statistics in other ways.

About

A tool to aumtotically gather statistics from hackage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors