Golang
Pinot Client for Golang
Installation
bin/quick-start-batch.shgit clone [email protected]:startreedata/pinot-client-go.git
cd pinot-client-gogo build ./examples/batch-quickstart
./batch-quickstartUsage
Create a Pinot Connection
1. Zookeeper Path.
pinotClient := pinot.NewFromZookeeper([]string{"localhost:2123"}, "", "QuickStartCluster")2. A list of broker addresses.
3. ClientConfig
Query Pinot
Response Format
Last updated
Was this helpful?

