Build¶
From source (Recommended)¶
git clone git@github.com:hariharan-devarajan/dftracer.git
cd dftracer
pip install ".[dfanalyzer]"
From pip¶
pip install pydftracer[dfanalyzer]
Getting Started with DFAnalyzer¶
The most user-friendly way to utilize DFAnalyzer to analyze traces from DFTracer is to use Jupyter Notebooks. To run the notebook you will have to install Jupyter. We have a simple requirement.txt file for that as well.
cd dftracer
pip install -r examples/dfanalyzer/requirements.txt
A simple example of loading DFAnalyzer and quick recommended queries are available on to <dftracer>/examples/dfanalyzer/dfanalyzer_distributed.ipynb and run your notebook.