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

https://github.com/micheldumontier/sparql-log-analysis


https://github.com/micheldumontier/sparql-log-analysis

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# sparql-log-analysis
Project to extract and analyze SPARQL log files

## Install

Create and activate virtual environment

```bash
python -m venv .venv
source .venv/bin/activate
```

Install dependencies
```bash
pip install -e .
```

With hatch
```bash
hatch run python src/analyze_sparql_logs.py
```

Without hatch
```bash
python src/analyze_sparql_logs.py
```