Skip to content

iFengZhao/ssg-dataset

 
 

Repository files navigation

pytest

Popularity of static site generators

Static site generators are tools to create blogs, landing pages and documentation.

This repo contains Github data (stars, forks, issues, create and last modified dates) for 30 open source static site generators (SSG). The repo also hosts the code used to create the dataset.

Try live

Open in Streamlit Demo in Google Colab

Streamlit app lays out a data story about SSGs with several visualisations. Colab is a try and see playground with some code for charts.

Dataset

Download CSV DOI

The stable URL for dataset is https://raw.githubusercontent.com/epogrebnyak/ssg-dataset/main/data/ssg.csv

To download:

import pandas as pd
url = ("https://raw.githubusercontent.com/"
       "epogrebnyak/ssg-dataset/main/data/ssg.csv")
df = pd.read_csv(url, parse_dates=["created", "modified"])

Sample:

'000 stars Language
hugo 49.3 go
gatsby 48.6 js
jekyll 42.0 ruby
hexo 32.0 js
vuepress 18.2 js
mkdocs 11.3 python
pelican 10.1 python
octopress 9.4 ruby
eleventy 8.2 js
metalsmith 7.6 js
gridea 6.8 js
middleman 6.7 ruby
mdBook 5.6 rust
zola 4.8 rust
sphinx 3.7 python
wintersmith 3.5 js
lektor 3.4 python
Cactus 3.4 python
Publish 3.1 swift
bookdown 2.3 r
hakyll 2.3 haskell
nikola 2.1 python
fastpages 2.1 python
jupyter-book 2.0 python
scully 2.0 js
nanoc 1.9 ruby
ihp 1.7 haskell
cobalt.rs 0.9 rust
Franklin.jl 0.4 julia
bridgetown 0.3 ruby

Citation

Evgeny Pogrebnyak. (2021). Github data for static site generators (SSG) popularity (Version 0.1.2) [Data set]. Zenodo. http:https://doi.org/10.5281/zenodo.4429834

About

Open reproducible dataset on static site generators (SSG) popularity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 55.4%
  • Jupyter Notebook 44.6%