-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
Copy pathsample_bigtable_row.json
79 lines (79 loc) · 1.63 KB
/
sample_bigtable_row.json
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
{
"row_key": "kathygutierrez2099",
"cells": [
{
"column_family": "cf1",
"column": "Preferences.Language",
"payload": "English"
},
{
"column_family": "cf1",
"column": "Preferences.NotificationFrequency",
"payload": "Daily"
},
{
"column_family": "cf1",
"column": "Preferences.EmailUpdates",
"payload": true
},
{
"column_family": "cf1",
"column": "Hobbies",
"payload": [
"Runner, broadcasting/film/video",
"Designer, blown glass/stained glass",
"Theatre manager"
]
},
{
"column_family": "cf1",
"column": "FavoriteColors",
"payload": [
"PaleGreen",
"IndianRed",
"OrangeRed"
]
},
{
"column_family": "cf1",
"column": "Subscribed",
"payload": true
},
{
"column_family": "cf1",
"column": "Zipcode",
"payload": 88959
},
{
"column_family": "cf1",
"column": "ReminderDate",
"payload": "2024-11-03"
},
{
"column_family": "cf1",
"column": "PointsEarned",
"payload": 5378
},
{
"column_family": "cf1",
"column": "Addresses",
"payload": [
{
"Street": "8016 Oliver Dale Suite 479",
"State": "MI",
"City": "Branditown"
},
{
"Street": "00700 Darryl Corners",
"Country": {
"Street": "0534 Thomas Groves Apt. 035",
"State": "DC",
"City": "West Elizabethmouth"
},
"City": "East Aaron",
"State": "NY"
}
]
}
]
}