An open API service indexing awesome lists of open source software.

https://github.com/girz0n/lupa-visualization

Statistics visualizations gathered with the Lupa framework
https://github.com/girz0n/lupa-visualization

data-visualization kotlin python

Last synced: 4 months ago
JSON representation

Statistics visualizations gathered with the Lupa framework

Awesome Lists containing this project

README

          

# Lupa-Visualization
[![JetBrains Research](https://jb.gg/badges/research.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
[![Python build](https://github.com/GirZ0n/Lupa-Visualization/actions/workflows/main.yml/badge.svg)](https://github.com/GirZ0n/Lupa-Visualization/actions/workflows/main.yml)

This repository contains the source code of the statistics visualizations gathered with the [Lupa](https://github.com/JetBrains-Research/Lupa) framework.

The collected data is located in the [`resources`](./resources) folder. You can use them for your own analysis and visualization.

## Available visualizations
The visualization of the following statistics is currently available:
- [Kotlin Imports](https://lupa-visualization-kotlin-imports.streamlitapp.com)
- [Kotlin Gradle Dependencies](https://lupa-visualization-kotlin-gradle-dependencies.streamlitapp.com)
- [Python Imports](https://lupa-visualization-python-imports.streamlitapp.com)
- [Python Call Expressions](https://lupa-visualization-python-call-expressions.streamlitapp.com)

You can also run the visualization locally:
```
streamlit run src//About.py
```
where `` corresponds to the name of the visualization you want to run. For example, for Python Imports `` will be equal to `python_imports`.