# Assetto Corsa Stats Service
This project contains the following components:
- cron script: this is the script that reads and processes driver results and stores data in a sqlite db file.
- stats service: this is a wsgi service used to interact with the stored data and the minimal http interface AC provides
## Stats service
Exposed paths:
- */api/server_info*: return information for the configured server
- */api/tracks*: return a list of unique tracks stored in db
- */api/tracks/{track_name}/bestlaps*: return a list of all the best laps for a specific track.
- */api/tracks/{track_name}/{car_names}/bestlaps*: return a list of all the best laps for a specific track and cars.
Example: ```[..., {"car_name": "ferrari_458_gt2", "track_name": "monza", "driver_name": "FooBar", "best_lap": 426007}, ...]```
## Installation
```python setup.py install (virtualenv is recommended)```
### Example crontab job
```*/2 * * * * /opt/assetto_stats_service/python27/bin/acss_cron /path/to/assetto_corsa/dedicated/server/results /opt/assetto_stats_service/acss.db```
### Example supervisord service configuration:
```
[program:assetto_corsa_stats]
command=/opt/assetto_stats_service/python27/bin/acssd /opt/assetto_stats_service/etc/acss.conf
directory=/opt/assetto_stats_service
numprocs=1
user=nobody
```
This project contains the following components:
- cron script: this is the script that reads and processes driver results and stores data in a sqlite db file.
- stats service: this is a wsgi service used to interact with the stored data and the minimal http interface AC provides
## Stats service
Exposed paths:
- */api/server_info*: return information for the configured server
- */api/tracks*: return a list of unique tracks stored in db
- */api/tracks/{track_name}/bestlaps*: return a list of all the best laps for a specific track.
- */api/tracks/{track_name}/{car_names}/bestlaps*: return a list of all the best laps for a specific track and cars.
Example: ```[..., {"car_name": "ferrari_458_gt2", "track_name": "monza", "driver_name": "FooBar", "best_lap": 426007}, ...]```
## Installation
```python setup.py install (virtualenv is recommended)```
### Example crontab job
```*/2 * * * * /opt/assetto_stats_service/python27/bin/acss_cron /path/to/assetto_corsa/dedicated/server/results /opt/assetto_stats_service/acss.db```
### Example supervisord service configuration:
```
[program:assetto_corsa_stats]
command=/opt/assetto_stats_service/python27/bin/acssd /opt/assetto_stats_service/etc/acss.conf
directory=/opt/assetto_stats_service
numprocs=1
user=nobody
```
Release files for acss 0.5.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| acss-0.5.2.tar.gz | 4.8 kB | Details |
Release files / acss-0.5.2.tar.gz
| Download URL | acss-0.5.2.tar.gz |
|---|---|
| Size | 4.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7364a464f22b5975c3e61d5b0e5578a1daf7bf8c0c3ee67079946a4c3f86c796
|
|
BLAKE2b-256 checksum How to use checksums |
f2fc28a8a98dde1f9ecf25d3e053d7d913a30d1ca3d1b1dc9145bb9d68c7e48b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |