Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

This repository contains the supporting material for this Building a Superset Community Dashboard blog post.

It provides:

  • a Jupyter notebook that can extract events / actions from a given Github repository and load it incrementally into a database
  • a Superset dashboard as a JSON file that can be loaded into your any Superset instance

Install

# clone the repo
git clone git@github.com:preset-io/dataeng.git
cd python-github

# setup a virtual env
virtualenv env -p -python3
source env/bin/activate

# install required deps
pip install -r requierments.txt
# fire up the notebook server
jupyter notebook

About

A Github API client to extract events and actions, and load into a database

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.