# analytics-proxy-node **Repository Path**: mirrors_kong/analytics-proxy-node ## Basic Information - **Project Name**: analytics-proxy-node - **Description**: simple proxy tool for Galileo Analytics - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mashape-analytics-proxy-node > simple proxy tool for Mashape Analytics ## Notes - currently only operates on plain HTTP calls (no SSL) - no error handling of disconnected sockets, net issues. just restart it - relies on [`analytics-agent-node`](https://github.com/Mashape/analytics-agent-node) ## Usage ``` PORT=8080 TOKEN=xxx npm start ``` ## Environment Variables | name | description | required | default | | ------------- | ----------------------------------------------------------------- | -------- | ------- | | `PORT` | proxy port | yes | `-` | | `TOKEN` | Mashape Analytics Token | yes | `-` | | `ENVIRONMENT` | Mashape Analytics Environment | no | `-` | | `BATCH` | ALF count per request | no | `1` | | `ENTRIES` | Entries count per HAR | no | `1` | | `NODE_DEBUG` | enable console logging by setting the value to `analytics-proxy` | no | `-` | ### Analytics Agent Debugging set `NODE_DEBUG` to `analytics-proxy,mashape-analytics` to see logs from both the proxy and the agent. ## License [ISC License](LICENSE) © [Ahmad Nassri](https://www.ahmadnassri.com/) [license-url]: https://github.com/Mashape/mashape-analytics-proxy-node/blob/master/LICENSE