Quickstart
Get it running locally on your machine and see how it works!
Last updated
Get it running locally on your machine and see how it works!
Last updated
To build the project locally, you need to have Go
installed on your machine -
Once you have the project cloned,
Run the following command in the project directory to install/download all dependencies
Update the configuration in the config.toml
file (add your origin URL, the port, etc.)
Run the command below to start the cache server
That's it! You can start making requests to your cache server.
You can build the executable for the server by running the command below
This will build the binary on your machine.
Please note, the build binary will need the config.toml
file in the same directory if you're providing configuration in the file. You can also provide configuration for the server using envionment variables.
First thing you need to do is run the server. You can run it using Docker.
All requests to localhost:9090/
will be proxied to localhost:8080/graphql
and requests which result in a cache HIT
will be served directly.