Skip to content

Google Cloud Spanner Emulator inside Docker + spanner-cli

Notifications You must be signed in to change notification settings

kartografiya/spanner-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Spanner Emulator + docker-compose + spanner-cli

Create a network:

$ docker network create spanner

Build it:

$ docker-compose build

Start it:

$ docker-compose up -d

Try it:

$ docker-compose run spanner-cli ./wrap
Connected.
[test-db]> SELECT 42;
+----+
|    |
+----+
| 42 |
+----+
1 rows in set (221.516us)

Standing on the shoulders of giants

About

Google Cloud Spanner Emulator inside Docker + spanner-cli

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published