Ecosyste.ms: Awesome
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: 10 days 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.
- Host: GitHub
- URL: https://github.com/defcronyke/godscache
- Owner: defcronyke
- License: mit
- Created: 2018-05-08T20:19:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-08T07:04:54.000Z (over 5 years ago)
- Last Synced: 2024-07-31T20:50:46.107Z (3 months ago)
- Topics: appengine, appengine-flex, cache, compute-engine, datastore, datastore-wrapper, go, golang, kubernetes, kubernetes-engine, memcache, memcached
- Language: Go
- Homepage:
- Size: 73.2 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-go - godscache - A wrapper for the Google Cloud Platform Go Datastore package that adds caching using memcached. (Database Drivers / NoSQL Database Drivers)
- awesome-go-extra - godscache - 05-08T20:19:39Z|2019-02-08T07:04:54Z| (Generators / NoSQL Database Drivers)
- awesome-go - godscache - An unofficial Google Cloud Platform Go Datastore wrapper that adds caching using memcached. For App Engine Flexible, Compute Engine, Kubernetes Engine, and more. - ★ 3 (Database Drivers)
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)