An open API service for producing an overview of a list of open source projects.

https://github.com/philippgille/gokv

abstraction badgerdb bolt boltdb cloud-storage consul database dynamodb etcd go golang key-value key-value-store library memcached mongodb package postgresql redis simple

Score: 17.082787900059895

Last synced: about 5 hours ago
JSON representation

Repository metadata:

Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB and many more)


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 7 days ago

Total Commits: 464
Total Committers: 10
Avg Commits per committer: 46.4
Development Distribution Score (DDS): 0.073

Commits in past year: 27
Committers in past year: 3
Avg Commits per committer in past year: 9.0
Development Distribution Score (DDS) in past year: 0.259

Name Email Commits
Philipp Gille p****e@g****m 430
dependabot[bot] 4****] 15
Boris Glimcher B****r@e****m 7
Tiago Peczenyj t****j@w****m 5
tdakkota t****3@y****u 2
iamolegga i****a@g****m 1
fossabot b****s@f****o 1
Yuce Tekol y****l@h****m 1
Tomasz Janiszewski j****t@g****m 1
Philipp Gille p****e@g****m 1

Issue and Pull Request metadata

Last synced: about 1 month ago

Total issues: 53
Total pull requests: 167
Average time to close issues: about 2 months
Average time to close pull requests: 3 months
Total issue authors: 11
Total pull request authors: 20
Average comments per issue: 1.04
Average comments per pull request: 1.37
Merged pull request: 112
Bot issues: 0
Bot pull requests: 36

Past year issues: 1
Past year pull requests: 21
Past year average time to close issues: about 2 hours
Past year average time to close pull requests: 1 day
Past year issue authors: 1
Past year pull request authors: 3
Past year average comments per issue: 2.0
Past year average comments per pull request: 1.0
Past year merged pull request: 17
Past year bot issues: 0
Past year bot pull requests: 10

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/philippgille/gokv

Top Issue Authors

  • philippgille (35)
  • glimchb (7)
  • ghost (2)
  • tdakkota (2)
  • macedo (1)
  • bartleyg (1)
  • anderspitman (1)
  • Luoxin (1)
  • iamolegga (1)
  • simar7 (1)
  • recoilme (1)

Top Pull Request Authors

  • philippgille (85)
  • dependabot[bot] (36)
  • glimchb (11)
  • tdakkota (9)
  • peczenyj (5)
  • barakplasma (4)
  • iamolegga (2)
  • rijojohn85 (2)
  • aschereT (2)
  • abelharisov (1)
  • vokey (1)
  • tomberek (1)
  • nodefortytwo (1)
  • fossabot (1)
  • janisz (1)

Top Issue Labels

  • enhancement (37)
  • bug (2)

Top Pull Request Labels

  • dependencies (36)
  • go (10)

Package metadata

proxy.golang.org: github.com/philippgille/gokv/encoding

Package encoding is a wrapper for the core functionality of packages like "encoding/json" and "encoding/gob". It contains the Codec interface and multiple implementations for encoding Go values to other formats and decode from other formats to Go values. Formats can be JSON, gob etc.

  • Homepage: https://github.com/philippgille/gokv
  • Documentation: https://pkg.go.dev/github.com/philippgille/gokv/encoding#section-documentation
  • Licenses: MPL-2.0
  • Latest release: v0.7.0 (published about 2 years ago)
  • Last Synced: 2026-02-01T08:24:05.676Z (3 days ago)
  • Versions: 2
  • Dependent Packages: 95
  • Dependent Repositories: 26
  • Docker Downloads: 520
  • Rankings:
    • Dependent packages count: 0.455%
    • Dependent repos count: 1.089%
    • Docker downloads count: 1.763%
    • Average: 1.817%
    • Stargazers count: 2.568%
    • Forks count: 3.209%
proxy.golang.org: github.com/philippgille/gokv/util

Package util contains utility functions that are used across all `gokv.Store` implementations.

  • Homepage: https://github.com/philippgille/gokv
  • Documentation: https://pkg.go.dev/github.com/philippgille/gokv/util#section-documentation
  • Licenses: MPL-2.0
  • Latest release: v0.7.0 (published about 2 years ago)
  • Last Synced: 2026-01-29T19:49:45.441Z (6 days ago)
  • Versions: 2
  • Dependent Packages: 82
  • Dependent Repositories: 26
  • Docker Downloads: 520
  • Rankings:
    • Dependent packages count: 0.494%
    • Dependent repos count: 1.089%
    • Docker downloads count: 1.763%
    • Average: 1.825%
    • Stargazers count: 2.568%
    • Forks count: 3.209%
proxy.golang.org: github.com/philippgille/gokv/test

Package test contains functions for testing `gokv.Store` implementations. The functions are called from the actual test functions of all `gokv.Store` implementations in https://github.com/philippgille/gokv. If you create your own implementation, you can and probably should use these functions to test your implementation.

  • Homepage: https://github.com/philippgille/gokv
  • Documentation: https://pkg.go.dev/github.com/philippgille/gokv/test#section-documentation
  • Licenses: MPL-2.0
  • Latest release: v0.7.0 (published about 2 years ago)
  • Last Synced: 2026-01-29T10:20:56.756Z (6 days ago)
  • Versions: 2
  • Dependent Packages: 68
  • Dependent Repositories: 26
  • Rankings:
    • Dependent packages count: 0.517%
    • Dependent repos count: 1.089%
    • Average: 1.846%
    • Stargazers count: 2.568%
    • Forks count: 3.209%
proxy.golang.org: github.com/philippgille/gokv

Package gokv contains a simple key-value store abstraction in the form of a Go interface. Implementations of the gokv.Store interface can be found in the sub-packages. Example code for using Redis: More details can be found on https://github.com/philippgille/gokv.

  • Homepage: https://github.com/philippgille/gokv
  • Documentation: https://pkg.go.dev/github.com/philippgille/gokv#section-documentation
  • Licenses: MPL-2.0
  • Latest release: v0.7.0 (published about 2 years ago)
  • Last Synced: 2026-01-31T17:14:08.913Z (4 days ago)
  • Versions: 7
  • Dependent Packages: 46
  • Dependent Repositories: 26
  • Docker Downloads: 520
  • Rankings:
    • Dependent packages count: 0.725%
    • Dependent repos count: 1.089%
    • Docker downloads count: 1.763%
    • Average: 1.871%
    • Stargazers count: 2.568%
    • Forks count: 3.209%
proxy.golang.org: github.com/philippgille/gokv/redis

Package redis contains an implementation of the `gokv.Store` interface for Redis.

  • Homepage: https://github.com/philippgille/gokv
  • Documentation: https://pkg.go.dev/github.com/philippgille/gokv/redis#section-documentation
  • Licenses: MPL-2.0
  • Latest release: v0.7.0 (published about 2 years ago)
  • Last Synced: 2026-01-29T19:48:15.202Z (6 days ago)
  • Versions: 2
  • Dependent Packages: 5
  • Dependent Repositories: 6
  • Docker Downloads: 210
  • Rankings:
    • Docker downloads count: 2.013%
    • Dependent repos count: 2.084%
    • Average: 2.479%
    • Dependent packages count: 2.502%
    • Stargazers count: 2.579%
    • Forks count: 3.216%
proxy.golang.org: github.com/philippgille/gokv/sql

  • Homepage: https://github.com/philippgille/gokv
  • Documentation: https://pkg.go.dev/github.com/philippgille/gokv/sql#section-documentation
  • Licenses: MPL-2.0
  • Latest release: v0.7.0 (published about 2 years ago)
  • Last Synced: 2026-01-27T03:22:05.165Z (9 days ago)
  • Versions: 2
  • Dependent Packages: 7
  • Dependent Repositories: 2
  • Rankings:
    • Dependent packages count: 2.052%
    • Stargazers count: 2.579%
    • Average: 2.839%
    • Forks count: 3.216%
    • Dependent repos count: 3.51%
proxy.golang.org: github.com/philippgille/gokv/file

Package file contains an implementation of the `gokv.Store` interface for local files. Each key-value pair is a file with the key as name and the value as content.

  • Homepage: https://github.com/philippgille/gokv
  • Documentation: https://pkg.go.dev/github.com/philippgille/gokv/file#section-documentation
  • Licenses: MPL-2.0
  • Latest release: v0.7.0 (published about 2 years ago)
  • Last Synced: 2026-01-27T03:22:55.642Z (9 days ago)
  • Versions: 2
  • Dependent Packages: 7
  • Dependent Repositories: 2
  • Rankings:
    • Dependent packages count: 2.052%
    • Stargazers count: 2.579%
    • Average: 2.839%
    • Forks count: 3.216%
    • Dependent repos count: 3.51%
proxy.golang.org: github.com/philippgille/gokv/gomap

Package gomap contains an implementation of the `gokv.Store` interface for a Go map.

  • Homepage: https://github.com/philippgille/gokv
  • Documentation: https://pkg.go.dev/github.com/philippgille/gokv/gomap#section-documentation
  • Licenses: MPL-2.0
  • Latest release: v0.7.0 (published about 2 years ago)
  • Last Synced: 2026-01-27T03:22:23.903Z (9 days ago)
  • Versions: 2
  • Dependent Packages: 6
  • Dependent Repositories: 2
  • Rankings:
    • Dependent packages count: 2.245%
    • Stargazers count: 2.579%
    • Average: 2.888%
    • Forks count: 3.216%
    • Dependent repos count: 3.51%
proxy.golang.org: github.com/sug0/gokv/hazelcast

Package hazelcast contains an implementation of the `gokv.Store` interface for Hazelcast.

  • Homepage: https://github.com/philippgille/gokv
  • Documentation: https://pkg.go.dev/github.com/sug0/gokv/hazelcast#section-documentation
  • Licenses: MPL-2.0
  • Latest release: (published 26 days ago)
  • Last Synced: 2026-01-16T00:48:53.705Z (20 days ago)
  • Versions: 0
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 1.573%
    • Dependent repos count: 1.622%
    • Forks count: 1.946%
    • Average: 2.908%
    • Dependent packages count: 6.492%
proxy.golang.org: github.com/philippgille/gokv/syncmap

Package syncmap contains an implementation of the `gokv.Store` interface for a Go `sync.Map`.

  • Homepage: https://github.com/philippgille/gokv
  • Documentation: https://pkg.go.dev/github.com/philippgille/gokv/syncmap#section-documentation
  • Licenses: MPL-2.0
  • Latest release: v0.7.0 (published about 2 years ago)
  • Last Synced: 2026-01-27T03:21:48.730Z (9 days ago)
  • Versions: 2
  • Dependent Packages: 5
  • Dependent Repositories: 2
  • Rankings:
    • Dependent packages count: 2.502%
    • Stargazers count: 2.579%
    • Average: 2.952%
    • Forks count: 3.216%
    • Dependent repos count: 3.51%
proxy.golang.org: github.com/philippgille/gokv/freecache

Package freecache contains an implementation of the `gokv.Store` interface for FreeCache.

  • Homepage: https://github.com/philippgille/gokv
  • Documentation: https://pkg.go.dev/github.com/philippgille/gokv/freecache#section-documentation
  • Licenses: MPL-2.0
  • Latest release: v0.7.0 (published about 2 years ago)
  • Last Synced: 2026-01-29T19:49:46.000Z (6 days ago)
  • Versions: 2
  • Dependent Packages: 2
  • Dependent Repositories: 2
  • Docker Downloads: 310
  • Rankings:
    • Docker downloads count: 1.373%
    • Stargazers count: 2.579%
    • Average: 2.971%
    • Forks count: 3.216%
    • Dependent repos count: 3.51%
    • Dependent packages count: 4.177%
proxy.golang.org: github.com/philippgille/gokv/badgerdb

Package badgerdb contains an implementation of the `gokv.Store` interface for BadgerDB.

  • Homepage: https://github.com/philippgille/gokv
  • Documentation: https://pkg.go.dev/github.com/philippgille/gokv/badgerdb#section-documentation
  • Licenses: MPL-2.0
  • Latest release: v0.7.0 (published about 2 years ago)
  • Last Synced: 2026-01-27T03:22:58.048Z (9 days ago)
  • Versions: 2
  • Dependent Packages: 2
  • Dependent Repositories: 4
  • Rankings:
    • Dependent repos count: 2.529%
    • Stargazers count: 2.579%
    • Average: 3.125%
    • Forks count: 3.216%
    • Dependent packages count: 4.177%
proxy.golang.org: github.com/philippgille/gokv/leveldb

Package leveldb contains an implementation of the `gokv.Store` interface for LevelDB.

  • Homepage: https://github.com/philippgille/gokv
  • Documentation: https://pkg.go.dev/github.com/philippgille/gokv/leveldb#section-documentation
  • Licenses: MPL-2.0
  • Latest release: v0.7.0 (published about 2 years ago)
  • Last Synced: 2026-01-29T19:47:51.230Z (6 days ago)
  • Versions: 2
  • Dependent Packages: 3
  • Dependent Repositories: 1
  • Docker Downloads: 142
  • Rankings:
    • Docker downloads count: 2.013%
    • Stargazers count: 2.579%
    • Average: 3.186%
    • Forks count: 3.216%
    • Dependent packages count: 3.378%
    • Dependent repos count: 4.746%
proxy.golang.org: github.com/philippgille/gokv/bbolt

Package bbolt contains an implementation of the `gokv.Store` interface for bbolt (formerly known as Bolt / Bolt DB).

  • Homepage: https://github.com/philippgille/gokv
  • Documentation: https://pkg.go.dev/github.com/philippgille/gokv/bbolt#section-documentation
  • Licenses: MPL-2.0
  • Latest release: v0.7.0 (published about 2 years ago)
  • Last Synced: 2026-01-27T03:23:07.763Z (9 days ago)
  • Versions: 2
  • Dependent Packages: 2
  • Dependent Repositories: 3
  • Rankings:
    • Stargazers count: 2.579%
    • Dependent repos count: 2.91%
    • Forks count: 3.216%
    • Average: 3.22%
    • Dependent packages count: 4.177%
proxy.golang.org: github.com/philippgille/gokv/s3

Package s3 contains an implementation of the `gokv.Store` interface for Amazon S3 and other S3-compatible services.

  • Homepage: https://github.com/philippgille/gokv
  • Documentation: https://pkg.go.dev/github.com/philippgille/gokv/s3#section-documentation
  • Licenses: MPL-2.0
  • Latest release: v0.7.0 (published about 2 years ago)
  • Last Synced: 2026-01-27T03:22:37.219Z (9 days ago)
  • Versions: 2
  • Dependent Packages: 3
  • Dependent Repositories: 1
  • Rankings:
    • Stargazers count: 2.579%
    • Forks count: 3.216%
    • Dependent packages count: 3.378%
    • Average: 3.48%
    • Dependent repos count: 4.746%
proxy.golang.org: github.com/philippgille/gokv/postgresql

Package postgresql contains an implementation of the `gokv.Store` interface for PostgreSQL.

  • Homepage: https://github.com/philippgille/gokv
  • Documentation: https://pkg.go.dev/github.com/philippgille/gokv/postgresql#section-documentation
  • Licenses: MPL-2.0
  • Latest release: v0.7.0 (published about 2 years ago)
  • Last Synced: 2026-01-27T03:23:06.923Z (9 days ago)
  • Versions: 2
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Rankings:
    • Stargazers count: 2.579%
    • Forks count: 3.216%
    • Average: 4.09%
    • Dependent repos count: 4.746%
    • Dependent packages count: 5.819%
proxy.golang.org: github.com/philippgille/gokv/zookeeper

Package zookeeper contains an implementation of the `gokv.Store` interface for Apache ZooKeeper.

  • Homepage: https://github.com/philippgille/gokv
  • Documentation: https://pkg.go.dev/github.com/philippgille/gokv/zookeeper#section-documentation
  • Licenses: MPL-2.0
  • Latest release: v0.7.0 (published about 2 years ago)
  • Last Synced: 2026-01-27T03:22:16.780Z (9 days ago)
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 1.643%
    • Forks count: 2.027%
    • Average: 5.004%
    • Dependent packages count: 6.999%
    • Dependent repos count: 9.346%
proxy.golang.org: github.com/philippgille/gokv/datastore

Package datastore contains an implementation of the `gokv.Store` interface for Google Cloud Datastore.

  • Homepage: https://github.com/philippgille/gokv
  • Documentation: https://pkg.go.dev/github.com/philippgille/gokv/datastore#section-documentation
  • Licenses: MPL-2.0
  • Latest release: v0.7.0 (published about 2 years ago)
  • Last Synced: 2026-01-27T03:22:09.731Z (9 days ago)
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 1.643%
    • Forks count: 2.027%
    • Average: 5.004%
    • Dependent packages count: 6.999%
    • Dependent repos count: 9.346%
proxy.golang.org: github.com/philippgille/gokv/hazelcast

Package hazelcast contains an implementation of the `gokv.Store` interface for Hazelcast.

  • Homepage: https://github.com/philippgille/gokv
  • Documentation: https://pkg.go.dev/github.com/philippgille/gokv/hazelcast#section-documentation
  • Licenses: MPL-2.0
  • Latest release: v0.7.0 (published about 2 years ago)
  • Last Synced: 2026-01-27T03:22:25.113Z (9 days ago)
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 1.643%
    • Forks count: 2.027%
    • Average: 5.004%
    • Dependent packages count: 6.999%
    • Dependent repos count: 9.346%
proxy.golang.org: github.com/philippgille/gokv/tablestore

Package tablestore contains an implementation of the `gokv.Store` interface for Alibaba Cloud Table Store.

  • Homepage: https://github.com/philippgille/gokv
  • Documentation: https://pkg.go.dev/github.com/philippgille/gokv/tablestore#section-documentation
  • Licenses: MPL-2.0
  • Latest release: v0.7.0 (published about 2 years ago)
  • Last Synced: 2026-01-27T03:22:24.040Z (9 days ago)
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 1.643%
    • Forks count: 2.027%
    • Average: 5.004%
    • Dependent packages count: 6.999%
    • Dependent repos count: 9.346%
proxy.golang.org: github.com/philippgille/gokv/ignite

Package ignite contains an implementation of the `gokv.Store` interface for Apache Ignite.

  • Homepage: https://github.com/philippgille/gokv
  • Documentation: https://pkg.go.dev/github.com/philippgille/gokv/ignite#section-documentation
  • Licenses: MPL-2.0
  • Latest release: v0.7.0 (published about 2 years ago)
  • Last Synced: 2026-01-27T03:23:13.337Z (9 days ago)
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 1.643%
    • Forks count: 2.027%
    • Average: 5.004%
    • Dependent packages count: 6.999%
    • Dependent repos count: 9.346%
proxy.golang.org: github.com/philippgille/gokv/bigcache

Package bigcache contains an implementation of the `gokv.Store` interface for BigCache.

  • Homepage: https://github.com/philippgille/gokv
  • Documentation: https://pkg.go.dev/github.com/philippgille/gokv/bigcache#section-documentation
  • Licenses: MPL-2.0
  • Latest release: v0.7.0 (published about 2 years ago)
  • Last Synced: 2026-01-27T03:22:10.113Z (9 days ago)
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Rankings:
    • Stargazers count: 2.579%
    • Forks count: 3.216%
    • Dependent repos count: 4.746%
    • Average: 5.029%
    • Dependent packages count: 9.575%
proxy.golang.org: github.com/philippgille/gokv/pgx

Package pgx contains an implementation of the `gokv.Store` interface for PostgreSQL using pgx.

  • Homepage: https://github.com/philippgille/gokv
  • Documentation: https://pkg.go.dev/github.com/philippgille/gokv/pgx#section-documentation
  • Licenses: MPL-2.0
  • Latest release: (published 6 days ago)
  • Last Synced: 2026-01-29T19:48:18.389Z (6 days ago)
  • Versions: 0
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 5.293%
    • Average: 5.471%
    • Dependent repos count: 5.648%
proxy.golang.org: github.com/philippgille/gokv/tablestorage

Package tablestorage contains an implementation of the `gokv.Store` interface for Azure Table Storage.

proxy.golang.org: github.com/philippgille/gokv/examples

  • Homepage: https://github.com/philippgille/gokv
  • Documentation: https://pkg.go.dev/github.com/philippgille/gokv/examples#section-documentation
  • Licenses: MPL-2.0
  • Latest release: (published 26 days ago)
  • Last Synced: 2026-01-09T12:38:35.216Z (26 days ago)
  • Versions: 0
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 6.999%
    • Average: 8.173%
    • Dependent repos count: 9.346%
proxy.golang.org: github.com/philippgille/gokv/consul

Package consul contains an implementation of the `gokv.Store` interface for Consul.

  • Homepage: https://github.com/philippgille/gokv
  • Documentation: https://pkg.go.dev/github.com/philippgille/gokv/consul#section-documentation
  • Licenses: MPL-2.0
  • Latest release: v0.7.0 (published about 2 years ago)
  • Last Synced: 2026-01-27T03:22:36.290Z (9 days ago)
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 6.999%
    • Average: 8.173%
    • Dependent repos count: 9.346%
proxy.golang.org: github.com/philippgille/gokv/mongodb

Package mongodb contains an implementation of the `gokv.Store` interface for MongoDB. Note: If you use a sharded cluster, you must use "_id" as the shard key! You should also use hashed sharding as opposed to ranged sharding to enable more evenly distributed data no matter how your key looks like.

  • Homepage: https://github.com/philippgille/gokv
  • Documentation: https://pkg.go.dev/github.com/philippgille/gokv/mongodb#section-documentation
  • Licenses: MPL-2.0
  • Latest release: v0.7.0 (published about 2 years ago)
  • Last Synced: 2026-01-27T03:22:28.371Z (9 days ago)
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Docker Downloads: 174
  • Rankings:
    • Dependent packages count: 6.999%
    • Average: 8.173%
    • Dependent repos count: 9.346%
proxy.golang.org: github.com/philippgille/gokv/dynamodb

Package dynamodb contains an implementation of the `gokv.Store` interface for Amazon DynamoDB.

  • Homepage: https://github.com/philippgille/gokv
  • Documentation: https://pkg.go.dev/github.com/philippgille/gokv/dynamodb#section-documentation
  • Licenses: MPL-2.0
  • Latest release: v0.7.0 (published about 2 years ago)
  • Last Synced: 2026-01-27T03:22:06.718Z (9 days ago)
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 6.999%
    • Average: 8.173%
    • Dependent repos count: 9.346%
proxy.golang.org: github.com/philippgille/gokv/mysql

Package mysql contains an implementation of the `gokv.Store` interface for MySQL.

  • Homepage: https://github.com/philippgille/gokv
  • Documentation: https://pkg.go.dev/github.com/philippgille/gokv/mysql#section-documentation
  • Licenses: MPL-2.0
  • Latest release: v0.7.0 (published about 2 years ago)
  • Last Synced: 2026-01-27T03:22:19.509Z (9 days ago)
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 6.999%
    • Average: 8.173%
    • Dependent repos count: 9.346%
proxy.golang.org: github.com/philippgille/gokv/etcd

Package etcd contains an implementation of the `gokv.Store` interface for etcd.

  • Homepage: https://github.com/philippgille/gokv
  • Documentation: https://pkg.go.dev/github.com/philippgille/gokv/etcd#section-documentation
  • Licenses: MPL-2.0
  • Latest release: v0.7.0 (published about 2 years ago)
  • Last Synced: 2026-01-29T19:49:48.756Z (6 days ago)
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 6.999%
    • Average: 8.173%
    • Dependent repos count: 9.346%
proxy.golang.org: github.com/philippgille/gokv/memcached

Package memcached contains an implementation of the `gokv.Store` interface for Memcached.

  • Homepage: https://github.com/philippgille/gokv
  • Documentation: https://pkg.go.dev/github.com/philippgille/gokv/memcached#section-documentation
  • Licenses: MPL-2.0
  • Latest release: v0.7.0 (published about 2 years ago)
  • Last Synced: 2026-01-29T19:49:55.782Z (6 days ago)
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Docker Downloads: 142
  • Rankings:
    • Dependent packages count: 6.999%
    • Average: 8.173%
    • Dependent repos count: 9.346%
proxy.golang.org: github.com/philippgille/gokv/cockroachdb

Package cockroachdb contains an implementation of the `gokv.Store` interface for CockroachDB.

  • Homepage: https://github.com/philippgille/gokv
  • Documentation: https://pkg.go.dev/github.com/philippgille/gokv/cockroachdb#section-documentation
  • Licenses: MPL-2.0
  • Latest release: v0.7.0 (published about 2 years ago)
  • Last Synced: 2026-01-29T19:49:41.692Z (6 days ago)
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 6.999%
    • Average: 8.173%
    • Dependent repos count: 9.346%
proxy.golang.org: github.com/philippgille/gokv/examples/protobuf_encoding

proxy.golang.org: github.com/philippgille/gokv/encoding/protobuf

proxy.golang.org: github.com/philippgille/gokv/noop

Package noop contains an implementation of the `gokv.Store` interface that does nothing.

  • Homepage: https://github.com/philippgille/gokv
  • Documentation: https://pkg.go.dev/github.com/philippgille/gokv/noop#section-documentation
  • Licenses: MPL-2.0
  • Latest release: v0.7.0 (published about 2 years ago)
  • Last Synced: 2026-01-27T03:22:56.825Z (9 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 8.935%
    • Average: 9.505%
    • Dependent repos count: 10.075%
proxy.golang.org: github.com/philippgille/gokv/examples/redis

  • Homepage: https://github.com/philippgille/gokv
  • Documentation: https://pkg.go.dev/github.com/philippgille/gokv/examples/redis#section-documentation
  • Licenses: MPL-2.0
  • Latest release: v0.0.0-20240121200932-09cafca21ca6 (published about 2 years ago)
  • Last Synced: 2026-01-16T00:48:28.247Z (20 days ago)
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 9.069%
    • Average: 9.647%
    • Dependent repos count: 10.226%
proxy.golang.org: github.com/philippgille/gokv/examples/proto_encoding

proxy.golang.org: github.com/philippgille/gokv/encoding/proto

  • Homepage: https://github.com/philippgille/gokv
  • Documentation: https://pkg.go.dev/github.com/philippgille/gokv/encoding/proto#section-documentation
  • Licenses: MPL-2.0
  • Latest release: v0.0.0-20231221221556-0b9cc3b77b80 (published about 2 years ago)
  • Last Synced: 2025-12-29T04:05:52.875Z (about 1 month ago)
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 9.468%
    • Average: 10.072%
    • Dependent repos count: 10.676%

Dependencies

badgerdb/go.mod go
  • github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96
  • github.com/cespare/xxhash v1.1.0
  • github.com/dgraph-io/badger v1.6.2
  • github.com/dgraph-io/ristretto v0.0.2
  • github.com/dustin/go-humanize v1.0.0
  • github.com/go-test/deep v1.0.4
  • github.com/golang/protobuf v1.3.2
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
  • github.com/pkg/errors v0.8.1
  • golang.org/x/net v0.0.0-20191027093000-83d349e8ac1a
  • golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
badgerdb/go.sum go
  • github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96
  • github.com/BurntSushi/toml v0.3.1
  • github.com/OneOfOne/xxhash v1.2.2
  • github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6
  • github.com/cespare/xxhash v1.1.0
  • github.com/coreos/etcd v3.3.10+incompatible
  • github.com/coreos/go-etcd v2.0.0+incompatible
  • github.com/coreos/go-semver v0.2.0
  • github.com/cpuguy83/go-md2man v1.0.10
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/dgraph-io/badger v1.6.2
  • github.com/dgraph-io/ristretto v0.0.2
  • github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2
  • github.com/dustin/go-humanize v1.0.0
  • github.com/fsnotify/fsnotify v1.4.7
  • github.com/go-test/deep v1.0.4
  • github.com/golang/protobuf v1.3.1
  • github.com/golang/protobuf v1.3.2
  • github.com/hashicorp/hcl v1.0.0
  • github.com/inconshreveable/mousetrap v1.0.0
  • github.com/kr/pretty v0.2.0
  • github.com/kr/pty v1.1.1
  • github.com/kr/text v0.1.0
  • github.com/magiconair/properties v1.8.0
  • github.com/mitchellh/go-homedir v1.1.0
  • github.com/mitchellh/mapstructure v1.1.2
  • github.com/pelletier/go-toml v1.2.0
  • github.com/philippgille/gokv v0.5.1-0.20191011213304-eb77f15b9c61
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
  • github.com/pkg/errors v0.8.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/russross/blackfriday v1.5.2
  • github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72
  • github.com/spaolacci/murmur3 v1.1.0
  • github.com/spf13/afero v1.1.2
  • github.com/spf13/cast v1.3.0
  • github.com/spf13/cobra v0.0.5
  • github.com/spf13/jwalterweatherman v1.0.0
  • github.com/spf13/pflag v1.0.3
  • github.com/spf13/viper v1.3.2
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/testify v1.2.2
  • github.com/stretchr/testify v1.4.0
  • github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8
  • github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77
  • golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9
  • golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
  • golang.org/x/net v0.0.0-20190620200207-3b0461eec859
  • golang.org/x/net v0.0.0-20191027093000-83d349e8ac1a
  • golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a
  • golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
  • golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb
  • golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
  • golang.org/x/text v0.3.0
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
  • gopkg.in/yaml.v2 v2.2.2
bbolt/go.mod go
  • github.com/go-test/deep v1.0.4
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
  • go.etcd.io/bbolt v1.3.6
  • golang.org/x/sys v0.0.0-20200923182605-d9f96fdee20d
bbolt/go.sum go
  • github.com/go-test/deep v1.0.4
  • github.com/philippgille/gokv v0.5.1-0.20191011213304-eb77f15b9c61
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
  • go.etcd.io/bbolt v1.3.6
  • golang.org/x/sys v0.0.0-20200923182605-d9f96fdee20d
bigcache/go.mod go
  • github.com/allegro/bigcache/v2 v2.2.5
  • github.com/go-test/deep v1.0.4
  • github.com/philippgille/gokv v0.5.1-0.20191011213304-eb77f15b9c61
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
bigcache/go.sum go
  • github.com/allegro/bigcache/v2 v2.2.5
  • github.com/go-test/deep v1.0.4
  • github.com/philippgille/gokv v0.5.1-0.20191011213304-eb77f15b9c61
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
cockroachdb/go.mod go
  • github.com/go-test/deep v1.0.4
  • github.com/lib/pq v1.10.5
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/sql v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
cockroachdb/go.sum go
  • github.com/go-test/deep v1.0.4
  • github.com/lib/pq v1.10.5
  • github.com/philippgille/gokv v0.5.1-0.20191011213304-eb77f15b9c61
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.0.0-20191011213304-eb77f15b9c61
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/sql v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.0.0-20191011213304-eb77f15b9c61
  • github.com/philippgille/gokv/util v0.6.0
consul/go.mod go
  • github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878
  • github.com/fatih/color v1.9.0
  • github.com/go-test/deep v1.0.4
  • github.com/hashicorp/consul/api v1.12.0
  • github.com/hashicorp/go-cleanhttp v0.5.1
  • github.com/hashicorp/go-hclog v0.12.0
  • github.com/hashicorp/go-immutable-radix v1.1.0
  • github.com/hashicorp/go-rootcerts v1.0.2
  • github.com/hashicorp/golang-lru v0.5.3
  • github.com/hashicorp/serf v0.9.6
  • github.com/mattn/go-colorable v0.1.6
  • github.com/mattn/go-isatty v0.0.12
  • github.com/mitchellh/go-homedir v1.1.0
  • github.com/mitchellh/mapstructure v1.1.2
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
  • golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44
consul/go.sum go
  • 117 dependencies
datastore/go.mod go
  • cloud.google.com/go v0.100.2
  • cloud.google.com/go/compute v1.6.1
  • cloud.google.com/go/datastore v1.6.0
  • github.com/go-test/deep v1.0.4
  • github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
  • github.com/golang/protobuf v1.5.2
  • github.com/google/go-cmp v0.5.8
  • github.com/googleapis/gax-go/v2 v2.3.0
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
  • go.opencensus.io v0.23.0
  • golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
  • golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
  • golang.org/x/sys v0.0.0-20220502124256-b6088ccd6cba
  • golang.org/x/text v0.3.7
  • golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f
  • google.golang.org/api v0.78.0
  • google.golang.org/appengine v1.6.7
  • google.golang.org/genproto v0.0.0-20220429170224-98d788798c3e
  • google.golang.org/grpc v1.46.0
  • google.golang.org/protobuf v1.28.0
datastore/go.sum go
  • 612 dependencies
dynamodb/go.mod go
  • github.com/aws/aws-sdk-go v1.44.9
  • github.com/go-test/deep v1.0.4
  • github.com/jmespath/go-jmespath v0.4.0
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
dynamodb/go.sum go
  • github.com/aws/aws-sdk-go v1.44.9
  • github.com/davecgh/go-spew v1.1.0
  • github.com/go-test/deep v1.0.4
  • github.com/jmespath/go-jmespath v0.4.0
  • github.com/jmespath/go-jmespath/internal/testify v1.5.1
  • github.com/philippgille/gokv v0.5.1-0.20191011213304-eb77f15b9c61
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
  • github.com/pkg/errors v0.9.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/objx v0.1.0
  • golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
  • golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
  • golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
  • golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
  • golang.org/x/text v0.3.7
  • golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v2 v2.2.8
etcd/go.mod go
  • github.com/coreos/go-semver v0.3.0
  • github.com/coreos/go-systemd/v22 v22.3.2
  • github.com/go-test/deep v1.0.4
  • github.com/gogo/protobuf v1.3.2
  • github.com/golang/protobuf v1.5.2
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
  • go.etcd.io/etcd/api/v3 v3.5.4
  • go.etcd.io/etcd/client/pkg/v3 v3.5.4
  • go.etcd.io/etcd/client/v3 v3.5.4
  • go.uber.org/atomic v1.7.0
  • go.uber.org/multierr v1.6.0
  • go.uber.org/zap v1.17.0
  • golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
  • golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40
  • golang.org/x/text v0.3.5
  • google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
  • google.golang.org/grpc v1.38.0
  • google.golang.org/protobuf v1.26.0
etcd/go.sum go
  • 245 dependencies
file/go.mod go
  • github.com/go-test/deep v1.0.4
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
file/go.sum go
  • github.com/go-test/deep v1.0.4
  • github.com/philippgille/gokv v0.5.1-0.20191011213304-eb77f15b9c61
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
freecache/go.mod go
  • github.com/cespare/xxhash/v2 v2.1.2
  • github.com/coocood/freecache v1.2.1
  • github.com/go-test/deep v1.0.4
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
freecache/go.sum go
  • github.com/cespare/xxhash/v2 v2.1.2
  • github.com/coocood/freecache v1.2.1
  • github.com/go-test/deep v1.0.4
  • github.com/philippgille/gokv v0.5.1-0.20191011213304-eb77f15b9c61
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
gomap/go.mod go
  • github.com/go-test/deep v1.0.4
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
gomap/go.sum go
  • github.com/go-test/deep v1.0.4
  • github.com/philippgille/gokv v0.5.1-0.20191011213304-eb77f15b9c61
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
hazelcast/go.mod go
  • github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d
  • github.com/go-ole/go-ole v1.2.4
  • github.com/go-test/deep v1.0.4
  • github.com/hazelcast/hazelcast-go-client v1.2.0
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
  • github.com/shirou/gopsutil/v3 v3.21.5
  • github.com/tklauser/go-sysconf v0.3.4
  • github.com/tklauser/numcpus v0.2.1
  • golang.org/x/sys v0.0.0-20210217105451-b926d437f341
hazelcast/go.sum go
  • github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d
  • github.com/apache/thrift v0.14.1
  • github.com/davecgh/go-spew v1.1.0
  • github.com/go-ole/go-ole v1.2.4
  • github.com/go-test/deep v1.0.4
  • github.com/hazelcast/hazelcast-go-client v1.2.0
  • github.com/kr/pretty v0.1.0
  • github.com/kr/pty v1.1.1
  • github.com/kr/text v0.1.0
  • github.com/philippgille/gokv v0.5.1-0.20191011213304-eb77f15b9c61
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/shirou/gopsutil/v3 v3.21.5
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/testify v1.4.0
  • github.com/stretchr/testify v1.6.1
  • github.com/tklauser/go-sysconf v0.3.4
  • github.com/tklauser/numcpus v0.2.1
  • go.uber.org/goleak v1.1.10
  • golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
  • golang.org/x/lint v0.0.0-20190930215403-16217165b5de
  • golang.org/x/net v0.0.0-20190311183353-d8887717615a
  • golang.org/x/net v0.0.0-20190620200207-3b0461eec859
  • golang.org/x/sync v0.0.0-20190423024810-112230192c58
  • golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
  • golang.org/x/sys v0.0.0-20210217105451-b926d437f341
  • golang.org/x/text v0.3.0
  • golang.org/x/tools v0.0.0-20190311212946-11955173bddd
  • golang.org/x/tools v0.0.0-20191108193012-7d206e10da11
  • golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
  • gopkg.in/yaml.v2 v2.2.2
  • gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
ignite/go.mod go
  • github.com/amsokol/ignite-go-client v0.12.2
  • github.com/go-test/deep v1.0.4
  • github.com/google/uuid v1.1.1
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
ignite/go.sum go
  • github.com/Masterminds/semver v1.4.2
  • github.com/amsokol/ignite-go-client v0.12.2
  • github.com/go-test/deep v1.0.4
  • github.com/google/uuid v1.1.0
  • github.com/google/uuid v1.1.1
  • github.com/philippgille/gokv v0.5.1-0.20191011213304-eb77f15b9c61
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
leveldb/go.mod go
  • github.com/go-test/deep v1.0.4
  • github.com/golang/snappy v0.0.1
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
  • github.com/syndtr/goleveldb v1.0.0
leveldb/go.sum go
  • github.com/fsnotify/fsnotify v1.4.7
  • github.com/go-test/deep v1.0.4
  • github.com/golang/protobuf v1.2.0
  • github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db
  • github.com/golang/snappy v0.0.1
  • github.com/hpcloud/tail v1.0.0
  • github.com/onsi/ginkgo v1.6.0
  • github.com/onsi/ginkgo v1.7.0
  • github.com/onsi/gomega v1.4.3
  • github.com/philippgille/gokv v0.5.1-0.20191011213304-eb77f15b9c61
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
  • github.com/syndtr/goleveldb v1.0.0
  • golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
  • golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
  • golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
  • golang.org/x/text v0.3.0
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/fsnotify.v1 v1.4.7
  • gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
  • gopkg.in/yaml.v2 v2.2.1
memcached/go.mod go
  • github.com/bradfitz/gomemcache v0.0.0-20220106215444-fb4bf637b56d
  • github.com/go-test/deep v1.0.4
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
memcached/go.sum go
  • github.com/bradfitz/gomemcache v0.0.0-20220106215444-fb4bf637b56d
  • github.com/go-test/deep v1.0.4
  • github.com/philippgille/gokv v0.5.1-0.20191011213304-eb77f15b9c61
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
mongodb/go.mod go
  • github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
  • github.com/go-test/deep v1.0.4
  • github.com/kr/pretty v0.1.0
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
  • gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
mongodb/go.sum go
  • github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
  • github.com/go-test/deep v1.0.4
  • github.com/kr/pretty v0.1.0
  • github.com/kr/pty v1.1.1
  • github.com/kr/text v0.1.0
  • github.com/philippgille/gokv v0.5.1-0.20191011213304-eb77f15b9c61
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
  • gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
mysql/go.mod go
  • github.com/go-sql-driver/mysql v1.6.0
  • github.com/go-test/deep v1.0.4
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/sql v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
mysql/go.sum go
  • github.com/go-sql-driver/mysql v1.6.0
  • github.com/go-test/deep v1.0.4
  • github.com/philippgille/gokv v0.5.1-0.20191011213304-eb77f15b9c61
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.0.0-20191011213304-eb77f15b9c61
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/sql v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.0.0-20191011213304-eb77f15b9c61
  • github.com/philippgille/gokv/util v0.6.0
postgresql/go.mod go
  • github.com/go-test/deep v1.0.4
  • github.com/lib/pq v1.10.5
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/sql v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
postgresql/go.sum go
  • github.com/go-test/deep v1.0.4
  • github.com/lib/pq v1.10.5
  • github.com/philippgille/gokv v0.5.1-0.20191011213304-eb77f15b9c61
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.0.0-20191011213304-eb77f15b9c61
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/sql v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.0.0-20191011213304-eb77f15b9c61
  • github.com/philippgille/gokv/util v0.6.0
redis/go.mod go
  • github.com/go-redis/redis v6.15.9+incompatible
  • github.com/go-test/deep v1.0.4
  • github.com/onsi/ginkgo v1.10.2
  • github.com/onsi/gomega v1.7.0
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
redis/go.sum go
  • github.com/fsnotify/fsnotify v1.4.7
  • github.com/go-redis/redis v6.15.9+incompatible
  • github.com/go-test/deep v1.0.4
  • github.com/golang/protobuf v1.2.0
  • github.com/hpcloud/tail v1.0.0
  • github.com/onsi/ginkgo v1.6.0
  • github.com/onsi/ginkgo v1.10.2
  • github.com/onsi/gomega v1.7.0
  • github.com/philippgille/gokv v0.5.1-0.20191011213304-eb77f15b9c61
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
  • golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
  • golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
  • golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
  • golang.org/x/text v0.3.0
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/fsnotify.v1 v1.4.7
  • gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
  • gopkg.in/yaml.v2 v2.2.1
s3/go.mod go
  • github.com/aws/aws-sdk-go v1.44.9
  • github.com/go-test/deep v1.0.4
  • github.com/jmespath/go-jmespath v0.4.0
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
s3/go.sum go
  • github.com/aws/aws-sdk-go v1.44.9
  • github.com/davecgh/go-spew v1.1.0
  • github.com/go-test/deep v1.0.4
  • github.com/jmespath/go-jmespath v0.4.0
  • github.com/jmespath/go-jmespath/internal/testify v1.5.1
  • github.com/philippgille/gokv v0.5.1-0.20191011213304-eb77f15b9c61
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
  • github.com/pkg/errors v0.9.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/objx v0.1.0
  • golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
  • golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
  • golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
  • golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
  • golang.org/x/text v0.3.7
  • golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v2 v2.2.8
sql/go.mod go
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
sql/go.sum go
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
syncmap/go.mod go
  • github.com/go-test/deep v1.0.4
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
syncmap/go.sum go
  • github.com/go-test/deep v1.0.4
  • github.com/philippgille/gokv v0.5.1-0.20191011213304-eb77f15b9c61
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
tablestorage/go.mod go
  • github.com/Azure/azure-sdk-for-go v63.4.0+incompatible
  • github.com/Azure/go-autorest/autorest v0.9.2
  • github.com/Azure/go-autorest/autorest/adal v0.8.0
  • github.com/Azure/go-autorest/autorest/date v0.2.0
  • github.com/Azure/go-autorest/autorest/to v0.3.0
  • github.com/Azure/go-autorest/logger v0.1.0
  • github.com/Azure/go-autorest/tracing v0.5.0
  • github.com/dgrijalva/jwt-go v3.2.0+incompatible
  • github.com/dnaeon/go-vcr v1.0.1
  • github.com/go-test/deep v1.0.4
  • github.com/gofrs/uuid v4.2.0+incompatible
  • github.com/kr/pretty v0.1.0
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
  • gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
  • gopkg.in/yaml.v2 v2.2.4
tablestorage/go.sum go
  • github.com/Azure/azure-sdk-for-go v63.4.0+incompatible
  • github.com/Azure/go-autorest/autorest v0.9.0
  • github.com/Azure/go-autorest/autorest v0.9.2
  • github.com/Azure/go-autorest/autorest/adal v0.5.0
  • github.com/Azure/go-autorest/autorest/adal v0.8.0
  • github.com/Azure/go-autorest/autorest/date v0.1.0
  • github.com/Azure/go-autorest/autorest/date v0.2.0
  • github.com/Azure/go-autorest/autorest/mocks v0.1.0
  • github.com/Azure/go-autorest/autorest/mocks v0.2.0
  • github.com/Azure/go-autorest/autorest/mocks v0.3.0
  • github.com/Azure/go-autorest/autorest/to v0.3.0
  • github.com/Azure/go-autorest/logger v0.1.0
  • github.com/Azure/go-autorest/tracing v0.5.0
  • github.com/dgrijalva/jwt-go v3.2.0+incompatible
  • github.com/dnaeon/go-vcr v1.0.1
  • github.com/go-test/deep v1.0.4
  • github.com/gofrs/uuid v4.2.0+incompatible
  • github.com/kr/pretty v0.1.0
  • github.com/kr/pty v1.1.1
  • github.com/kr/text v0.1.0
  • github.com/philippgille/gokv v0.5.1-0.20191011213304-eb77f15b9c61
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
  • golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
  • golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
  • gopkg.in/yaml.v2 v2.2.4
tablestore/go.mod go
  • github.com/aliyun/aliyun-tablestore-go-sdk v4.1.3+incompatible
  • github.com/go-test/deep v1.0.4
  • github.com/golang/protobuf v1.3.2
  • github.com/kr/pretty v0.1.0
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
  • gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
tablestore/go.sum go
  • github.com/aliyun/aliyun-tablestore-go-sdk v4.1.3+incompatible
  • github.com/go-test/deep v1.0.4
  • github.com/golang/protobuf v1.3.2
  • github.com/kr/pretty v0.1.0
  • github.com/kr/pty v1.1.1
  • github.com/kr/text v0.1.0
  • github.com/philippgille/gokv v0.5.1-0.20191011213304-eb77f15b9c61
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
  • gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
test/go.mod go
  • github.com/go-test/deep v1.0.8
  • github.com/philippgille/gokv v0.6.0
test/go.sum go
  • github.com/go-test/deep v1.0.8
  • github.com/philippgille/gokv v0.6.0
zookeeper/go.mod go
  • github.com/go-test/deep v1.0.4
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
  • github.com/samuel/go-zookeeper v0.0.0-20201211165307-7117e9ea2414
zookeeper/go.sum go
  • github.com/go-test/deep v1.0.4
  • github.com/philippgille/gokv v0.5.1-0.20191011213304-eb77f15b9c61
  • github.com/philippgille/gokv v0.6.0
  • github.com/philippgille/gokv/encoding v0.6.0
  • github.com/philippgille/gokv/test v0.6.0
  • github.com/philippgille/gokv/util v0.6.0
  • github.com/samuel/go-zookeeper v0.0.0-20201211165307-7117e9ea2414
noop/go.mod go
  • github.com/philippgille/gokv v0.7.0
  • github.com/philippgille/gokv/util v0.7.0
noop/go.sum go
  • github.com/philippgille/gokv v0.7.0
  • github.com/philippgille/gokv/util v0.7.0
pgx/go.mod go
  • github.com/go-test/deep v1.1.0
  • github.com/jackc/pgpassfile v1.0.0
  • github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
  • github.com/jackc/pgx/v5 v5.7.5
  • github.com/jackc/puddle/v2 v2.2.2
  • github.com/philippgille/gokv v0.7.0
  • github.com/philippgille/gokv/encoding v0.7.0
  • github.com/philippgille/gokv/test v0.7.0
  • github.com/philippgille/gokv/util v0.7.0
  • golang.org/x/crypto v0.37.0
  • golang.org/x/sync v0.13.0
  • golang.org/x/text v0.24.0
encoding/go.sum go
magefiles/go.mod go
  • bitbucket.org/creachadair/shell v0.0.7
  • github.com/bitfield/script v0.20.2
  • github.com/itchyny/gojq v0.12.7
  • github.com/itchyny/timefmt-go v0.1.3
  • github.com/magefile/mage v1.15.0
examples/protobuf_encoding/go.sum go
  • github.com/go-test/deep v1.1.0
  • github.com/google/go-cmp v0.5.5
  • github.com/philippgille/gokv v0.7.0
  • github.com/philippgille/gokv/encoding v0.7.0
  • github.com/philippgille/gokv/encoding/protobuf v0.7.0
  • github.com/philippgille/gokv/gomap v0.7.0
  • github.com/philippgille/gokv/test v0.7.0
  • github.com/philippgille/gokv/util v0.7.0
  • golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
  • google.golang.org/protobuf v1.36.6
examples/redis/go.sum go
  • github.com/bsm/ginkgo/v2 v2.12.0
  • github.com/bsm/gomega v1.27.10
  • github.com/cespare/xxhash/v2 v2.2.0
  • github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
  • github.com/go-test/deep v1.1.0
  • github.com/philippgille/gokv v0.7.0
  • github.com/philippgille/gokv/encoding v0.7.0
  • github.com/philippgille/gokv/redis v0.7.0
  • github.com/philippgille/gokv/test v0.7.0
  • github.com/philippgille/gokv/util v0.7.0
  • github.com/redis/go-redis/v9 v9.4.0
magefiles/go.sum go
  • bitbucket.org/creachadair/shell v0.0.7
  • github.com/bitfield/script v0.20.2
  • github.com/google/go-cmp v0.5.4
  • github.com/google/go-cmp v0.5.6
  • github.com/google/go-cmp v0.5.7
  • github.com/itchyny/gojq v0.12.7
  • github.com/itchyny/timefmt-go v0.1.3
  • github.com/magefile/mage v1.15.0
  • github.com/mattn/go-isatty v0.0.14
  • github.com/mattn/go-runewidth v0.0.9
  • golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
  • golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9
  • golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
  • golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
.github/workflows/ci.yml actions
  • actions/checkout v4 composite
  • actions/setup-go v5 composite
  • codecov/codecov-action v5 composite
  • golangci/golangci-lint-action v8 composite
  • magefile/mage-action v3 composite
encoding/go.mod go
examples/protobuf_encoding/go.mod go
  • github.com/philippgille/gokv v0.7.0
  • github.com/philippgille/gokv/encoding v0.7.0
  • github.com/philippgille/gokv/encoding/protobuf v0.7.0
  • github.com/philippgille/gokv/gomap v0.7.0
  • github.com/philippgille/gokv/util v0.7.0
  • google.golang.org/protobuf v1.36.6
go.mod go
encoding/protobuf/go.mod go
  • google.golang.org/protobuf v1.33.0
examples/redis/go.mod go
  • github.com/cespare/xxhash/v2 v2.2.0
  • github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
  • github.com/philippgille/gokv v0.7.0
  • github.com/philippgille/gokv/encoding v0.7.0
  • github.com/philippgille/gokv/redis v0.7.0
  • github.com/philippgille/gokv/util v0.7.0
  • github.com/redis/go-redis/v9 v9.4.0
util/go.mod go
encoding/protobuf/go.sum go
  • github.com/google/go-cmp v0.5.5
  • golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
  • google.golang.org/protobuf v1.33.0
pgx/go.sum go
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/go-test/deep v1.1.0
  • github.com/jackc/pgpassfile v1.0.0
  • github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
  • github.com/jackc/pgx/v5 v5.7.5
  • github.com/jackc/puddle/v2 v2.2.2
  • github.com/philippgille/gokv v0.7.0
  • github.com/philippgille/gokv/encoding v0.7.0
  • github.com/philippgille/gokv/test v0.7.0
  • github.com/philippgille/gokv/util v0.7.0
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/testify v1.3.0
  • github.com/stretchr/testify v1.7.0
  • github.com/stretchr/testify v1.8.1
  • golang.org/x/crypto v0.37.0
  • golang.org/x/sync v0.13.0
  • golang.org/x/text v0.24.0
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
  • gopkg.in/yaml.v3 v3.0.1