https://github.com/marselester/storage-engines
Presentations about storage engines.
https://github.com/marselester/storage-engines
Last synced: 4 months ago
JSON representation
Presentations about storage engines.
- Host: GitHub
- URL: https://github.com/marselester/storage-engines
- Owner: marselester
- Created: 2020-04-16T00:59:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T17:23:31.000Z (over 2 years ago)
- Last Synced: 2025-04-11T01:36:32.553Z (about 1 year ago)
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Storage engines
Slides:
- [PostgreSQL lingo](https://go-talks.appspot.com/github.com/marselester/storage-engines/postgres-lingo.slide).
Navigating confusing Postgres terminology (HOT, TOAST! 🍞)
- [Log-structured engine](https://go-talks.appspot.com/github.com/marselester/storage-engines/log-structured-engine.slide)
- [Kafka for Gophers](https://go-talks.appspot.com/github.com/marselester/kafka-for-gophers/kafka.slide).
Writing reliable Go applications with Apache Kafka
Use `present` tool to view the slides:
```sh
$ git clone https://github.com/marselester/storage-engines.git
$ cd ./storage-engines/
$ go run golang.org/x/tools/cmd/present -notes
```