{"id":53181,"library":"tikv-pd","title":"PD (Placement Driver)","description":"PD is the placement driver for the TiKV distributed key-value store, responsible for cluster metadata management and scheduling.","status":"active","version":"2.1.19+incompatible","language":"go","source_language":null,"source_url":"https://github.com/tikv/pd","tags":["tikv","pd","placement-driver","distributed-systems","kv-store"],"install":[{"cmd":"go get github.com/tikv/pd","lang":"bash","label":"Install github.com/tikv/pd"}],"dependencies":[],"imports":[{"symbol":"pd","correct":"github.com/tikv/pd"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/tikv/pd/client\"\n)\n\nfunc main() {\n\tcli, err := client.NewClient([]string{\"http://127.0.0.1:2379\"}, client.SecurityOption{})\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdefer cli.Close()\n\tfmt.Println(\"PD client created\")\n}","lang":"go","description":"Creates a PD client to interact with the placement driver cluster."},"warnings":[],"env_vars":null,"search_vec":"'cluster':19 'distribut':12,30 'distributed-system':29 'driver':3,8,28 'key':14 'key-valu':13 'kv':33 'kv-store':32 'manag':21 'metadata':20 'pd':1,4,25 'placement':2,7,27 'placement-driv':26 'respons':17 'schedul':23 'store':16,34 'system':31 'tikv':11,24 'valu':15","created_at":"2026-06-15T07:30:19.690881+00:00","updated_at":"2026-06-15T07:30:19.690881+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/tikv/pd","github":"https://github.com/tikv/pd","docs":"https://pkg.go.dev/github.com/tikv/pd#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database","networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}