GalaxyRoots · Your Family in the Cosmos

I found this on genealogy.net.

Someone ( @Hendrik ) has created a great browser-based graphic for gedcom files.

Dear genealogists,

you’re probably familiar with this: a GEDCOM file meticulously maintained for years,

containing hundreds of people, but the visualization in your genealogy program is always the same flat tree view.

I’ve developed a tool that spatially displays the data: GalaxyRoots. I want to make two things clear from the outset:

It’s not a replacement for Ahnenblatt, Gramps, Family Tree Maker,

or MyHeritage. It does one thing: visualization.

Your data never leaves your browser. There’s no server,

no database, no cloud. This isn’t marketing; it’s

a technical fact and can be accessed using the browser’s developer tools (F12).

What it can do:

  • Directly import GEDCOM 5.5, 5.5.1, and 7.0

  • Smoothly display up to ~5,000 people

  • Two layout modes (organic/scaled)

  • Automatically hide living people in compliance with GDPR

  • Search function with instant suggestions (name, year of birth, etc.)

  • Simultaneously available in German and English

What it can’t do:

  • Data maintenance (continue reading your GEDCOM data in a dedicated program)

  • Link people (also data maintenance)

  • Source management

  • Photo display

It’s a hobby project, free, no ads, no subscription.

If you’re interested: Image above, address.

I’m very happy to receive feedback, bug reports, and suggestions for improvement,

especially about typical use cases that I

overlooked.

Best regards,

Hendrik

I am thrilled!

This looks like another wonderful opportunity to demonstrate how the Gramps engine can be used with other interfaces.

The ideal option would be for GalaxyRoots to query the database directly for the information needed for its display. Bypassing the latency of the GEDCOM export and import.

But as a plumber’s nightmare option, is there a simple set of Gramps engine API calls (or a parameterized CLI example) that could be published? Like: from tree <x>; filter <y>; export with exporter <z> to <filename>; (possibly a throttle: ≤ 5,000 persons)

That seems like something that @bartfeenstra could use for “Betty” too.

As a middleground compromise to full integration, collaborating developers could write an exporter plug-in for their native format.

Great to see more people explore the power of network graphs — something I’ve been advocating for since the early Gramps 5 era, even though only a few on the mailing list or here on Discourse have considered it useful.

As a hint: *You can create similar network graphs in Cytoscape, Gephi, Tulip and yEd, just to mention a few. And if you prefer Python‑based workflows, you can combine networkx or igraph with frontends such as PyVis, ipycytoscape, Dash‑Cytoscape, Plotly, Bokeh or Graphistry — or even D3.js if you want the full flexibility of a modern JavaScript visualization engine.*

This can also be integrated into a Gramplet with relatively little effort. There is already at least one Gramplet that uses D3.js, and Gramps itself relies on Graphviz for its built‑in relationship graphs. So the ecosystem is already halfway there, and nothing prevents new Gramplets from using networkx, igraph or any modern graph frontend.

I actually made my own XML converter based on Nick’s GEXF export, with the help of AI. It was fairly easy to do, even though I had to go through some trial and error before it became usable. It’s still not complete — I still need to handle things like links inside Notes and the Association feature in Gramps — but the core works.

This type of network graphs was actually one of the main reasons why I started to use Foam for VSC and Obsidian (Under here is a small part of one of my research graphs showing links between newspapers, ships, events, ports and seamen).

Another tip: this can now be done quite easily with @banisterious “Charted Roots” plugin for Obsidian, which brings proper genealogical charts, maps, and relationship visualizations directly into Obsidian. Genealogy research in Obsidian for those who want to try - #10 by StoltHD

And for someone who actually knows how to code and create Gramplets, I believe it would be quite straightforward to build a Gramplet with multiple algorithms, filters and other tools for analytical work and research — and even add visual effects for such a graph, since modern graph engines make that almost trivial.

Note: This text was drafted in Norwegian and translated and refined with the assistance of Microsoft Copilot. The final content has been reviewed and approved by the author.


Nick has already made the GEFX exporter, you can use it to create this type of graphs in any network graph tool

and then you have the Carted Root plugin for Obsidian, that let you import a Gramps XML to Obsidian… where you can do a lot of stuff like network graphs with visual graph colors based on rules etc.