You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,4 +39,24 @@ Example:
39
39
}
40
40
}
41
41
}
42
-
```
42
+
```
43
+
44
+
## 'series:\*/*' Events processing
45
+
46
+
This version includes feature to use the preview of High-Frequency implementation on Pryv.
47
+
48
+
This feature can be tested with:
49
+
50
+
- [A Mouse tracker to generate events](https://perki.github.io/pryv-app-web-hfdemo/generator/index.html?pryv-reg=reg.preview.pryv.tech)
51
+
52
+
53
+
Series events have been implemented as:
54
+
55
+
- being happend to same "Stream" than standard events of the same type. Exemple: events of type "series:count/generic" on streamId "sampleStream" will be drawn on than events of type "count/generic" on the same stream.
56
+
- By order Each event found will be processed, but only the last (with the higher event.time value will be monitored)
57
+
- Monitoring is done by pulling on the API every `pullSerieFrequencyMs` ms
58
+
59
+
Todo:
60
+
61
+
- Eventually display differently Series event (maybe as "marks")
62
+
- Make sure that all series events' measures previous to the last one are fetched. (not done now)
0 commit comments