Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Cheatsheets | 32,908 | 5 days ago | 85 | mit | JavaScript | |||||
👩💻👨💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file. | ||||||||||
Tdengine | 21,071 | 1 | 15 hours ago | 12 | April 14, 2022 | 881 | agpl-3.0 | C | ||
TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. | ||||||||||
Dolt | 14,460 | 2 | 18 hours ago | 214 | May 19, 2022 | 255 | apache-2.0 | Go | ||
Dolt – Git for Data | ||||||||||
Questdb | 10,773 | 1 | 15 hours ago | 38 | August 26, 2022 | 311 | apache-2.0 | Java | ||
An open source time-series database for fast ingest and SQL queries | ||||||||||
Q | 9,801 | 20 days ago | 1 | February 27, 2018 | 98 | gpl-3.0 | Python | |||
q - Run SQL directly on delimited files and multi-file sqlite databases | ||||||||||
Soar | 8,237 | a month ago | 24 | February 23, 2022 | 63 | apache-2.0 | Go | |||
SQL Optimizer And Rewriter | ||||||||||
Usql | 7,926 | 2 | 9 | 9 days ago | 125 | August 26, 2022 | 59 | mit | Go | |
Universal command-line interface for SQL databases | ||||||||||
Octosql | 4,375 | 2 | a month ago | 32 | September 04, 2022 | 33 | mpl-2.0 | Go | ||
OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL. | ||||||||||
Firebase Tools | 3,663 | 2,661 | 451 | 5 days ago | 290 | September 22, 2022 | 433 | mit | TypeScript | |
The Firebase Command Line Tools | ||||||||||
Rosedb | 3,581 | 2 months ago | 54 | June 16, 2022 | 13 | apache-2.0 | Go | |||
🚀 A high performance NoSQL database based on bitcask, supports string, list, hash, set, and sorted set. |
rosedb is a fast, stable, and embedded NoSQL database based on bitcask
, supports a variety of data structures such as string
, list
, hash
, set
, and sorted set
.
It is similar to Redis
but store values on disk.
Key features:
string
, list
, hash
, set
, and sorted set
1. embedded usage: see examples
2. command line usage:
start rosedb server
cd rosedb
make
./rosedb-server [-option value]
access data via cli
(a copy of redis-cli
)
Only mac now, download redis-cli according to your os.
cd rosedb/tools
./cli-mac -p 5200
127.0.0.1:5200>
127.0.0.1:5200> set my_key RoseDB
OK
127.0.0.1:5200> get my_key
"RoseDB"
127.0.0.1:5200>
See wiki
Welcome to join the Slack channel and Discussions to connect with RoseDB team members and other users.
If you are a Chinese user, you are also welcome to join our WeChat group, scan the QR code and you will be invited:
![]() |
---|
If you are interested in contributing to rosedb, see CONTRIBUTING and how to contribute?
rosedb is licensed under the term of the Apache 2.0 License