Skip to content

Commit

Permalink
GitBook: [#467] No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
vinukumar-vs authored and gitbook-bot committed Dec 13, 2022
1 parent 6ebd6c9 commit ffbd962
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 13 deletions.
24 changes: 12 additions & 12 deletions learn/product-and-developer-guide/other/data-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,18 +82,18 @@ The content migration should execute in the below order only. Otherwise there is

| Sequence | Type | Sync Tool Jenkins Parameters |
| -------- | ------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 1 | Video Asset | --graphId domain --objectType Asset --mimeType video/webm,video/mp4 --delay 2000 |
| 2 | Other Asset | --graphId domain --objectType Asset --delay 2000 |
| 3 | Video Content | --graphId domain --objectType Content,ContentImage --mimeType video/mp4,video/webm --delay 2000 |
| 4 | Plugin, Youtube Content, PDF Content,EPUB Content | --graphId domain --objectType Content,ContentImage --mimeType application/vnd.ekstep.plugin-archive,video/x-youtube,application/pdf,application/epub --delay 2000 |
| 5 | AssessmentItem | --graphId domain --objectType AssessmentItem --delay 2000 |
| 6 | ItemSet | --graphId domain --objectType ItemSet --delay 2000 |
| 7 | Question | --graphId domain --objectType Question --delay 2000 |
| 8 | QuestionSet | --graphId domain --objectType QuestionSet,QuestionSetImage --delay 2000 |
| 9 | H5P Content | --graphId domain --objectType Content,ContentImage --mimeType application/vnd.ekstep.h5p-archive --delay 2000 |
| 10 | HTML | --graphId domain --objectType Content,ContentImage --mimeType application/vnd.ekstep.html-archive --delay 2000 |
| 11 | ECML | --graphId domain --objectType Content,ContentImage --mimeType application/vnd.ekstep.ecml-archive --delay 2000 |
| 12 | Collection | --graphId domain --objectType Collection,CollectionImage --mimeType application/vnd.ekstep.content-collection --delay 2000 |
| 1 | Video Asset | --graphId domain --objectType Asset --mimeType video/webm,video/mp4 --limit 1000 |
| 2 | Other Asset | --graphId domain --objectType Asset --limit 1000 |
| 3 | Video Content | --graphId domain --objectType Content,ContentImage --mimeType video/mp4,video/webm -limit 1000 |
| 4 | Plugin, Youtube Content, PDF Content,EPUB Content | --graphId domain --objectType Content,ContentImage --mimeType application/vnd.ekstep.plugin-archive,video/x-youtube,application/pdf,application/epub --limit 1000 |
| 5 | AssessmentItem | --graphId domain --objectType AssessmentItem --limit 1000 |
| 6 | ItemSet | --graphId domain --objectType ItemSet --limit 1000 |
| 7 | Question | --graphId domain --objectType Question -limit 1000 |
| 8 | QuestionSet | --graphId domain --objectType QuestionSet,QuestionSetImage -limit 1000 |
| 9 | H5P Content | --graphId domain --objectType Content,ContentImage --mimeType application/vnd.ekstep.h5p-archive -limit 1000 |
| 10 | HTML | --graphId domain --objectType Content,ContentImage --mimeType application/vnd.ekstep.html-archive -limit 1000 |
| 11 | ECML | --graphId domain --objectType Content,ContentImage --mimeType application/vnd.ekstep.ecml-archive -limit 1000 |
| 12 | Collection | --graphId domain --objectType Collection,CollectionImage --mimeType application/vnd.ekstep.content-collection -limit 1000 |

### Migration status: migrationVersion of the node object

Expand Down
12 changes: 11 additions & 1 deletion learn/product-and-developer-guide/player/telemetry-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Telemetry is a specification to instrument all the key events. Using this specification reference applications & services will generate telemetry events. For more info [here](https://telemetry.sunbird.org/)

## Telemetry spec

Please refer the below link to know more about telemetry specification

{% embed url="https://telemetry.sunbird.org/learn/specification" %}

### Pdata

This describes the producer data of the event, and also it has the details about the producer id, version of the app, and instances of the component. below is the sample pdata.
Expand All @@ -16,10 +22,12 @@ This describes the producer data of the event, and also it has the details about

#### Below are the list of sample pdata configs for different clients

<table><thead><tr><th align="center">Client</th><th align="center">id</th><th align="center">pid</th><th align="center">ver</th><th data-type="number" data-hidden></th></tr></thead><tbody><tr><td align="center">Mobile</td><td align="center">sunbird.mobile</td><td align="center">sunbird.mobile.contentplayer</td><td align="center">&#x3C;mobile app version></td><td>null</td></tr><tr><td align="center">Portal</td><td align="center">sunbird.portal</td><td align="center">sunbird.portal.contentplayer</td><td align="center">&#x3C;portal version></td><td>null</td></tr><tr><td align="center">Desktop</td><td align="center">sunbird.desktop</td><td align="center">sunbird.desktop.contentplayer</td><td align="center">&#x3C;desktop app version></td><td>null</td></tr></tbody></table>
<table><thead><tr><th align="center">Client</th><th align="center">id</th><th align="center">pid</th><th align="center">ver</th><th data-hidden data-type="number"></th></tr></thead><tbody><tr><td align="center">Mobile</td><td align="center">sunbird.mobile</td><td align="center">sunbird.mobile.contentplayer</td><td align="center">&#x3C;mobile app version></td><td>null</td></tr><tr><td align="center">Portal</td><td align="center">sunbird.portal</td><td align="center">sunbird.portal.contentplayer</td><td align="center">&#x3C;portal version></td><td>null</td></tr><tr><td align="center">Desktop</td><td align="center">sunbird.desktop</td><td align="center">sunbird.desktop.contentplayer</td><td align="center">&#x3C;desktop app version></td><td>null</td></tr></tbody></table>

### List of Events

Below are the list of events generating by players while launching irrespective of Mobile/Portal/Desktop application.

<details>

<summary>Start Event</summary>
Expand Down Expand Up @@ -401,4 +409,6 @@ Below are the sample telemetry events check more details about each value in th

### Telemetry Instrumentation for V2 Players

For know more sample events generated by players for difference application please refer the below link.

Click [here](https://github.com/project-sunbird/sunbird-player-sdk/blob/master/docs/telemetry/ContentPlayerV2Instrumentation.csv) for telemetry details &#x20;

0 comments on commit ffbd962

Please sign in to comment.