We 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.
tae898•2h ago
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.