Daily Shaarli
November 13, 2022
Represents user journeys or user flows as a map.
Shows custom emoji for Mastodon/Pleroma instances
and the repository link: https://github.com/iliana/emojos.in.
The UI is minimalist and can be improved :)
armink/FlashDB: An ultra-lightweight database that supports key-value and time series data | 一款支持 KV 数据和时序数据的超轻量级数据库
SQLite that is not relational but using key/value pairs
- Key-value database: It is a non-relational database that stores data as a collection of key-value pairs, where the key is used as a unique identifier. KVDB has simple operations and robust scalability.
- Time Series Database: Time Series Database (TSDB) stores data in time sequence. TSDB data has a timestamp, large data storage, and high insertion and query performance.