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.

27 lines
376 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. db_name="seaweedfs"
  9. servers=["http://localhost:8529"]
  10. #basic auth
  11. user="root"
  12. pass="test"
  13. # tls settings
  14. insecure_skip_verify=true
  15. ```
  16. get ydb types
  17. ```
  18. ydbgen -dir weed/filer/ydb
  19. ```
  20. i test using this dev database:
  21. `make dev_ydb`