GraphBLAS/GraphBLAS-Pointers 89
Resources on the GraphBLAS standard for graph algorithms in the language of linear algebra
Graph-based incremental static analysis of ECMAScript 6 source code repositories
gaborbernat/ropi_jegyzet_latex 10
Rendszeroptimizálás
OTP Hungary SMS parser via GMail
dice-group/triplestore-benchmarks 4
An Evaluation of Triplestore Benchmarks
atlarge-research/graphalytics-platforms-powergraph 3
Graphalytics implementation for PowerGraph
BSc thesis work of Lehel Boer
Nagyhatékonyságú deklaratív programozás (VISZMB01) jegyzet
startedPaulMWatt/Alchemy
started time in 3 hours
issue openedldbc/ldbc_snb_docs
Are there publicly available LDBC SNB Interactive Worklad queries in Cypher or SPARQL?
Hi,
in the The LDBC Social Network Benchmark: Interactive Workload paper from 2015, it is said that The base definition of the queries is in English, from the LDBC website[4](ldbcouncil.org/developer/snb) one can find query definitions in SPARQL, Cypher and SQL, as well as API reference implementations for neo4j and Sparksee.
Did this claim become obsolete, ie. did the mentioned queries disappear from that website in the meantime?
From what I understood until now it was up to the reader to write down queries for the graph databases that they targeted. Were there any efforts on the LDBC side or by the community to maintain queries expressed in popular graph query languages like Cypher or SPARQL? I assume it would involve reasonable effort as the SNB dataset schema evolves and eg there are new features being added to Cypher Query Language.
Best regards, Jakub
created time in 5 hours
startedgeofflangdale/simdcsv
started time in 7 hours
startedmbeddr/mbeddr.core
started time in 8 hours
startedabhinavmehndiratta/SuiteSparseGraphBLAS.jl
started time in a day
push eventGraphBLAS/LAGraph
commit sha 93bcd9972b0fc284b41680264aed32bfa36576b5
CC for new API
push time in a day
push eventGraphBLAS/LAGraph
commit sha e441334aff482c8d43d8b413b2e5ccaf4d88f69a
added triangle count to LAGraph2 API
push time in 3 days
startedbbordbar/sitra
started time in 5 days
push eventGraphBLAS/LAGraph
commit sha c16e0065deb3a51664bf3e993774e4bcb1a86a7a
GAP pagerank to LAGraph2 API
push time in 7 days
push eventGraphBLAS/LAGraph
commit sha 9d20c6760c5738d470081e32a61d40050a2d7cdb
ditto
push time in 7 days
push eventGraphBLAS/LAGraph
commit sha 3887f3634a48017d47f1996114dbc3ed645fd293
pagerank for LAGraph2 API
commit sha f288775c93c84ea06b2d8a6cee2820c4b097c668
Merge branch 'master' of https://github.com/GraphBLAS/LAGraph
push time in 7 days
issue commentGraphBLAS/LAGraph
LAGraph_cc_fastsv defined in header but not .so-file
This is expected. All of those functions will be revised, and experimental ones get dropped as we go. The LAGraph.h is a very rough draft. The updated API is in LAGraph2.h, likely not in any docker image yet.
On Thu, Jan 14, 2021 at 6:44 AM Tobias Bergkvist notifications@github.com wrote:
It also seems like santize=true in LAGraph_cc_fastsv5b doesn't work.
GrB_Info LAGraph_cc_fastsv5b ( GrB_Vector *result, // output: array of component identifiers GrB_Matrix *A, // input matrix // content remains the same, but pointer changes bool sanitize // if true, ensure A is symmetric ) ;
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/GraphBLAS/LAGraph/issues/107#issuecomment-760173138, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEYIIOLRLVGQ2JN3CDZ3JD3SZ3RLBANCNFSM4WCKOH6A .
comment created time in 8 days
created repositoryjuditacs/hubert_eval
Evaluating Contextualized Language Models for Hungarian
created time in 8 days
issue commentGraphBLAS/LAGraph
LAGraph_cc_fastsv defined in header but not .so-file
It also seems like santize=true in LAGraph_cc_fastsv5b doesn't work.
GrB_Info LAGraph_cc_fastsv5b (
GrB_Vector *result, // output: array of component identifiers
GrB_Matrix *A, // input matrix
// content remains the same, but pointer changes
bool sanitize // if true, ensure A is symmetric
) ;
comment created time in 9 days
issue openedGraphBLAS/LAGraph
LAGraph_cc_fastsv defined in header but not .so-file
In the header file I see:
$ cat LAGraph.h | grep fastsv
GrB_Info LAGraph_cc_fastsv (
GrB_Info LAGraph_cc_fastsv2 (
GrB_Info LAGraph_cc_fastsv3 (
GrB_Info LAGraph_cc_fastsv4 (
GrB_Info LAGraph_cc_fastsv5 (
GrB_Info LAGraph_cc_fastsv5a (
GrB_Info LAGraph_cc_fastsv5b (
But in the shared library only the last of these symbols are available:
$ nm -D liblagraph.so | grep fastsv
000000000001e250 T LAGraph_cc_fastsv5b
I'm using the latest tagged version (4Jan2021) from the docker image (https://hub.docker.com/r/graphblas/lagraph)
created time in 9 days
startedpaulmorio/gincco
started time in 9 days
issue commentftsrg/trainbenchmark
Migrate VIATRA solution to 2.x
Any there currently any plans on rerunning the benchmark again?
comment created time in 11 days
issue openedftsrg/trainbenchmark
Evaluate performance of Differential Datalog & Materialize
When you visit this benchmark again, I think it would be interesting to add Differential Datalog and Materialize to the list of tools you evaluate. They are new incremental query engines which seem to gain noticeable traction.
created time in 11 days
push eventGraphBLAS/LAGraph
commit sha 13bc0456305ce4d1e6fa242201d7970443768544
comments to LAGraph2.h from Jan 11, 2021 meeting
push time in 11 days
push eventGraphBLAS/LAGraph
commit sha 09dfefc251daa16a93622332972f9953ec7a5e1d
GAP results for LAGraph2/BC
push time in 11 days
push eventGraphBLAS/LAGraph
commit sha 9580395f01ec7e47610918f4b4699b16b1a6f9aa
LAGraph2: vertex betweenness-centrality
push time in 12 days
push eventGraphBLAS/LAGraph
commit sha 4fea495b4a7d2d7ea352a72bc9ac8b6633d8ff3b
BFS benchmark on hypersparse.cse.tamu.edu
push time in 12 days
startedsimdjson/simdjson
started time in 12 days
startedgeohot/minikeyvalue
started time in 12 days
push eventGraphBLAS/LAGraph
commit sha 0f85e2a286bb68b6b5da0d73cc58ce1f4abcabdb
minor update
push time in 12 days
startedbenedekrozemberczki/shapley
started time in 13 days