Embedded Python bindings for ArcadeDB (graphs, vectors, SQL; no server)
1–2 of 2 posts
Re: Embedded Python bindings for ArcadeDB (graphs, vectors, SQL; no server)
#2We released embedded Python bindings for ArcadeDB, letting Python talk directly to the JVM engine via JPype (no networked DB server).
It’s designed for low-latency, local-first workloads and supports: - SQL documents, property graphs (OpenCypher), and vector search (HNSW/JVector) - ACID transactions and schema/index management - A fully self-contained wheel (bundled minimal JRE via jlink)
Happy to answer questions or discuss design trade-offs.