readers.greyhound

The Greyhound Reader allows you to read point data from a Greyhound server.

Example

{
  "pipeline":[
    {
      "type":"readers.greyhound",
      "url":"data.greyhound.io/resource/autzen"
    },
    {
      "type":"writers.text",
      "filename":"outputfile.txt"
    }
  ]
}

Options

url
Greyhound server URL string. [Required]