Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/todrobbins/awesome-gedcom
GEDCOM utilities that will ease the pain
https://github.com/todrobbins/awesome-gedcom
List: awesome-gedcom
awesome-list family-data familysearch gedcom genealogy
Last synced: 3 days ago
JSON representation
GEDCOM utilities that will ease the pain
- Host: GitHub
- URL: https://github.com/todrobbins/awesome-gedcom
- Owner: todrobbins
- License: cc0-1.0
- Created: 2015-06-03T03:59:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-09-27T15:21:47.000Z (about 2 years ago)
- Last Synced: 2024-05-23T09:42:51.872Z (7 months ago)
- Topics: awesome-list, family-data, familysearch, gedcom, genealogy
- Size: 38.1 KB
- Stars: 200
- Watchers: 21
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
- more-awesome - GEDCOM - GEDCOM utilities that will ease the pain. (Databases)
- ultimate-awesome - awesome-gedcom - GEDCOM utilities that will ease the pain. (Other Lists / Monkey C Lists)
README
# awesome-gedcom [![](https://awesome.re/badge-flat2.svg)](https://awesome.re)
> [GEDCOM](https://en.wikipedia.org/wiki/GEDCOM) utilities that will ease the pain## Contents
- [awesome-gedcom ![](https://awesome.re)](#awesome-gedcom-)
- [Contents](#contents)
- [Converters](#converters)
- [CSV](#csv)
- [DOT](#dot)
- [GEDCOM X](#gedcom-x)
- [JSON](#json)
- [RDF](#rdf)
- [SQL](#sql)
- [XML](#xml)
- [Parsers](#parsers)
- [Dart](#dart)
- [.NET](#net)
- [Clojure](#clojure)
- [Go](#go)
- [Java](#java)
- [JavaScript/Node.js](#javascriptnodejs)
- [Objective-C](#objective-c)
- [PHP](#php)
- [Python](#python)
- [R](#r)
- [Ruby](#ruby)
- [Rust](#rust)
- [Scala](#scala)
- [Visualization](#visualization)
- [TypeScript](#typescript)
- [License](#license)## Converters
### CSV
* [FTAnalyzer](https://github.com/ShammyLevva/FTAnalyzer) - FTAnalyzer let's you export GEDCOM file to .csv file, has GUI, available for Windows and Mac
### DOT
* [ged2dot](https://github.com/vmiklos/ged2dot) - GEDCOM to Graphviz converter
### GEDCOM X
* [gedcom5-conversion](https://github.com/FamilySearch/gedcom5-conversion) - Utilities for GEDCOM 5.5 to GEDCOM X Conversion### JSON
* [GEDCOMToJSONConverter](https://github.com/PatKayongo/GEDCOMToJSONConverter) - Convert GEDCOM genealogy file to a JSON representation### RDF
* [GedcomRDF](https://github.com/BruceWhealton/GedcomRDF) - Gedcom and Genealogy information in Semantic Web format, using RDF serialization format(s)
* [gedcom-foaf](https://github.com/bricas/gedcom-foaf) - Output FOAF files from Gedcom individuals and families
* [gedcom2sem](https://github.com/jo-pol/gedcom2sem) - Flexible conversion via RDF/TTL to KML/FOAF and other SPARQL queries using LOD### SQL
* [gedcom-tools](https://github.com/ligurio/gedcom-tools)
### XML
* [gedcomparser](https://github.com/alfredxiao/gedcomparser) - GEDCOM parser, convert an GEDCOM raw data file into XML---
## Parsers
### Dart
* [gedcom-dart](https://github.com/orestesgaolin/gedcom-dart) - Dart library to parse GEDCOM data### .NET
* [GEDCOM](https://github.com/prm9894/GEDCOM) - A .NET library that imports data from a .ged (GEDCOM) file### Clojure
* [gedcom](https://github.com/geni/gedcom) - Clojure GEDCOM library### Go
* [gedcom](https://github.com/elliotchance/gedcom) ([@elliotchance](https://github.com/elliotchance/)) - library & CLI tools for encoding, decoding, traversing, merging, comparing, querying and publishing GEDCOM files
* [gedcom](https://github.com/iand/gedcom) ([@iand](https://github.com/iand/)) - Go package to parse GEDCOM files### Java
* [Gedcom](https://github.com/FamilySearch/Gedcom) - Gedcom parsers
* [gedcom4j](https://github.com/frizbog/gedcom4j) - gedcom4j is a Java library for parsing and writing GEDCOM 5.5 and 5.5.1 files
* [GedcomStore](https://github.com/thnaeff/GedcomStore) - To parse lineage-linked GEDCOM grammar files and build the GEDCOM-structure according to the parsed definitions### JavaScript/Node.js
* [family-tree-nodejs](https://github.com/woodbri/family-tree-nodejs) - Application for loading GEDCOM files and serving them on the web as navigable family trees
* [gedcom.js](https://github.com/dcapwell/gedcom.js) - Gedcom parser for JavaScript
* [gedcom-parser](https://github.com/thoughtsunificator/gedcom-parser) - A tiny GEDCOM parser
* [gedcom-stream](https://github.com/connrs/gedcom-stream) - A node.js processor for GEDCOM files
* [parse-gedcom](https://github.com/tmcw/parse-gedcom) - A simple GEDCOM parser that focuses on translating GEDCOM structure into JSON
* [read-gedcom](https://github.com/arbre-app/read-gedcom) - A modern GEDCOM parser with type declarations### Objective-C
* [Gedcom-Framework](https://github.com/mikkelee/Gedcom-Framework) - Cocoa framework for parsing Gedcom data### PHP
* [gedcom-search](https://github.com/stuporglue/gedcom-search) - PHP search engine for searching GEDCOM files with customizable results weighting
* [php-gedcom](https://github.com/mrkrstphr/php-gedcom) - A library for reading and writing GEDCOM files in PHP
* [PHP-GEDCOM-Tools](https://github.com/cfinke/PHP-GEDCOM-Tools) - PHP scripts for interacting with GEDCOM files### Python
* [gedcompy](https://github.com/rory/gedcompy) - Python library to parse and work with GEDCOM (geneology/family tree) files
* [python-gedcom](https://github.com/madprime/python-gedcom) - Python module for parsing, analyzing, and manipulating GEDCOM files
* [python-gedcom-parser](https://github.com/rootsdev/python-gedcom-parser) - Python parser for GEDCOM 5.5 format
* [simplepyged](https://github.com/dijxtra/simplepyged) - A simple Python GEDCOM parser### R
* [tidyged](https://jl5000.github.io/tidyged/) - An R package for handling GEDCOM files
### Ruby
* [gedcom](https://github.com/rbur004/gedcom) - Ruby Gedcom parser
* [gedcom-ruby](https://github.com/binary011010/gedcom-ruby) - A Ruby library for easily doing custom, callback-based GEDCOM parsing
* [ruby-gedcom-parser](https://github.com/mikefarmer/ruby-gedcom-parser) - A simple gedcom parser for ruby### Rust
* [rust-gedcom](https://github.com/pirtleshell/rust-gedcom) - Rust library for GEDCOM parsing, with optional serialization to JSON.
* [gedcomx-rs](https://github.com/ephraimkunz/gedcomx-rs/tree/main/gedcomx) - Rust library for GEDCOM X parsing, with serialization to / from XML and JSON.### Scala
* [gedcom](https://github.com/davidmoten/gedcom) - Scala library to parse GEDCOM files (common genealogy format)## Visualization
### TypeScript
* [topola](https://github.com/PeWu/topola) - library for embedding genealogy tree visualizations on web pages
* [topola-viewer](https://github.com/PeWu/topola-viewer) - interactive genealogy visualization## License
[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)
To the extent possible under law, [Tod Robbins](https://todrobbins.com) has waived all copyright and related or neighboring rights to this work.