An open API service indexing awesome lists of open source software.

https://github.com/bbartling/rusty-timeseries-db

Hobbyist database development project in Rust to deepen my understanding of time series-optimized databases, inspired by the C tutorial 'How Does a Database Work?' which guides you through creating an SQLite database from scratch. https://cstack.github.io/db_tutorial/
https://github.com/bbartling/rusty-timeseries-db

Last synced: 9 months ago
JSON representation

Hobbyist database development project in Rust to deepen my understanding of time series-optimized databases, inspired by the C tutorial 'How Does a Database Work?' which guides you through creating an SQLite database from scratch. https://cstack.github.io/db_tutorial/

Awesome Lists containing this project

README

          

# rusty-timeseries-db
Hobbyist database development project in Rust to deepen my understanding of time series-optimized databases, inspired by the C tutorial 'How Does a Database Work?' which guides you through creating an SQLite database from scratch.
* https://cstack.github.io/db_tutorial/