squirrel VS diskv

Compare squirrel vs diskv and see what are their differences.

diskv

A disk-backed key-value store. (by peterbourgon)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
squirrel diskv
2 3
18 1,324
- -
8.1 0.0
about 1 month ago over 2 years ago
Go Go
Mozilla Public License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

squirrel

Posts with mentions or reviews of squirrel. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-08.
  • Billion File Filesystem
    2 projects | news.ycombinator.com | 8 Feb 2024
    I built https://github.com/anacrolix/squirrel for just this purpose. However you might find that batch inserting empty files might only be 10x faster or so than creating empty files directly on the filesystem if we are to believe the 10k/s the OP achieved.
  • Embedded write-heavy on-disk cache, write-amplification
    6 projects | /r/golang | 6 Jan 2022
    I'm looking for an embedded database/KV-store that supports a write-heavy workload of large blocks of bytes and some kind of eviction policy. I'm currently using sqlite3 with a bunch of triggers and the blob API, but it's not really suitable for write-heavy workloads. I've currently exposed the interface somewhat in https://github.com/anacrolix/squirrel, the primary use case is from https://github.com/anacrolix/torrent. My recent research suggests an LSM-based KV-store like rocksdb or leveldb, but those don't have great interfaces in Go, and don't seem to support an eviction policy as far as I can tell (which is surprising given they would be very well suited to it). There are some alternatives like buntdb, but those all look designed for smaller/string values.

diskv

Posts with mentions or reviews of diskv. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-12.

What are some alternatives?

When comparing squirrel and diskv you can also consider the following projects:

goqu - SQL builder and query library for golang

buntdb - BuntDB is an embeddable, in-memory key/value database for Go with custom indexing and geospatial support

groupcache - groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.

pREST - PostgreSQL ➕ REST, low-code, simplify and accelerate development, ⚡ instant, realtime, high-performance on any Postgres application, existing or new

tidb - TiDB is an open-source, cloud-native, distributed, MySQL-Compatible database for elastic scale and real-time analytics. Try AI-powered Chat2Query free at : https://tidbcloud.com/free-trial

kingshard - A high-performance MySQL proxy

dgraph - The high-performance database for modern applications

cockroach - CockroachDB - the open source, cloud-native distributed SQL database.

prometheus - The Prometheus monitoring system and time series database.

TinyGo - Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.

migrate - Database migrations. CLI and Golang library.

rqlite - The lightweight, distributed relational database built on SQLite.