https://github.com/dimasmith/message-stats
https://github.com/dimasmith/message-stats
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dimasmith/message-stats
- Owner: dimasmith
- Created: 2016-09-05T20:36:01.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-27T20:31:14.000Z (over 9 years ago)
- Last Synced: 2025-03-14T18:48:38.852Z (over 1 year ago)
- Language: Java
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SMS Stats
=========
Process stats from SmsBackupRestore export files.
# Running
It is standard spring boot application. So it can be started with
```
gradlew bootRun
```
## Parameters
| Property | Env | Meaning |
| --- | --- | --- |
| `import.url` | `IMPORT_URL` | URL or file where xml file with messages is present |
# REST
Configured statistics endpoints:
Count messages by sender
```
/v1/stats/bySender
```
Count messages by day of week
```
/v1/stats/byDayOfWeek
```
Count messages by month
```
/v1/stats/byMonth
```