Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 451 Bytes

content.md

File metadata and controls

24 lines (21 loc) · 451 Bytes

Content management guide

This doc is in progress. I'm dumping the stuff here right now, will organize it later.

$ cat data/wiki.json | scripts/search.py -n "Akbar"
{
    "to": 1605,
    "from": 1542,
    "name": "Akbar",
    "type": ""
}
$ cat data/intermediate/pantheon.json | scripts/search.py -n "Akbar"
{
    "rating": 0.784730416875,
    "country": "Pakistan",
    "from": 1542,
    "name": "Akbar",
    "type": "politics"
}