Web service for visualizing genealogical dataset HisKi
- source environment.sh
- python manage.py db create
- python manage.py populate gedcom
- python manage.py populate components
- python manage.py run
then access the address mentioned from browser.
- python manage.py db delete create
- python manage.py populate gedcom
- python manage.py populate components
- python manage.py run
Header file:
- edges: path/to/edgefile.json
- individuals: path/to/individualfile.json
- parishes: path/to/parishfile.json
- villages: path/to/villagefile.json
The other files contain json list of objects.