-
-
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.
- Dashboards to visualize your important measures.
- Snippets inside Dashboards to graph your data.
- Decision Rules to trigger actions based on rules.
- Sources & Over The Air (OTA) to control your Objects.
The following image indicates how Datapoints are going through the IoT platform:
Preprocessor aims to transform incoming datapoint before any other rule. 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 ;
- 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.
An additional Data storage is available (as beta). The setting can be set directly on the Flow or from the Payload when adding new Datapoint. More details on InfluxData Cloud Storage.
The concept behind Decision Rule is simply to trigger actions based on values. Several Rules can be triggered. 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