Resources
Below are some resources that were helpful or inspiring for the development of Noblit. Some of them were not directly useful, but simply interesting.
- Deconstructing the Database — a talk about Datomic and its data model
- The Datomic Data Model — from the Datomic documentation
- LevelDB implementation notes — from the LevelDB documentation
- InfluxDB Storage Engine Internals — a talk about storage in a time series database
- What You Always Wanted to Know About Datalog — a paper on Datalog
- Unofficial Guide to Datomic Internals — a blog post on Datomic internals
- SQLite: A Database for the Edge of the Network — a talk about SQLite internals
- The CMU database group channel — recorded lectures from their database courses
- Stardog Query Optimiser — about cardinality analysis in Stardog, a graph database