RADAR-base / RADAR-REST-Connector

A Kafka Source connector to receive data from REST APIs and publish them to Kafka. It has an extended version to support FitBit APIs.
https://radar-base.org/
Apache License 2.0
4 stars 4 forks source link

Polar REST-API Integration #112

Open afolarin opened 10 months ago

afolarin commented 10 months ago

Integration primarily for Polar H10 ECG chest monitor https://www.polar.com/uk-en/sensors/h10-heart-rate-sensor but also the new wrist wearable Polar Vantage V3.

Developer Portal & API:

yatharthranjan commented 10 months ago

Yes would be a good addition. This should be added as a library first (similar to Oura work) as it supports webhooks and the implementations can later be used in push endpoint too

afolarin commented 8 months ago

I also note that SDK is available here https://github.com/polarofficial/polar-ble-sdk so an alternative for pRMT integration.