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

https://github.com/defcronyke/godscache

An unofficial Google Cloud Platform Go Datastore wrapper that adds caching using memcached. For App Engine Flexible, Compute Engine, Kubernetes Engine, and more.
https://github.com/defcronyke/godscache

appengine appengine-flex cache compute-engine datastore datastore-wrapper go golang kubernetes kubernetes-engine memcache memcached

Last synced: 2 months ago
JSON representation

An unofficial Google Cloud Platform Go Datastore wrapper that adds caching using memcached. For App Engine Flexible, Compute Engine, Kubernetes Engine, and more.

Awesome Lists containing this project

README

        

# Go DS Cache

[![Build Status](https://travis-ci.org/defcronyke/godscache.svg?branch=master)](https://travis-ci.org/defcronyke/godscache)
[![Coverage Status](https://coveralls.io/repos/github/defcronyke/godscache/badge.svg?branch=master&service=github)](https://coveralls.io/github/defcronyke/godscache?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/defcronyke/godscache)](https://goreportcard.com/report/github.com/defcronyke/godscache)
[![Awesome Go](https://camo.githubusercontent.com/13c4e50d88df7178ae1882a203ed57b641674f94/68747470733a2f2f63646e2e7261776769742e636f6d2f73696e647265736f726875732f617765736f6d652f643733303566333864323966656437386661383536353265336136336531353464643865383832392f6d656469612f62616467652e737667)](https://github.com/avelino/awesome-go#database-drivers)
[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/godscache/Lobby)
[![Freenode chat](https://img.shields.io/badge/chat-on%20freenode-brightgreen.svg)](https://webchat.freenode.net/?channels=#godscache)
[![GoDoc](https://godoc.org/github.com/defcronyke/godscache?status.png)](https://godoc.org/github.com/defcronyke/godscache)

An unofficial Google Cloud Platform Go Datastore wrapper that adds caching using memcached.

For App Engine Flexible, Compute Engine, Kubernetes Engine, and more.

Documentation is here: [https://godoc.org/github.com/defcronyke/godscache](https://godoc.org/github.com/defcronyke/godscache)