squirrel

Go sqlite3 cache (by anacrolix)

Squirrel Alternatives

Similar projects and alternatives to squirrel based on common topics and language

  • seaweedfs

    SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, cross-DC active-active replication, Kubernetes, POSIX FUSE mount, S3 API, S3 Gateway, Hadoop, WebDAV, encryption, Erasure Coding.

  • badger

    Fast key-value DB in Go.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • torrent

    Full-featured BitTorrent client package and utilities

  • goleveldb

    LevelDB key/value database in Go.

  • diskv

    A disk-backed key-value store.

  • missinggo

    Stuff that's missing in Go stdlib, or hasn't made it into its own repo.

  • usql

    Universal command-line interface for SQL databases

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better squirrel alternative or higher similarity.

squirrel reviews and mentions

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.

Stats

Basic squirrel repo stats
2
18
8.1
about 1 month ago

anacrolix/squirrel is an open source project licensed under Mozilla Public License 2.0 which is an OSI approved license.

The primary programming language of squirrel is Go.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com