You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This repository contains the code used to analyze the extension ecosystems of PostgreSQL, MySQL/MariaDB, SQLite, Redis, and DuckDB. The code for each of these systems and the instructions on how to run the analysis scripts can be found in their respective directories, except the PostgreSQL index-type analysis, which is included as a submodule.
4
4
5
-
Additionally, we have included our the CSVs used to run our plot scripts and the plot scripts themselves in this repository.
5
+
Additionally, we have included our the CSVs used to run our plot scripts and the plot scripts themselves in the `plot_scripts` directory.
6
6
7
7
Feel free to submit PRs and offer feedback, we would love to hear it!
This directory contains the scripts used to generate the plots in our paper.
3
+
4
+
There are two scripts:
5
+
-`plots.py`: generates the histograms and bar graphs
6
+
-`compatibility_hot_graph.py`: generates the compatibility hot graph (Figure 5 in the paper)
7
+
8
+
To run these scripts, `python3 plots.py` and `python3 compatibility_hot_graph.py` should work as intended. The scripts' dependencies are `matplotlib` and `pandas`.
0 commit comments