Tag: project
All the articles with the tag "project".
-
Introducing cairn: append-only event storage with SQLite
cairn is an append-only event store backed by SQLite where immutability is enforced by triggers, not convention. SDKs for Go, TypeScript, and Rust share one spec and 21 test vectors.
-
Introducing casq (a simple content-addressable file storage CLI and library)
casq is a small, no-frills content-addressed file store and Rust library that gives you git-style hashing and deduplication locally, without trying to be a full backup system or version control tool, and is available under the permissive Apache-2.0 license.