You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
360 B

  1. ## YDB
  2. database: https://github.com/ydb-platform/ydb
  3. go driver: https://github.com/ydb-platform/ydb-go-sdk
  4. options:
  5. ```
  6. [ydb]
  7. enabled=true
  8. prefix="seaweedfs"
  9. useBucketPrefix=true
  10. coonectionUrl=grpcs://ydb-ru.yandex.net:2135/?database=/ru/home/username/db
  11. ```
  12. get ydb types
  13. ```
  14. ydbgen -dir weed/filer/ydb
  15. ```
  16. i test using this dev database:
  17. `make dev_ydb`