This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Description
The current Pilosa proxy has a couple limitations.
- It only translates /query requests, and doesn't forward other requests to Pilosa.
- It translates rows but not columns.
- The API is a little weird to setup and use it.
We should probably rewrite it using something like https://golang.org/pkg/net/http/httputil/#ReverseProxy to handle most of the proxying details, and we can add in column translation on the response as well.