Skip to content

Commit 0e40ac0

Browse files
authored
Merge pull request #19 from couchbase-examples/adding_sample_dataset
adding dummy dataset
2 parents da0940d + ff490b8 commit 0e40ac0

File tree

1 file changed

+97
-0
lines changed

1 file changed

+97
-0
lines changed
Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
[
2+
{
3+
"pid": "1",
4+
"firstName": "user1",
5+
"lastName": "user1last",
6+
"email": "user1@couchbase.com",
7+
"password": "secret",
8+
"myCollectionName": "profile"
9+
},
10+
11+
{
12+
"pid": "2",
13+
"firstName": "user2",
14+
"lastName": "user2last",
15+
"email": "user2@couchbase.com",
16+
"password": "secret",
17+
"myCollectionName": "profile"
18+
},
19+
20+
{
21+
"pid": "3",
22+
"firstName": "user3",
23+
"lastName": "user3last",
24+
"email": "user3@couchbase.com",
25+
"password": "secret",
26+
"myCollectionName": "profile"
27+
},
28+
29+
{
30+
"pid": "4",
31+
"firstName": "user4",
32+
"lastName": "user4last",
33+
"email": "user4@couchbase.com",
34+
"password": "secret",
35+
"myCollectionName": "profile"
36+
},
37+
38+
{
39+
"pid": "5",
40+
"firstName": "user5",
41+
"lastName": "user5last",
42+
"email": "user5@couchbase.com",
43+
"password": "secret",
44+
"myCollectionName": "profile"
45+
},
46+
47+
{
48+
"pid": "6",
49+
"firstName": "user6",
50+
"lastName": "user6last",
51+
"email": "user6@couchbase.com",
52+
"password": "secret",
53+
"myCollectionName": "profile"
54+
},
55+
56+
{
57+
"pid": "7",
58+
"firstName": "user7",
59+
"lastName": "user7last",
60+
"email": "user7@couchbase.com",
61+
"password": "secret",
62+
"myCollectionName": "profile"
63+
},
64+
65+
{
66+
"pid": "8",
67+
"firstName": "user8",
68+
"lastName": "user8last",
69+
"email": "user8@couchbase.com",
70+
"password": "secret",
71+
"myCollectionName": "profile"
72+
},
73+
74+
{
75+
"pid": "9",
76+
"firstName": "user9",
77+
"lastName": "user9last",
78+
"email": "user9@couchbase.com",
79+
"password": "secret",
80+
"myCollectionName": "profile"
81+
},
82+
83+
{
84+
"pid": "10",
85+
"firstName": "user10",
86+
"lastName": "user10last",
87+
"email": "user10@couchbase.com",
88+
"password": "secret",
89+
"myCollectionName": "profile"
90+
},
91+
92+
{
93+
"pid": "10",
94+
"name": "Imported Product",
95+
"myCollectionName": "product"
96+
}
97+
]

0 commit comments

Comments
 (0)