Saturday, 23 March 2024
Interesting Snippets from 2024-03-23
-
GitHub - Snapchat/KeyDB: A Multithreaded Fork of Redis
KeyDB is a high performance fork of Redis with a focus on multithreading, memory efficiency, and high throughput. In addition to performance improvements, KeyDB offers features such as Active Replication, FLASH Storage and Subkey Expires. KeyDB has a MVCC architecture that allows you to execute queries such as KEYS and SCAN without blocking the database and degrading performance.
-
DuckDB - An in-process SQL OLAP database management system
DuckDB is a fast in-process analytical database DuckDB supports a feature-rich SQL dialect complemented with deep integrations into client APIs
-
magick.css
magick.css is a minimalistic, (mostly) classless CSS framework that is designed to be easy to use and easy to understand. It is contained in a single file, and every choice is commented. The goal is to achieve an elegant, but magically playful look, while maximizing readability and the ability to convey information; somewhat akin to the notes of a wizard.
-
Screwtape / sqlite-schema-diagram ยท GitLab
The sqlite-schema-diagram.sql file contains a query which returns a sequence of strings, representing a SQLite database's schema in GraphViz format. You can save it to a file, or just pipe it to the GraphViz dot command to convert it to your favourite output format: PNG, SVG, PDF, whatever.