Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-go-storage
A curated list of awesome Go storage projects and libraries
https://github.com/eric-erki/awesome-go-storage
Last synced: 4 days ago
JSON representation
-
Storage Server
- minio - Minio is an open source object storage server compatible with Amazon S3 APIs.
- perkeep - Perkeep is your personal storage system for life: a way of storing, syncing, sharing, modelling and backing up content.
- s3git - Git for Cloud Storage. Distributed Version Control for Data.
- storj - Decentralized cloud object storage that is affordable, easy to use, private, and secure.
- rook - Open, Cloud Native, and Universal Distributed Storage.
- longhorn
-
Key-Value Store
- Bitcask - Bitcask is an embeddable, persistent and fast key-value (KV) database written in pure Go with predictable read/write performance, low latency and high throughput thanks to the bitcask on-disk layout (LSM+WAL).
- BadgerDB - BadgerDB is an embeddable, persistent, simple and fast key-value (KV) database written in pure Go. It's meant to be a performant alternative to non-Go-based key-value stores like RocksDB.
- biscuit - Biscuit is a multi-region HA key-value store for your AWS infrastructure secrets.
- consul - Distributed consistent replicated key-value store for service discovery and configuration.
- go-cache - An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
- Bitraft - - Bitraft is a distributed raft-based key/value store with a Redis-compatible protocol. It uses [Bitcask](https://github.com/prologic/bitcask) for high performance/throughout and low latency.
-
File System
- git-lfs - Git extension for versioning large files.
- fsnotify - Cross-platform file system notifications for Go.
- goofys - A high-performance, POSIX-ish Amazon S3 file system written in Go.
- go-systemd - Go bindings to systemd socket activation, journal, D-Bus, and unit files.
- gcsfuse - A user-space file system for interacting with Google Cloud Storage.
- svfs - A virtual file system over Openstack Swift built upon fuse.
- afero - A FileSystem Abstraction System for Go
-
Database
- BigCache - Efficient key/value cache for gigabytes of data.
- bolt - A low-level key/value database for Go. This original version by Ben Johnson has been marked as unmaintained and forked by [CoreOS bbolt](https://github.com/coreos/bbolt).
- buntdb - A fast, embeddable, in-memory key/value database for Go with custom indexing and spatial support.
- cache2go - An in-memory key:value cache which supports automatic invalidation based on timeouts.
- cockroach - A Scalable, Geo-Replicated, Transactional Datastore
- couchcache - A RESTful caching micro-service backed by Couchbase server.
- CovenantSQL - A SQL Database with Blockchain features.
- dgraph - Scalable, Distributed, Low Latency, High Throughput Graph Database.
- eliasdb - Dependency-free, transactional graph database with REST API, phrase search and SQL-like query language.
- emitter - Scalable, low-latency, distributed & secure pub/sub database with time-series message storage, suitable for IoT, gaming, apps and real-time web.
- forestdb - Go bindings for ForestDB.
- GCache - Cache library with support for expirable Cache, LFU, LRU and ARC.
- geocache - An in-memory cache that is suitable for geolocation based applications.
- goleveldb - An implementation of the [LevelDB](https://github.com/google/leveldb) key/value database in the Go.
- groupcache - Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
- levigo - Levigo is a Go wrapper for LevelDB.
- moss - Moss is a simple LSM key-value storage engine written in 100% Go.
- noms - The versioned, forkable, syncable database.
- piladb - Lightweight RESTful database engine based on stack data structures.
- prometheus - Monitoring system and time series database.
- rqlite - The lightweight, distributed, relational database built on SQLite.
- scribble - A tiny flat file JSON store.
- tidb - TiDB is a distributed SQL database. Inspired by the design of Google F1.
- tiedot - Your NoSQL database powered by Golang.
- Tile38 - A geolocation DB with spatial index and realtime geofencing.
- darwin - Database schema evolution library for Go
- goose - Database migration tool. You can manage your database's evolution by creating incremental SQL or Go scripts.
- gormigrate - Database schema migration helper for Gorm ORM.
- migrate - Database migration handling in Golang support MySQL, PostgreSQL, Cassandra, and SQLite.
- pravasan - Simple Migration tool - currently for MySQL but planning to support soon for Postgres, SQLite, MongoDB, etc.,
- sql-migrate - Database migration tool. Allows embedding migrations into the application using go-bindata.
- kingshard - kingshard is a high performance proxy for MySQL powered by Golang.
- myreplication - MySql binary log replication listener. Support statement and row based replication.
- orchestrator - MySQL replication topology manager & visualizer
- pgweb - A web-based PostgreSQL database browser
- usql - universal command-line interface for SQL databases
- dat - Go Postgres Data Access Toolkit
- goqu - An idiomatic SQL builder and query library.
- igor - Abstraction layer for PostgreSQL that supports advanced functionality and uses gorm-like syntax.
- ozzo-dbx - Powerful data retrieval methods as well as DB-agnostic query building capabilities.
- SQLBoiler - a tool to generate a Go ORM tailored to your database schema. It is a "database-first" ORM as opposed to "code-first", and you must first create your database.
- sqrl - SQL query builder, fork of Squirrel with improved performance.
- Squirrel - Go library that helps you build SQL queries.
- soda - Database migration, creation, ORM, etc... for MySQL, PostgreSQL, and SQLite.
- scaneo - Generate Go code to convert database rows into arbitrary structs.
- diskv - A home-grown disk-backed key-value store.
- go-mysql - A go toolset to handle MySQL protocol and replication.
-
Database Drivers
- bgc - Datastore Connectivity for BigQuery for go.
- firebirdsql - Firebird RDBMS SQL driver for Go
- go-adodb - Microsoft ActiveX Object DataBase driver for go that using database/sql.
- go-bqstreamer - BigQuery fast and concurrent stream insert.
- go-mssqldb - Microsoft MSSQL driver in go language.
- go-oci8 - Oracle driver for go that using database/sql.
- go-sql-driver/mysql - MySQL driver for Go.
- go-sqlite3 - SQLite3 driver for go that using database/sql.
- gofreetds
- pgx - PostgreSQL driver supporting features beyond those exposed by database/sql.
- pq - Pure Go Postgres driver for database/sql.
- aerospike-client-go - Aerospike client in Go language.
- arangolite - Lightweight golang driver for ArangoDB.
- asc - Datastore Connectivity for Aerospike for go.
- dsc - Datastore connectivity for SQL, NoSQL, structured files.
- dynago - Dynago is a principle of least surprise client for DynamoDB
- go-couchbase - Couchbase client in Go
- go-couchdb - Yet another CouchDB HTTP API wrapper for Go
- gocb - Official Couchbase Go SDK
- goriak - Go language driver for Riak KV
- mongo-go-driver - The Go driver for MongoDB
- neo4j - Neo4j Rest API Bindings for Golang
- Neo4j-GO - Neo4j REST Client in golang.
- neoism - Neo4j client for Golang
- redigo - Redigo is a Go client for the Redis database.
- redis - A simple, powerful Redis client for Go.
- redis - Redis-protocol compatible TCP servers/services.
- bleve - A modern text indexing library for go.
- elastic - Elasticsearch client for Go.
- elastigo - A Elasticsearch client library.
- skizze - A probabilistic data-structures service and storage.
- goes - A library to interact with Elasticsearch.
- gorethink - Go language driver for RethinkDB
- go-bqstreamer - BigQuery fast and concurrent stream insert.
Sub Categories
Keywords
go
38
golang
26
database
23
sql
10
mysql
7
postgresql
5
postgres
5
sqlite
5
kubernetes
4
key-value
4
storage
4
cache
4
distributed-database
3
distributed-systems
3
mariadb
3
distributed
3
cloud-storage
3
db
3
couchbase
2
openstack-swift
2
google-cloud-storage
2
nosql
2
document-database
2
library
2
sqlite3
2
in-memory
2
geospatial
2
fuse
2
mongodb
2
filesystem
2
golang-library
2
caching
2
aws-s3
2
migrations
2
gorm
2
scale
2
rest-api
2
graphql-server
2
redis
2
driver
2
graphql
2
s3
2
decentralized
2
git
2
bigquery
2
graph-database
2
low-latency
2
migration
2
cloud-native
2
cncf
2