An open API service indexing awesome lists of open source software.

https://github.com/michaeljklein/hackage-stats

Haskell stats and graphs
https://github.com/michaeljklein/hackage-stats

hackage haskell mathematica r scraper

Last synced: 12 months ago
JSON representation

Haskell stats and graphs

Awesome Lists containing this project

README

          

# hackage-stats
Haskell stats and graphs

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/fd26dc6984784f3094e3ebe01155e054)](https://www.codacy.com/app/michaeljklein/hackage-stats?utm_source=github.com&utm_medium=referral&utm_content=michaeljklein/hackage-stats&utm_campaign=badger)
[![Build Status](https://travis-ci.org/michaeljklein/nil-passer.svg?branch=master)](https://travis-ci.org/michaeljklein/nil-passer)

## Connectivity graph

Hackage connectivity graph in:
- [Gephi](https://github.com/michaeljklein/hackage-stats/blob/master/graph6.gephi)
- [Mathematica](https://github.com/michaeljklein/hackage-stats/blob/master/mathematica_graph.txt)
- [PDF](https://github.com/michaeljklein/hackage-stats/blob/master/graph6.1.pdf)
- [SVG](https://github.com/michaeljklein/hackage-stats/blob/master/images/graph6.1.svg)
- [PNG](https://github.com/michaeljklein/hackage-stats/blob/master/images/graph6.1.png)

![Hackage Packages][graph6.1]

## Other graphs

![Percent depended on 1](https://github.com/michaeljklein/hackage-stats/raw/master/images/Percent%20depended%20on1.png)

![Most depended on](https://github.com/michaeljklein/hackage-stats/blob/master/images/most%20depended%20on.png)

![Number of dependencies 2](https://github.com/michaeljklein/hackage-stats/blob/master/images/numdeps2.png)

![Size histogram](https://github.com/michaeljklein/hackage-stats/blob/master/images/size%20hist.png)

![Size vs. # Dependencies](https://github.com/michaeljklein/hackage-stats/blob/master/images/size%20vs%20numdeps.png)

[graph6.1]: https://github.com/michaeljklein/hackage-stats/blob/master/images/graph6.1.png "Hackage Packages"

## Data

https://github.com/michaeljklein/hackage-stats/tree/master/data

## Haskell code

The main Haskell code may be found [here](https://github.com/michaeljklein/hackage-stats/tree/master/hackage-info)

[Haddock documentation](https://michaeljklein.github.io/hackage-stats/docs/index.html)

## Notes

[Scraping notes](https://github.com/michaeljklein/hackage-stats/blob/master/notes.md)