An open API service indexing awesome lists of open source software.

https://github.com/flatfisher/spanner

Google Cloud Spanner
https://github.com/flatfisher/spanner

Last synced: 5 months ago
JSON representation

Google Cloud Spanner

Awesome Lists containing this project

README

          

# spanner
[Google Cloud Spanner](https://cloud.google.com/spanner/docs)で試したサンプルやノウハウとかを入れておくリポジトリ

## gcloud

```
// SQLの実行
gcloud spanner databases execute-sql {DATABASE_ID} --instance={INSTANCE_ID} --sql='SELECT * FROM Singers LIMIT 100'
```

## コンセプト
hogehoge

## Tips
- mySQLからの移行