Skip to content

TrangNguyenBC/active-data-recipes

 
 

Repository files navigation

Build Status PyPI version PyPI version

active-data-recipes

A repository of various ActiveData recipes. A recipe is a small snippet that runs one or more active data queries and returns the output. Queries can sometimes be modified by command line arguments and output can sometimes be post-processed.

Each recipe should try to answer a single question.

Software requirements

  • You will need Python 3.6 or higher to run the program.

Installation

pip install active-data-recipes

or

git clone https://github.com/mozilla/active-data-recipes
cd active-data-recipes
python setup.py develop

Usage

Run:

adr <recipe> <options>

For a list of recipes:

adr --list

For recipe specific options see:

adr <recipe> -- --help

Recipes

See the recipe documentation for more information on which recipes are available and how to run them.

About

A repository of various activedata queries and recipes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.7%
  • HTML 8.0%
  • JavaScript 2.5%
  • Shell 0.8%