Skip to content

Commit

Permalink
add sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
huaiyuan.why committed Dec 13, 2018
1 parent 2b2ee49 commit 21155cb
Show file tree
Hide file tree
Showing 4 changed files with 223 additions and 50 deletions.
5 changes: 3 additions & 2 deletions sample.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package main

import (
"os"

"github.com/aliyun/aliyun-tablestore-go-sdk/sample"
"github.com/aliyun/aliyun-tablestore-go-sdk/tablestore"
"os"
)

func main() {
Expand Down Expand Up @@ -35,7 +36,7 @@ func main() {
sample.GetRangeSample(client, "sampletable")

// Stream sample
sample.GetStreamRecordSample(client, "streamtable1")
// sample.GetStreamRecordSample(client, "streamtable1")

// computeSplitpoint
sample.ComputeSplitPointsBySize(client, "sampletable")
Expand Down
Loading

0 comments on commit 21155cb

Please sign in to comment.