DevLake offers an abundance of data for exploration. This playground contains a basic set-up to interact with the data using Jupyter Notebooks and Pandas.
poetry install in the root directory.notebooks directory and run the jupyter server poetry run jupyter notebook.ipynb) in the notebooks directory from your IDE directlyA good starting point for creating a new notebook is template.ipynb. It contains the basic steps you need to go from query to output.
To define a query, use the Domain Layer Schema to get an overview of the available tables and fields.
Use Pandas api to organize, transform, and analyze the query results.
A notebook might offer a valuable perspective on the data not available within the capabilities of a Grafana dashboard. In this case, it's worthwhile to contribute this notebook to the community as a predefined notebook, e.g., process_analysis.ipynb (it depends on graphviz for its visualization).
The same goes for utility methods with, for example, predefined Pandas data transformations offering an interesting view on the data.
Please check the contributing guidelines.