Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ksm2/polyglot-persistence-glossary
A Glossary on Polyglot Persistence
https://github.com/ksm2/polyglot-persistence-glossary
glossary polyglot-persistence wiki
Last synced: 9 days ago
JSON representation
A Glossary on Polyglot Persistence
- Host: GitHub
- URL: https://github.com/ksm2/polyglot-persistence-glossary
- Owner: ksm2
- Created: 2018-01-02T01:23:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-10T21:07:41.000Z (about 7 years ago)
- Last Synced: 2024-12-06T08:12:05.913Z (2 months ago)
- Topics: glossary, polyglot-persistence, wiki
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Glossary for Automated Polyglot Persistence
See the [Glossary Tool](https://github.com/ksm2/glossary) for how the `.glossary` format works.
## Generate the Glossary
You need PHP 7.2 or higher and [Composer](https://getcomposer.org/):
```
composer require corny-phoenix/glossary
```To generate the glossary with LaTeX, use
```
xelatex glossary
makeglossaries glossary
xelatex glossary
open glossary.pdf
```([XeLaTeX](https://de.wikipedia.org/wiki/XeTeX) comes with most LaTeX distributions.)