File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ Your output should look something like this (uid values may be different):
5959Created person named "Alice" with uid = 0x7569
6060
6161All created nodes (map from blank node names to uids):
62- alice: 0x7569
63- dg.1447158641.7: 0x756a
64- dg.1447158641.8: 0x756b
65- dg.1447158641.9: 0x756c
62+ alice => 0x7569
63+ dg.1447158641.7 => 0x756a
64+ dg.1447158641.8 => 0x756b
65+ dg.1447158641.9 => 0x756c
6666
6767Number of people named "Alice": 1
6868{ uid: '0x7569',
Original file line number Diff line number Diff line change 11{
22 "name" : " simple" ,
33 "dependencies" : {
4- "dgraph-js" : " ^2.0.2 " ,
4+ "dgraph-js" : " ^2.1.0 " ,
55 "grpc" : " ^1.23.3"
66 }
77}
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ cluster (1 Dgraph Zero and 1 Dgraph Alpha) configured with mutual TLS.
1010
1111### Install Dgraph
1212
13- You will need to [ install Dgraph v1.0.10 or
14- above] ( https://docs. dgraph. io/get-started/#step-1-install- dgraph ) .
13+ You will need to [ install Dgraph v1.1.0 or
14+ above] ( https://github.com/ dgraph- io/dgraph/releases ) and run it .
1515
1616A quick-start installation script is available for Linux and Mac:
1717
@@ -122,10 +122,10 @@ Your output should look something like this (uid values may be different):
122122Created person named "Alice" with uid = 0x7569
123123
124124All created nodes (map from blank node names to uids):
125- blank-0: 0x7569
126- blank-1: 0x756a
127- blank-2: 0x756b
128- blank-3: 0x756c
125+ alice => 0x7569
126+ dg.1310839545.1 => 0x756a
127+ dg.1310839545.2 => 0x756b
128+ dg.1310839545.3 => 0x756c
129129
130130Number of people named "Alice": 1
131131{ uid: '0x7569',
Original file line number Diff line number Diff line change 11{
22 "name" : " tls" ,
33 "dependencies" : {
4- "dgraph-js" : " ^2.0.2 " ,
4+ "dgraph-js" : " ^2.1.0 " ,
55 "grpc" : " ^1.23.3"
66 }
77}
You can’t perform that action at this time.
0 commit comments