-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMongoDB_NoSQL.json
More file actions
99 lines (98 loc) · 2.52 KB
/
MongoDB_NoSQL.json
File metadata and controls
99 lines (98 loc) · 2.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{\rtf1\ansi\ansicpg1252\cocoartf2709
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
{\*\expandedcolortbl;;}
\margl1440\margr1440\vieww11520\viewh8400\viewkind0
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
\f0\fs24 \cf0 \{\
"diagnostic_logs": [\
\{\
"log_id": "LOG1001",\
"device_id": 101,\
"timestamp": "2025-01-12T10:20:00Z",\
"error_codes": ["E128", "TEMP_HIGH"],\
"sensor_data": \{\
"battery_health": 78,\
"battery_cycles": 820,\
"temperature_c": 46.5\
\},\
"notes": "Device overheats during video playback."\
\},\
\{\
"log_id": "LOG1002",\
"device_id": 102,\
"timestamp": "2025-01-14T14:55:00Z",\
"error_codes": ["SCREEN_FAULT"],\
"sensor_data": \{\
"brightness_level": 50,\
"touch_responsiveness": "intermittent"\
\},\
"notes": "Screen becomes unresponsive randomly."\
\}\
],\
\
"customer_feedback": [\
\{\
"feedback_id": "FB2001",\
"repair_id": 5001,\
"sentiment_score": 0.85,\
"customer_rating": 5,\
"comment": "Great service, quick resolution!"\
\},\
\{\
"feedback_id": "FB2002",\
"repair_id": 5002,\
"sentiment_score": -0.42,\
"customer_rating": 2,\
"comment": "Repair took too long and issue reappeared."\
\}\
],\
\
"device_error_history": [\
\{\
"history_id": "HIST3001",\
"device_id": 101,\
"error_history": [\
\{\
"date": "2024-11-01",\
"code": "TEMP_HIGH",\
"severity": "medium"\
\},\
\{\
"date": "2025-01-12",\
"code": "E128",\
"severity": "high"\
\}\
]\
\},\
\{\
"history_id": "HIST3002",\
"device_id": 103,\
"error_history": [\
\{\
"date": "2025-01-05",\
"code": "BATTERY_DRAIN",\
"severity": "medium"\
\}\
]\
\}\
],\
\
"service_center_logs": [\
\{\
"log_id": "SC4001",\
"center_id": 3,\
"timestamp": "2025-01-10T09:30:00Z",\
"event_type": "Inventory Sync",\
"details": "Auto-sync completed. Updated 152 parts."\
\},\
\{\
"log_id": "SC4002",\
"center_id": 5,\
"timestamp": "2025-01-13T16:40:00Z",\
"event_type": "Technician Assignment",\
"details": "Technician #12 reassigned to urgent repair #4932."\
\}\
]\
\}\
}