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

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.

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
```