Skip to content

Commit 09643b5

Browse files
committed
fix readme example data
1 parent 07e88fa commit 09643b5

1 file changed

Lines changed: 47 additions & 1 deletion

File tree

README.md

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,53 @@ If you are using the [Anaconda](https://anaconda.org/anaconda/conda)/[Miniconda]
158158
### MRN Data Refresh Message
159159

160160
```json
161-
>>> Refresh event received at 14:05:40.076276
161+
>>> Refresh event received at 14:04:40.076276
162+
{
163+
"ID": 5,
164+
"Type": "Refresh",
165+
"Domain": "NewsTextAnalytics",
166+
"Key": {
167+
"Service": "ELEKTRON_DD",
168+
"Name": "MRN_STORY"
169+
},
170+
"State": {
171+
"Stream": "Open",
172+
"Data": "Ok"
173+
},
174+
"Qos": {
175+
"Timeliness": "Realtime",
176+
"Rate": "JitConflated"
177+
},
178+
"PermData": "AwEBEAAc",
179+
"SeqNumber": 26414,
180+
"Fields": {
181+
"PROD_PERM": 10001,
182+
"ACTIV_DATE": "2025-01-04",
183+
"RECORDTYPE": 30,
184+
"RDN_EXCHD2": "MRN",
185+
"TIMACT_MS": 65276147,
186+
"GUID": null,
187+
"CONTEXT_ID": 3752,
188+
"DDS_DSO_ID": 4232,
189+
"SPS_SP_RIC": ".[SPSML2L1",
190+
"MRN_V_MAJ": "2",
191+
"MRN_TYPE": "STORY",
192+
"MDU_V_MIN": null,
193+
"MDU_DATE": null,
194+
"MRN_V_MIN": "10",
195+
"MRN_SRC": "HK1_PRD_A",
196+
"MDUTM_NS": null,
197+
"FRAG_NUM": 1,
198+
"TOT_SIZE": 0,
199+
"FRAGMENT": null
200+
}
201+
}
202+
```
203+
204+
### MRN Data Update Message
205+
206+
```json
207+
>>> Update event received at 14:05:40.076276
162208
{
163209
"ID": 5,
164210
"Type": "Update",

0 commit comments

Comments
 (0)