Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zsomborjoel/withings-api-exporter
Springboot based API data exporter to database, with token refresher
https://github.com/zsomborjoel/withings-api-exporter
api-rest health spring withings
Last synced: about 1 month ago
JSON representation
Springboot based API data exporter to database, with token refresher
- Host: GitHub
- URL: https://github.com/zsomborjoel/withings-api-exporter
- Owner: zsomborjoel
- Created: 2019-12-15T14:20:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-21T19:47:23.000Z (10 months ago)
- Last Synced: 2024-04-22T00:15:28.371Z (9 months ago)
- Topics: api-rest, health, spring, withings
- Language: Java
- Homepage:
- Size: 202 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Withings-API-Exporter
* SpringBoot
* PostgreSql
* Raspbian Lite as host OS## Model
* Withings Heart Get
* Withings Heart ListWithings documentation: https://developer.withings.com/oauth2/#tag/heart
## Services
* Data persistence
* Token refresh
* Job scheduler
* Extended loggingNon included services are:
- Automated database backup
- Automated backup duplication to dropbox cloud storage## Purpose of this project
Creating historical database for analytical and visualization purposes from ecg data.
It can be shown to doctors for diagnostical purposes.## Visualized ECG data from API
Abnormal ECG
![Abnormal ECG Data](https://github.com/zsomborjoel/Withings-API-Exporter/blob/master/abnormal_ecg.PNG)
Multiple ECG measurement
![Multiple ECG measurement](https://github.com/zsomborjoel/Withings-API-Exporter/blob/master/multiply_ecg_measurement.PNG)