seaweedfs/weed/filer/ydb
2022-05-01 17:28:58 +05:00
..
readme.md ydb initial 2022-05-01 17:28:58 +05:00
ydb_store.go ydb initial 2022-05-01 17:28:58 +05:00
ydb_types.go ydb initial 2022-05-01 17:28:58 +05:00
ydb_types_ydbgen.go ydb initial 2022-05-01 17:28:58 +05:00

YDB

database: https://github.com/ydb-platform/ydb go driver: https://github.com/ydb-platform/ydb-go-sdk

options:

[ydb]
enabled=true
db_name="seaweedfs"
servers=["http://localhost:8529"]
#basic auth
user="root"
pass="test"

# tls settings
insecure_skip_verify=true

get ydb types

ydbgen -dir weed/filer/ydb

i test using this dev database: make dev_ydb