Comparison of Embedded Databases
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
SQLite
DuckDB
PoloDB
Apache Derby
H2
HSQLDB
References
Useful Rust Crates for Database
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Neon
Neon is a serverless open-source alternative to AWS Aurora Postgres. It separates storage and compute and substitutes the PostgreSQL storage layer by redistributing data across a cluster of nodes.
sqlx …
Data Sources
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Data Platforms
https://www.oxen.ai/
https://github.com/quiltdata/quilt
https://registry.opendata.aws/
https://www.google.com/publicdata/directory
https://proxycrawl.com
Data for Computer Vison
Data for NLP …
LLM in Rust
Popular Databases
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
The YouTube video How to Choose The Right Database has great advices on how to choose the right databases.
Types of Databases
- relational
- non-relational
- key value database
- document database
- wide column …