Skip to content

jerryrelmore/ancestryai

 
 

Repository files navigation

AncestryAI

Web service for visualizing genealogical dataset HisKi

First time setup

  • 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.

Changing data (also needed when models change)

  • python manage.py db delete create
  • python manage.py populate gedcom
  • python manage.py populate components
  • python manage.py run

Recons format

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.

About

Web service for visualizing genealogical dataset HisKi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 48.6%
  • JavaScript 30.2%
  • Python 13.4%
  • HTML 6.2%
  • CSS 1.2%
  • Shell 0.4%