-
-
Notifications
You must be signed in to change notification settings - Fork 8
Data Types
mathcoll edited this page Dec 1, 2020
·
9 revisions
t6 implement a list of 8 datatypes:
- Integer
- Time
- Date
- Float
- Json
- Geo
- String
- Boolean
Each of them is having two attributes: type and classification which must match the following diagram:
________________t6 Data Types_________________
| | |
| | |
v v v
+-------------+ +-------------+ +-------------+
| Numerical | | Object | | Categorical |
+-------------+ +-------------+ +-------------+
/\ | /\
/ \ | / \
v v | v v
+-------------+ +-------------+ | +-------------+ +-------------+
| Discrete | | Continuous | | | Ordinal | | Nominal |
+-------------+ +-------------+ | +-------------+ +-------------+
| | | |
v v v v
Integer Json String Boolean
Time Geo
Date
Float
A specific Api is provided to list those datatypes dynamically including their attributes : General - Get DataTypes
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