Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karlseguin/the-little-redis-book
https://github.com/karlseguin/the-little-redis-book
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/karlseguin/the-little-redis-book
- Owner: karlseguin
- Created: 2012-01-23T16:43:02.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2020-10-29T05:48:02.000Z (about 4 years ago)
- Last Synced: 2024-10-01T13:02:34.561Z (about 2 months ago)
- Language: TeX
- Homepage:
- Size: 231 KB
- Stars: 1,441
- Watchers: 77
- Forks: 500
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## About ##
The Little Redis Book is a free book introducing Redis.The book was written by [Karl Seguin](http://openmymind.net), with [Perry Neal](http://twitter.com/perryneal)'s assistance.
If you liked this book, maybe you'll also like [The Little MongoDB Book](http://openmymind.net/2011/3/28/The-Little-MongoDB-Book/).
## License ##
The book is freely distributed under the [Attribution-NonCommercial 3.0 Unported license]().## Translations ##
* [Russian](https://github.com/kondratovich/the-little-redis-book)
* [Italian](https://github.com/sandroconforto/the-little-redis-book) - [pdf](https://github.com/sandroconforto/the-little-redis-book/raw/master/book/redisIt.pdf)
* [Chinese](https://github.com/JasonLai256/the-little-redis-book)
* [Chinese 2](https://github.com/geminiyellow/the-little-redis-book/)
* [Japanese](https://github.com/craftgear/the-little-redis-book/)
* [Spanish](https://github.com/raulexposito/the-little-redis-book)
* [Burmese](https://github.com/nainglinaung/the-little-redis-book)## Formats ##
The book is written in [Markdown](http://daringfireball.net/projects/markdown/) and converted to PDF using [Pandoc](http://johnmacfarlane.net/pandoc/).The TeX template makes use of Lena Herrmann's JavaScript highlighter.
Kindle and ePub format provided using [Pandoc](http://johnmacfarlane.net/pandoc/).
## Generating books ##
Packages listed below are for Ubuntu. If you use another OS or distribution names would be similar.#### Dependencies
Packages:
* `pandoc`
* `texlive-xetex`
* `texlive-latex-extra`
* `texlive-latex-recommended`You should have [some fonts](https://github.com/karlseguin/the-little-redis-book/blob/master/common/pdf-template.tex#L11) installed too.
Or you could change them to other ones if you want. Consider that fonts could cause [building troubles](https://github.com/karlseguin/the-little-redis-book/issues/26).#### Building
Run `make en/redis.pdf`.
### ePub
#### Dependencies
Packages:
* `pandoc`
#### Building
Run `make en/redis.epub`.
### Mobi
#### Dependencies
Packages:
* `pandoc`
You should have [KindleGen](http://www.amazon.com/gp/feature.html?ie=UTF8&docId=1000765211) installed too.
#### Building
Run `make en/redis.mobi`.
## Title Image ##
A PSD of the title image is included. The font used is [Comfortaa](http://www.dafont.com/comfortaa.font).