New patch release 3.2.53 is out with fixes in storage and network, please update asap, release notes https://github.com/orientechnologies/orientdb/releases/tag/3.2.53

#nosql #graphdb #database #dbms #GraphDBMS #orientdb

Release 3.2.53 路 orientechnologies/orientdb

This is a patch release with fixes in storage and remote protocol, be aware this contains a security fix so pleas update ASAP Changes Core Made sure to list config free map in the database file ty...

GitHub

Patch release 3.2.52 out with fixes in query engine and date conversion more at https://github.com/orientechnologies/orientdb/releases/tag/3.2.52

#nosql #graphdb #database #dbms #GraphDBMS

Release 3.2.52 路 orientechnologies/orientdb

This patch release contain an additional fix in query engine "order by" logic with nested properties, and a fix in dates without time. Changes Core Truncate asDate timestamps with 24-hour clock, t...

GitHub

Let me use this time to write down what I'm building. Not what's in my git repos. What's in my head.

The system is distributed. And distribution is optional. Each node has their own state, their own runtime, their own persistence. All one thing.

Each node in the system is a content-addressed Merkle Tree. Not SHA. Coincidence. A spectral coincidence hash. 5 dimensions. (1 more than spacetime.)

A spectral coincidence hash describes the structure of the data. You can do math on that. Spectral graph analysis. The world becomes navigatable. Because everything has an address.

Each computation. Each inference. Each failure. Each partial success. Each time information was lost. All of it enters the graph. All of it local. All of it distributed if needed. (For the BEAM engineers: it's an mnesia backend.)

A system that doesn't only know what it knows and what it doesn't. A system that knows how it got there. And AI that lives inside that knowledge.

That's what I'm building.

#SovereignTechFellowship grant application open. Release on the horizon. Wish me luck!

#OpenSource #EUTech #AI #Erlang #Fortan #Rust #GraphDB

OrientDB work in progress update 2026 Q1 |

Knowledge graphs are useful representations for knowledge bases, #pkm, #AImemory systems, #GraphRAG, intelligent tutoring systems, etc., and usually implemented in graph databases. LadybugDB, a fork of the discontinued Kuzu, is a lightweight embedded (like SQLite) graph database: https://github.com/LadybugDB/ladybug
Sample applications in development: https://github.com/inventivepotter/dotmd & https://github.com/tejzpr/Smriti-MCP
See also Grafeo: https://github.com/GrafeoDB/grafeo
#AIEd #AIEngineering #KnowledgeGraph #GraphDB #graphdatabase
GitHub - LadybugDB/ladybug: LadybugDB a graph database

LadybugDB a graph database. Contribute to LadybugDB/ladybug development by creating an account on GitHub.

GitHub
New patch release 3.2.51 is out with fixes in the query engine, release notes: https://github.com/orientechnologies/orientdb/releases/tag/3.2.51
#nosql #OrientDB #graphdb #database #dbms #graphDBMS
Release 3.2.51 路 orientechnologies/orientdb

This patch release contain a fix in query engine "order by" logic with nested properties, a fix backup scheduler configuration update and updates of dependencies. Changes Core Fix order by for nes...

GitHub

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