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

https://github.com/cdrubin/purrs

kubernetes-based skaffold controlled postgresql nginx redis openresty alpine linux web development harness
https://github.com/cdrubin/purrs

bash docker kubectl kubernetes kustomize minikube openresty postgresql redis skaffold

Last synced: 2 months ago
JSON representation

kubernetes-based skaffold controlled postgresql nginx redis openresty alpine linux web development harness

Awesome Lists containing this project

README

        

# purrs

purrs offers a development harness for [OpenResty](https://openresty.org) and [Lua](https://www.lua.org/) driven by [Skaffold](https://skaffold.dev/), [Kustomize](https://kustomize.io/) and [Kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) inside a local [Minikube](https://kubernetes.io/docs/tasks/tools/install-minikube/).

Phew, that is a lot of jargon! Put more simply, purrs plans to offer a friendly, modern and easy-to-work-with place to get started with web development using the Lua language. As a developer harness purrs use a local Kubernetes cluster for connecting a cache (Redis), database (PostgeSQL) and dynamic web server (OpenResty) together for immediate feedback.

---

running `./start.sh` should get you going...

---