Categorygithub.com/ydb-platform/ydb-go-examples
module
0.0.0-20230202104840-9a6bae30f134
Repository: https://github.com/ydb-platform/ydb-go-examples.git
Documentation: pkg.go.dev

# README

ydb-go-examples

examples for work with YDB

Navigation of examples

ExampleDescriptionRun command
auth/access_token_credentialsauthenticate with access token credentialssee README.md
auth/anonymous_credentialsauthenticate with anonymous credentialssee README.md
auth/metadata_credentialsauthenticate with metadata credentialssee README.md
auth/service_account_credentialsauthenticate with service account credentialssee README.md
auth/environauthenticate using environment variablessee README.md
basic/nativestore and read the series with native drivermake basic
basic/database_sqlstore and read the series with database/sql drivermake database_sql
serverless/healthcheckhealthcheck site by URL (yandex function and local http-server)make healthcheck
serverless/url_shortenerURL shortener example (yandex function and local http-server)make url_shortener
bulk_upsertbulk upserting datamake bulk_upsert
containerscontainers examplemake containers
ddlDDL requests examplemake ddl
decimaldecimal store and readmake decimal
paginationpagination examplemake pagination
partitioning_policiespartitioning_policies examplemake partitioning_policies
read_tableread table examplemake read_table
topic/cdc-cache-bus-freeseatsexample of use cdc for cache updates in web applicationgo run topic/cdc-example-cache-freeseats/*.go
topic/cdc-fill-and-readchange table records and read cdc streamgo run topic/cdc/*.go
ttlTTL using examplemake ttl
ttl_readtableTTL using examplemake ttl_readtable

Run command needs prepared environ like this:

export YDB_SERVICE_ACCOUNT_KEY_FILE_CREDENTIALS=~/.ydb/SA.json
export YDB_CONNECTION_STRING="grpcs://ydb.serverless.yandexcloud.net:2135/?database=/ru-central1/b1g8skpblkos03malf3s/etn02qhd0tfkrq4riqgd"

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author