https://github.com/micheldumontier/sparql-log-analysis
https://github.com/micheldumontier/sparql-log-analysis
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/micheldumontier/sparql-log-analysis
- Owner: micheldumontier
- License: mit
- Created: 2023-08-24T09:30:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-31T06:56:14.000Z (almost 2 years ago)
- Last Synced: 2025-02-14T01:42:03.077Z (4 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```