From 99d8dacd1c03ae3af7922c1fdb8a9e2ea54e5273 Mon Sep 17 00:00:00 2001 From: Hugues Journeau Date: Tue, 9 Jun 2026 10:52:34 +0200 Subject: [PATCH 01/31] feat (graphdb) Neo4j backend skeleton (PR 1) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds Neo4j (Bolt / Cypher) as a selectable graph DB engine alongside Lakebase Postgres. PR 1 ships the integration shape + flat-triple CRUD. PR 2 will add the 16 Cypher named-query implementations + a SWRLFlatCypherTranslator for reasoning. Changes: - src/back/core/graphdb/neo4j/ — new package, copied from the _starter_kit template and filled in per docs/graphdb-integration.md. - Neo4jStore extends GraphDBBackend; flat triples persisted as (:Triple: