Very simple in memory cache written in Go
Current project goals:
- Accept request via HTTP requests
- Emmit stats via a metrics endpoint
- write to disk and store in memory
- REST endpoints for (Create,Show,Find,Delete)
cachego uses:
- Mux - A powerful URL router and dispatcher for golang.
Dillinger requires GoLang v1.8+ to run. Install the dependencies and start the server.
$ go get -v -u github.com/gorilla/mux
$ go build -o cachego src/hunter32292.github.com/cachego/*.go
$ ./cachego
Want to contribute? Great! Feel free to submit an issue! Feel free to pull down and submit a PR!