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

https://github.com/commoncrawl/cc-webgraph-statistics

Statistics of Common Crawl monthly Web Graphs
https://github.com/commoncrawl/cc-webgraph-statistics

Last synced: 9 months ago
JSON representation

Statistics of Common Crawl monthly Web Graphs

Awesome Lists containing this project

README

          

# cc-webgraph-statistics

![image](docs/img/masthead.webp)

Web page showing statistics and plots derived from Common Crawl's monthly Web Graphs, and generation tools.

## Setup

```
cd src
make
```

## Updating

```
cd src
make update
```

## Modifications

Sometimes you may want to generate the HTML without generating the plots. You can do this with:

```
cd src
make noplot
```