Git Product home page Git Product logo

family-genealogy-database's Introduction

family-genealogy-database

Summary

This repository contains the SQL code, data model, and supporting materials for a personal Family Genealogy Database implemented with PostgreSQL.

  • The purpose of this SQL code is to create a relational database used to record, maintain, query, and report on personal family genealogical data.

  • The SQL code contained within this repository is compatible with PostgreSQL version 9.6 and has not been tested with any other SQL database engines.

  • Please Note: This genealogy database has not been tested for compatibility with the latest Genealogical Data Communication (GEDCOM) Standard.

Data Model

The current version of the data model (2017-09-26) contains the following tables listed below:

  1. individual
  2. parent
  3. parent_type
  4. family
  5. relationship
  6. occupation
  7. education
  8. health_condition
  9. relationship_type
  10. role_type
  11. occupation_type
  12. health_condition_type
  13. education_type
  14. individual_memory
  15. family_event
  16. individual_memory_object
  17. family_event_object
  18. object_type

Additional documentation will be added soon.

See the embedded PNG below for a visual representation of these tables and associated fields, field types, and logical relationships comprising the current data model:

Family Genealogy Data Model

See Also

Special thanks to Barry Williams, whose suggested data model on databaseanswers.com was my starting point while building this model.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.