#nosql #OrientDB #graphdb #database #dbms #graphDBMS
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
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
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
New patch release with fixes in memory usage and dependency updates https://github.com/orientechnologies/orientdb/releases/tag/3.2.49
2025 year-recap post for #orientdb https://orientdb.dev/news/orientdb-development-stats-2025/ enjoy the read
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
Avi Chawla (@_avichawla)
FalkorDB의 GitHub 저장소 링크를 공유하는 트윗입니다. 앞서 소개된 고성능 오픈소스 그래프 DB 프로젝트의 공식 코드 리포지토리로, 개발자에게 스타(star)를 권장하고 있습니다.