Tuples Index
In Watchmen, definition objects are called as Tuple
,
- Data Zone
- Data Source
- External Writer
- User
- User Group
- Space
- Enumeration
- Topic
- Pipeline
- Connected-Space
- Subject
- Report
- Dashboard
Backend and Frontend​
We use typescript for frontend and python for backend.
Tuple Interface​
Frontend​
watchmen-web-client/src/services/data/tuples/tuple-types.ts
export interface Tuple {
createTime: DateTime;
lastModified: DateTime;
}
Backend​
(under construction)