-
-
Notifications
You must be signed in to change notification settings - Fork 8
Home
t6 is a "Data-first" IoT platform to connect physical Objects with time-series DB and perform Data Analysis.
- Objects that reprensent your physical devices.
- Flows that contains a serie of measures and customize signature + encryption.
- Dashboards to visualize your important measures.
- Snippets inside Dashboards to visualize and graph your data measures.
- Decision Rules to trigger actions based on rules.
- Sources & Over The Air (OTA) to control your physical Objects.
The following image indicates how Datapoints are going through the IoT platform:
Preprocessor aims to transform incoming Datapoints before any other rules. Preprocessor is having multiple layers in the following sequence:
- The transormation layer and/or validation layer and/or convertion layer are consolidating the value based on combinable rules ;
- This transformation layer is capable of Automatic identification and data capture (AIDC) to detect faces and recognize expressions over images. (beta)
- Then, Sanitize processors is making sure value is having the correct Data-Types ;
- And finally, Sensor Data Fusion is combining multiple tracks into one Primary Flow using algorithms ;
More details on Preprocessor & Sensor Data Fusion.
This timeserie is the main storage of each Datapoints coming inito t6.
Every series in Database is having its own Data-Types according to the measurements you needs. And Data storage remain an option on t6 in case you are mainly expecting to trigger actions from rules, you just need to explicitly tell t6 to save: false
on the Payload.
An additional Data storage is available (as beta) and allows to store your measurements onto a secondary tsDb. The setting can be set directly on the Flow or from the Payload when adding new Datapoint. Beta here means it has only been tested on the InfluxData Cloud storage. More details on InfluxData Cloud Storage.
The concept behind Decision Rule is simply to trigger actions based on values measured. Several Rules can be triggered from a single measurement - using an ordered sequence. More details on Decision Rule.
t6 is mostly dedicated on Data. This tools provide the User details to summarize main characteristics from Datapoints. More details on Exploratory Data Analysis.
t6 Technical Api Documentation. Please refers to CONTRIBUTING.md in case you would like to help :-)
- Installing t6
- Internal errors
- Repository structure
- Six main Resources
- Other Resources
- Datapoints
- Users
- UIs 💥 not detailed
- Mqtt Topic 💥 not detailed
- Referentials
- Technical Api Documentation 🔗
- TWA Application Screenshots
- t6 Security policy
- Advanced t6 concepts