Skip to content

Commit 5e99d94

Browse files
committed
updated the README with HF infos
1 parent 0bac6c8 commit 5e99d94

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,24 @@ Example:
3939
}
4040
}
4141
}
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

Comments
 (0)