hobuinc / greyhound

Greyhound is a point cloud streaming server. It should be considered deprecated for now. Use Entwine and Entwine Point Tile directly if you just want to serve point cloud web services.
https://greyhound.io
Apache License 2.0
131 stars 51 forks source link

Data staging #50

Open hobu opened 6 years ago

hobu commented 6 years ago

It would be useful for Greyhound to support data staging operations. For example, a big query returns ~20 million points. If the server supported staging (user configurable), the results of that query could be posted there and the URL returned to the caller (&stage=true or something).