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

https://github.com/onejgordon/log10-timeline

Python script and web service to generate log-scale PDF timelines from arbitrary event data
https://github.com/onejgordon/log10-timeline

history log-scale logarithmic pdf python timeline

Last synced: 11 months ago
JSON representation

Python script and web service to generate log-scale PDF timelines from arbitrary event data

Awesome Lists containing this project

README

          

# Log10 Timeline

Python script to generate log-scale PDF timelines from arbitrary event data

![log timeline screenshot](https://github.com/onejgordon/log10-timeline/blob/master/static/screenshot.png)

## Usage

### Use the python script

* Create a JSON data file with events (see data/human_evolution.json as an example)
* Install requirements - `pip install -r requirements.txt`
* Update the `DATA_FILE` variable
* `python logtimeline.py` generates a PDF in the output directory

### Use the web-generator from the docs site

* Visit https://onejgordon.github.io/log10-timeline/

## Misc

### Deploying to AWS Lambda

* Zip contents of root directory & upload to lambda (https://console.aws.amazon.com/lambda/home)
* Run test function