https://github.com/nkeramov/neuromask_nifi_bundle
https://github.com/nkeramov/neuromask_nifi_bundle
nifi-custom-processor
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nkeramov/neuromask_nifi_bundle
- Owner: Nkeramov
- Created: 2023-02-17T15:43:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-30T09:18:35.000Z (over 1 year ago)
- Last Synced: 2025-01-30T10:25:54.676Z (over 1 year ago)
- Topics: nifi-custom-processor
- Language: Java
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neuromask NiFi bundle
This project provides Apache NiFi custom processors package for working with Neuromask.
Neuromask is a project to create a smart device in the form of a mask with sensors
of various types that collects biomedical data from a person. The collected data is
recorded and transmitted first to a mobile application in the form of a binary data
package, and then sent to the company's servers for uploading to the analytical
platform. The device was built on ESP8266.
The platform analyzes the performance of the cardiovascular, external and autonomic
nervous systems, as well as data on the state of the environment and types of
physical activity at a particular point in time.
The ETL pipeline was built on Apache NiFi.
At the moment, the package contains one processor that allows you to convert
a binary data package into a set of JSON records for subsequent uploading
to the platform storage.