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

Fix/Rewrite Proxy #60

@jaffee

Description

@jaffee

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions