sajari / storage
Go package for abstracting local, in-memory, and remote (Google Cloud Storage/S3) filesystems
☆52Updated 6 years ago
Alternatives and similar repositories for storage
Users that are interested in storage are comparing it to the libraries listed below
Sorting:
- 2D locality queries in Go☆33Updated 3 years ago
- Using io.Reader for data transformation in Go☆71Updated 4 years ago
- Temporary structs and maps with expiring elements in Golang☆38Updated last year
- ☆60Updated 4 years ago
- Embeddable in memory key/value store for strings in golang☆53Updated 6 years ago
- Go package for text annotation.☆71Updated 5 years ago
- Counter Data structure for Golang using CountMin Sketch with a fixed amount of memory☆45Updated 7 years ago
- 💧 In memory dataset filtering☆49Updated 3 years ago
- A library for abstracting away from the literal Go time library, for testing and time control.☆58Updated 2 years ago
- Super fast batch inserts/updates to sql database, by packing data into sql with the least database roundtrip☆65Updated 6 years ago
- Embeds static resources into go files for single binary compilation + works with http.FileSystem + symlinks☆67Updated 8 years ago
- csvplus extends the standard Go encoding/csv package with fluent interface, lazy stream operations, indices and joins.☆67Updated 2 weeks ago
- Immutable data storage☆44Updated 5 years ago
- A simple Go Library to calculate a phash string for a JPEG image.☆34Updated 9 years ago
- Package for concurrently walking files☆102Updated 9 years ago
- Redis style logger for Go☆28Updated 4 years ago
- Go implementation of different backoff strategies useful for retrying operations and heartbeating.☆85Updated 4 years ago
- create low memory key/value objects in Go☆21Updated 8 years ago
- EU VAT number validation in Go using VIES SOAP service☆26Updated 4 years ago
- Context-aware middleware chains for Golang net/http☆26Updated 7 years ago
- runs go generate recursively on a specified path or environment variable and can filter by regex☆30Updated 8 years ago
- Runlevel 1, you stay unix socket. Runlevel 3, you listen tcp! Kicks old process on boot. Shuts down when kicked by new process. Could con…☆23Updated 4 years ago
- a thin layer over Go's database/sql☆27Updated last year
- Generate thread-safe, type-safe Go maps☆40Updated last year
- Convenience library to not reinvent the wheel when working with goroutines in certain setups.☆48Updated 7 years ago
- Useful HTTP middlewares☆19Updated last year
- Email validation/normalization for golang☆53Updated 4 years ago
- Configurable Go retry package, which invokes flaky functions until they succeed.