Installing the SDK
Follow the instructions below to quickly install the OpenSource SDK. Make sure to preinstall and configure tools for working with the selected programming language and package managers on your workstation.
The build process using the source code is described in the source code repositories on GitHub. Follow the links given on the YDB SDK - Overview page.
Python
Go
C# (.NET)
Java
PHP
Run the command from the command line:
python3 -m pip install ydb
If the command fails, make sure your environment has Python 3.8 or newer installed with the pip package manager enabled.
Run the command from the command line:
go get -u github.com/ydb-platform/ydb-go-sdk/v3
To ensure the installation is successful, first install Go 1.13 or higher in your environment.
dotnet add package Ydb.Sdk
Add dependencies to the Maven project as described in the “Install the SDK” step of the readme.md
file in the source code repository.
composer require yandex-cloud/ydb-php-sdk