Kùzu an embeddable graph database
-
Kùzu is an embedded graph database built for query speed and scalability. It is optimized for handling complex join-heavy analytical workloads on very large graphs, with the following core feature set:
- Supports property graphs and automatic mapping of RDF datasets to property graphs
- Cypher query language
- Embedded (in-process) integration with applications
- Columnar disk-based storage
- Columnar, compressed sparse row-based (CSR) adjacency list/join indices
- Vectorized and factorized query processor
- Novel and very fast join algorithms
- Multi-core query parallelism
- Serializable ACID transactions
-
@girish thanks for your answer, even if it's too bad...
As far as I can see, Kùzu is a database that can also be connected for storage to DuckDB or Postgresql, I don't know if that makes it more of a convenience for you, but in case...
I wouldn't mind having a Supabase running outside of Cloudron connected to Kùzu managed on Cloudron.