Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grafbase/neon-proxy


https://github.com/grafbase/neon-proxy

Last synced: 10 days ago
JSON representation

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`.