Skip to content

Commit dcec5ed

Browse files
committed
add output of sample1
1 parent 3646783 commit dcec5ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,14 @@ GridDB Server need to be started in advance.
8484
$ cp griddb_python_client.py _griddb_python_client.so sample/.
8585
$ sample/sample1.py <GridDB notification address> <GridDB notification port>
8686
<GridDB cluster name> <GridDB user> <GridDB password>
87+
-->Person: name=name02 status=false count=2 lob=[65, 66, 67, 68, 69, 70, 71, 72, 73, 74]
8788

8889
3. The command to run sample in Ruby
8990

9091
$ cp griddb_ruby_client.so sample/.
9192
$ sample/sample1.rb <GridDB notification address> <GridDB notification port>
9293
<GridDB cluster name> <GridDB user> <GridDB password>
94+
-->Person: name=name02 status=false count=2 lob=[65, 66, 67, 68, 69, 70, 71, 72, 73, 74]
9395

9496
## Function
9597

0 commit comments

Comments
 (0)