hunter32292 / cachego

Very simple in memory cache written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cachego

Very simple in memory cache written in Go

Build Status

Current project goals:

  • Accept request via HTTP requests
  • Emmit stats via a metrics endpoint
  • write to disk and store in memory

New Features!

  • REST endpoints for (Create,Show,Find,Delete)

Tech

cachego uses:

  • Mux - A powerful URL router and dispatcher for golang.

Installation

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

Development

Want to contribute? Great! Feel free to submit an issue! Feel free to pull down and submit a PR!

About

Very simple in memory cache written in Go

License:Apache License 2.0


Languages

Language:Go 100.0%