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/
- Host: GitHub
- URL: https://github.com/bbartling/rusty-timeseries-db
- Owner: bbartling
- License: mit
- Created: 2024-08-20T15:29:28.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-08-28T19:50:08.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T13:15:29.518Z (over 1 year ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/