Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grafbase/neon-proxy
https://github.com/grafbase/neon-proxy
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/grafbase/neon-proxy
- Owner: grafbase
- License: apache-2.0
- Created: 2023-08-28T17:05:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-05T16:06:12.000Z (10 months ago)
- Last Synced: 2024-11-14T20:24:53.715Z (2 months ago)
- Language: Rust
- Size: 34.2 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Local Neon Proxy
A wrapper to get a docker image from the Neon proxy for internal test use.
## Building
```console
docker build . -t grafbase/neon-proxy:latest
```## Publishing
```console
docker push grafbase/neon-proxy:latest
```## Usage
See `docker-compose.yml`, `test-project` and `scripts/local.sh`.