Blog
Latest post ·
Graph Algorithms on Billions of Edges with Apache DataFusion
We replicate Sem Sinchenko’s Apache DataFusion pipeline for running PageRank and Weakly Connected Components on billion-scale graphs using a laptop, and verify the results with gdotv.
Read more: Graph Algorithms on Billions of Edges with Apache DataFusiongdotv Adds Multi-Graph Connections & Automatic Data Models [v3.74.142 Release Notes]
Discover multi-graph connections in gdotv v3.74.142: move between graphs, datasets and repositories on one connection, with data models that load themselves.
The Weekly Edge: Fraud Graphs, Neo4j’s GraphTalk, GFQL’s Polars Support, & More
Discover this week’s graph technology news: Santander’s fraud-graph repo, Neo4j’s GraphTalk recap, GFQL’s Polars support, and AWS’s GraphRAG walkthrough.
LadybugDB and Snowflake: Building a Graph From a Relational Data Store
Learn how to use LadybugDB’s ADBC extension to turn a large Snowflake TPC-DS dataset into a graph, then explore and query the results with gdotv.
The Weekly Edge: Misinformation & Knowledge Graphs, Stripe’s Graph-Based Recovery, Zero-ETL, & More
Discover this week’s graph technology news: a knowledge graph misinformation failure, Stripe’s graph-based recovery system, biomedical KGs & Zero-ETL.
The Weekly Edge: Graphs Fighting Climate Change, Graph Con @ Seattle, NeuG’s New Algorithms, & More
Discover what’s new this week in graph technology: Graphs underscore EU climate decisions, a catalog for Wikidata resources, NeuG adds graph algorithms & more.
The Weekly Edge: Independent Ladybugs, Hamburg Graphs, DataFusion Hacks & more
Discover what’s new this week in graph technology: LadybugDB splits from Kuzu, Apache DataFusion scales billion-edge graphs, and Tentris lands seed funding.
Practical Advice for Ontology Engineering on RDF & Property Graphs
Learn how to engineer a graph ontology that keeps its meaning across RDF and property graph systems, with practical modeling best practices and tooling.
Practical Advice on Graph Visualization: The Case of SigmaJS
Explore how SigmaJS became the default engine for web graph visualization, the WebGL rendering tradeoff it solves, and why gdotv sponsors its development.
Stay on the edge. Follow gdotv on YouTube.
Release walkthroughs, database how-tos and interviews, in video.
The Weekly Edge: gdotv on Apache TinkerPop Wide Stream, Aerospike Goes Open Source, Information Retrieval Benchmarks & more
Discover what’s new this week in graph technology: Amir dives into the TEG-DB benchmark, Aerospike Graph goes open source, and Neo4j debuts Enterprise Studio.
gdotv Now Supports pgGraph, Graph Queries on PostgreSQL
Explore pgGraph support in gdotv: connect to your PostgreSQL tables, write GQL graph queries, and visualize traversals and shortest paths with no migration.
Introducing pgGraph Support, Node Icons & Language-Aware Terminology [gdotv v3.63.137 Release Notes]
Discover gdotv v3.63.137: pgGraph support brings graph queries to PostgreSQL, plus node icons, language-aware vertex & edge terminology, RDF lang-tag grouping.
Pitting gdotv Against AWS Graph-Explorer (LPG)
How does gdotv compare against AWS graph-explorer? Follow along with this deep-dive as we explore the various features of each framework.
The Weekly Edge: RDF Inference, Yugabyte MAGE, Visualization with Apache AGE
Discover what’s new this week in graph technology: N3 rules for ontology alignment, Yugabyte’s agent-ready Postgres, and ontology-free graph construction.
How does gdotv compare to Zazuko Graph Explorer?
How does gdotv compare against Zazuko Graph Explorer? Follow along with this deep-dive as we explore the various features of each framework.
Comparing gdotv vs GraphDB Workbench
How does gdotv compare against GraphDB Workbench? Follow along with this deep-dive as we explore the various features of each framework.
The Weekly Edge: European Railways, Norwegian Weather, Metallic Graphs & more
Discover what’s new this week in graph technology: querying timeseries via SPARQL, SHACL-DS validates European Railways, and Stardog’s LLM-first rebrand.
Want to hear about new features first?
Release notes, tutorials and graph industry news. Unsubscribe any time.
Working with JanusGraph? Here’s how gdotv compares to JanusGraph Visualizer
How does gdotv compare against JanusGraph Visualizer? Follow along with this deep-dive as we explore the various features of each framework.
Building a Property Graph Pipeline from the TEG Benchmark: Part 4 – A Critical Examination of Text-Enriched Graphs
Read our critical analysis of TEG-DB: seven empirical findings on edge text quality, semantic entropy, and evaluation design gaps in text-enriched graph benchmarks.
How does gdotv compare to Apache AGE Viewer?
How does gdotv compare against Apache AGE Viewer? Follow along with this deep-dive as we explore the various features of each framework.
The Weekly Edge: Google Cloud Spanner Graph Algorithms, Neo4j Acquires GraphAware, Fisheries Knowledge Graph
Discover what’s new this week in graph technology: Neo4j acquires GraphAware, Spanner Graph adds new algorithms, Microsoft Fabric Graph goes GA, and more.
Building a Property Graph Pipeline from the TEG Benchmark: Part 3 – Exploring with gdotv
Explore four queries in gdotv against TEG-DB show what edge text enables: sentiment polarity, citation chains, and contradictions invisible to graph topology.
Building a Property Graph Pipeline from the TEG Benchmark: Part 2 – Populating the AWS Neptune Graph
Load TEG-DB CSV files into Amazon Neptune via the bulk loader API, connect gdotv with IAM auth, and verify the loaded graph with Gremlin.
The Weekly Edge: Neo4j Virtual Graphs, Graphing Snowflake, LegalGraphRAG & more
Discover what’s new in graph tech this week, including a whole host of graph-on-relational technologies relating to Neo4j, Snowflake, Apache AGE, and Postgres.
Building a Property Graph Pipeline from the TEG Benchmark: Part 1 – From HuggingFace to Structured CSV
Find out how to build a property graph pipeline converting the TEG-DB graph benchmark from PyTorch Geometric pickles into AWS Neptune import-ready CSV files.
Fill Your AWS Neptune Graph with S3 Data
Follow this quick developer walk-through with gdotv to see how you can use the neptune.read() function to call data from your S3 bucket directly into your AWS Neptune cluster.
Kuzu’s Legacy and the New Wave of Embedded Graph Databases
Where embedded graph databases go after Kuzu: what the archived project got right, how its fork LadybugDB carries it on, and which alternatives to weigh now.
Build Your First Recommendation System with BigQuery Graph
Learn how to build and construct recommendation systems using graphs by following this Google BigQuery demo with gdotv.
A Landscape of the Emerging Graph on Relational Category
Learn how graph-on-relational engines work in 2026: PuppyGraph, SQL:2023, ISO GQL, hyperscalers, and Prometheux. A deep dive into the category.
Introducing AI Query Generation and Cypher Dialect specific autocomplete [gdotv v3.61.129 Release Notes]
Explore the latest release of gdotv, featuring a brand new LLM chat interface, dialect aware Cypher autocomplete, and more!
Loading Data into Apache AGE: A Practical Guide with the Air Routes Dataset
Load data into Apache AGE with agload or Postgres staging tables and Cypher UNWIND. Walks through the air routes dataset with focus on property types.
Visualizing Apache AGE: Connecting gdotv and Exploring the Air Routes Graph
Connect gdotv to Apache AGE and explore your graph visually: schema view, Cypher and SQL editor, graph visualization, no-code explorer, WYSIWYG editing.
Apache AGE Explained: how does it work and how does it fit in the Graph Database Landscape?
Apache AGE turns PostgreSQL into a graph database you query in openCypher: its table storage, its caveats, and how it compares with Neo4j and SQL/PGQ.
Running Apache AGE: Docker Quickstart and Cloud Postgres Provider Landscape
Run Apache AGE locally with Docker, plus a map of cloud Postgres support: Azure, EnterpriseDB, HorizonDB, AWS RDS, GCP Cloud SQL, Supabase, Snowflake.
Graph Chat with Wes Madrigal, CEO & Co-Founder of Kurve
Watch this GraphGeeks chat with Wes Madrigal, CEO & Co-Founder of Kurve, as he discusses automating data discovery using graph traversals and ontologies for AI.
The Weekly Edge: 25 Years of the Semantic Web, GQL DB, Lance Graph & More
Discover what’s new in graph tech this week, including the silver jubilee of the Semantic Web, a fully GQL graph database, ApacheTinkerPop 4.0 beta and more.
Our Favorite Talks & Memories from the Knowledge Graph Conference 2026
Catch up on everything that happened at the Knowledge Graph Conference 2026 with highlights from the gdotv team, including top workshops and must-see talks.




































