Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Fix/Rewrite Proxy #60

Open
jaffee opened this issue Apr 15, 2018 · 0 comments
Open

Fix/Rewrite Proxy #60

jaffee opened this issue Apr 15, 2018 · 0 comments

Comments

@jaffee
Copy link
Member

jaffee commented Apr 15, 2018

The current Pilosa proxy has a couple limitations.

  1. It only translates /query requests, and doesn't forward other requests to Pilosa.
  2. It translates rows but not columns.
  3. 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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant