Skip to content

kg0r0/spanner-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spanner-examples

It can be executed as a command as follows:

e.g.)
$  go run main.go readrow

Instances can be configured using a local emulator as follows:

$ docker-compose up -d 
$ docker-compose exec spanner-cli spanner-cli -p test -i test -d test
Connected.
spanner>

It is running on port 9011 to avoid duplicating the default port. Therefore, the connection can be made by setting the environment variable as follows:

$ export SPANNER_EMULATOR_HOST=localhost:9011

References

About

personal spanner playground

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages