Also if you are into #rdf and #knowledgegraph you have heard of tinker pop gremlin ๐Ÿ‘น then the following pipeline might remind you some good souvenir:

ยดยดยด
(let ((g (make-graph gremlin-n gremlin-e 10 12345)))
(display "Graph: ")
(display gremlin-n)
(display " vertices, ")
(display gremlin-e)
(display " edges/vertex, 10 groups")
(newline)
(let ((tri (time
(traverse g
(V)
(as a)
(out)
(as b)
(where (same-group? g a b))
(out)
(as c)
(where (same-group? g a c))
(where (edge? g c a))
(count)))))
(display tri)
(display " triangles")
(newline)))
ยดยดยด

ref: https://github.com/amirouche/seed/blob/seed3/src/src/seed3/benchmarks/gremlin-pipeline.seed3

#scheme #graphdb

New patch release out with minor fixes in backup scheduling and view refresh, release notes https://github.com/orientechnologies/orientdb/releases/tag/3.2.50

#nosql #OrientDB #graphdb #database #dbms #graphDBMS

Release 3.2.50 ยท orientechnologies/orientdb

Small patch release with a fix in backup failure handling and view refresh scheduling, together with deps update Changes Core Dependency updates Minor fix view update execution, avoiding to run wh...

GitHub
ArcadeDB 26.2.1 is out! Biggest highlights: - @Neo4j Bolt protocol support - use standard Neo4j drivers - Full @openCypher TCK compliance - New SQL parser - SQL Triggers (SQL, JS, Java) - Scheduled Backups 200+ issues closed github.com/ArcadeData/a... #graphdb #multimodel

Release 26.2.1 ยท ArcadeData/ar...

A deep ontology is a virtue, but recursion scales poorly.
In the humanities, we crave nuance. In the engine room, we crave performance.

By trading recursive graph traversals for materialized paths, we achieve both without sacrifice.

https://resonism.substack.com/p/breaking-the-curse-of-recursion

#DigitalHumanities #GraphDB #KnowledgeGraph #Neo4j #RSE

Breaking the Curse of Recursion

Why Deep Ontologies Require Materialization to be Usable

A Human in Latent Space
ArcadeDB v26.1.1 is out! New Native OpenCypher Engine, huge LSM Vector updates (Quantization, PQ and much more), 92 total issues resolved (!) github.com/ArcadeData/a... #ArcadeDB #GraphDB #OpenCypher #VectorSearch #Database #OpenSource

Release 26.1.1 ยท ArcadeData/ar...
OrientDB development statistics of 2025 |

Uncertainty is not noise.

If we force genuinely ambiguous data into binary choices to fill our Knowledge Graphs, we risk an AI that has no choice but to claim facts where a human expert would express doubt.

Full read on Substack: https://resonism.substack.com/p/uncertainty-is-invaluable

#DigitaHumanities #AI #KnowledgeGraph #GraphDB #DataScience

Uncertainty is Invaluable

Rethinking a Foundational Problem in the Humanities

A Human in Latent Space

Avi Chawla (@_avichawla)

FalkorDB์˜ GitHub ์ €์žฅ์†Œ ๋งํฌ๋ฅผ ๊ณต์œ ํ•˜๋Š” ํŠธ์œ—์ž…๋‹ˆ๋‹ค. ์•ž์„œ ์†Œ๊ฐœ๋œ ๊ณ ์„ฑ๋Šฅ ์˜คํ”ˆ์†Œ์Šค ๊ทธ๋ž˜ํ”„ DB ํ”„๋กœ์ ํŠธ์˜ ๊ณต์‹ ์ฝ”๋“œ ๋ฆฌํฌ์ง€ํ† ๋ฆฌ๋กœ, ๊ฐœ๋ฐœ์ž์—๊ฒŒ ์Šคํƒ€(star)๋ฅผ ๊ถŒ์žฅํ•˜๊ณ  ์žˆ์Šต๋‹ˆ๋‹ค.

https://x.com/_avichawla/status/2009153643824771163

#falkordb #github #opensource #graphdb

Avi Chawla (@_avichawla) on X

FalkorDB GitHub: (don't forget to star โญ) https://t.co/40vNKdYtJg

X (formerly Twitter)

Avi Chawla (@_avichawla)

์ƒˆ๋กœ์šด ์˜คํ”ˆ์†Œ์Šค ๊ทธ๋ž˜ํ”„ DB๊ฐ€ Neo4j๋ณด๋‹ค 496๋ฐฐ ๋น ๋ฅด๋‹ค๊ณ  ์ฃผ์žฅํ•˜๋Š” ๋‚ด์šฉ์ž…๋‹ˆ๋‹ค. ์ „ํ†ต์  ๊ทธ๋ž˜ํ”„ DB๋Š” ๋…ธ๋“œ์™€ ์—ฃ์ง€๋ฅผ ์ €์žฅํ•˜๊ณ  ์กฐํšŒ ์‹œ 'ํฌ์ธํ„ฐ ์ฒด์ด์‹ฑ' ๋ฐฉ์‹์œผ๋กœ ํƒ์ƒ‰ํ•˜๋Š”๋ฐ, ์ด ๊ฒŒ์‹œ๋ฌผ์€ ์„ฑ๋Šฅ ์ฐจ์ด์™€ ๊ทธ ์›๋ฆฌ๋ฅผ ์„ค๋ช…ํ•˜๋ ค๊ณ  ํ•ฉ๋‹ˆ๋‹ค.

https://x.com/_avichawla/status/2009153631476699319

#graphdb #databases #opensource #performance

Avi Chawla (@_avichawla) on X

This new graph DB is 496x faster than Neo4j! (open-source) Let me break down why: A traditional graph DB stores two things: nodes (entities) and edges (relationships between them). When you query a traditional graph DB, it traverses by "pointer chasing": โ†’ Start at a node

X (formerly Twitter)