There is a GraphBLAS implementation for PostgreSQL and I’m curious about the possibility to use it in Yugabyte: GitHub - michelp/pggraphblas: High Performance Graph Processing with Postgres and GraphBLAS
GraphBLAS is a fast matrix and vector operation library that can be used to analyze graph data. Using the pggraphblas library with regular PostgreSQL is suitable for graph problems that fit on one machine, but what if the data is distributed as in the case of Yugabyte?
Has anyone looked into this?