larien / family-tree

Project with Go and Neo4j.
MIT License
4 stars 2 forks source link

UC4: Implement Ascendancy method #72

Closed larien closed 5 years ago

larien commented 5 years ago

1 - dump database and save to backup.json 2 - get people without children 2.1 - verify if name is between these people 2.2 - if so, parse all relationships to FamilyTree 2.3 if not, remove all people without children 2.4 repeat 2

  1. clear database
  2. restore database from .json