TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Graph Processing with Postgres and GraphBLAS

106 pointsby michelppabout 6 years ago

5 comments

sg0about 6 years ago
I am following your discussions on the GraphBLAS email list. Are you interested in the distributed-memory API of GraphBLAS (for clusters, typically over MPI) or can you make use of it if it were available (you may know, CombBLAS already has a distributed-memory implementation)?
评论 #19381381 未加载
methylabout 6 years ago
Since you are mentioning Redis Graph and I'm not really into academic side of graphs, I want to ask - how do you use it from the user perspective, who wants to do some simple graph traversals using Cypher or some equivalent? For Redis Graph you have some nice higher-level API, is something similar planned for pggraphblas or outside of scope for this project?
评论 #19382016 未加载
sandGorgonabout 6 years ago
Has anyone done a similar thing with Spark and Postgresql for large graphs ? I&#x27;m curious to know how you write and structure your algorithms, given that graph partitioning is quite tricky (and not possible for a lot of algorithms).<p>I&#x27;m guessing Google uses a variant of this at scale - but not sure if their label propagation algorithms can be implemented on something like Spark and Postgres.
sntranabout 6 years ago
A slightly off topic question regarding the mxm (matrix times matrix), mxv (matrix times vector), and vxm (vector times matrix) functions. AFAIK, Postgres supports function overloading. With the new types of matrix and vector, would it be easier to have a single function for multiplication, than three separate ones?<p>Also, can we overload operators in Postgres?
评论 #19390510 未加载
jarymabout 6 years ago
I found this project on Github a few weeks ago and have been quietly following it.<p>It looks really cool but I didn’t get from the readme how I would best take my relational tables and make a set of matrices from them.<p>I’ll take another look this weekend
评论 #19385432 未加载