Using GraphBLAS with YSQL

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?

hi @graph

We haven’t tried pggraphblas on YugabyteDB yet.
Looks like it doesn’t have a stable release yet: Releases · michelp/pggraphblas · GitHub.
Will you be able to try it and report if it works ?