Golang
Pinot Client for Golang
Install
bin/quick-start-batch.shgit clone [email protected]:startreedata/pinot-client-go.git
cd pinot-client-gogo build ./examples/batch-quickstart
./batch-quickstartUse the Golang client
Create a Pinot connection
Zookeeper Path
pinotClient := pinot.NewFromZookeeper([]string{"localhost:2123"}, "", "QuickStartCluster")List of broker addresses
ClientConfig
ClientConfig with HTTP client
Query Pinot
Response format
Was this helpful?

