-
I'm inserting nodes and edges to existing graph over time (real time Kafka messages) in the following way:
```
UNWIND [] AS x
MATCH (a:node{id:x[0]}), (b:node{id:x[1]})
MERGE (a)-[:rel]->(b)
`…
-
Hi,
SylvaDB is great system. It fulfills my needs almoust perfectly. Nevertheless, I have some issues...
You describe SylvaDB on GitHub as "... a Relaxed-Schema Graph Database Management System." Th…
-
There is interest (e.g. from [The Trust Project](http://thetrustproject.org/), and conversations around fact checking and our ClaimReview markup #1061) in using schema.org to describe more detailed ki…
-
I'd like to query a part of the graph using coordinates against an arbitrary reference path encoded in it.
I have a implementation of this kind of feature that can serve as a conceptual starting poin…
-
Other JVM build tools (e.g. Maven and Gradle) support the notion of multiple classpaths and assigning a "scope" to third-party dependencies. Pants should also support the notion of scope (or an equiva…
tdyas updated
2 years ago
-
Hi I have two questions:
- I would like to repurpose this for graph classification (where I have a single label _per graph_). I see there is an option to choose `featureless=False` when defining a …
-
This is NOT. Fish..
![8714DC61-A905-4653-9A96-A3314D041DDD](https://user-images.githubusercontent.com/1120754/59197401-2cce2a80-8b89-11e9-98e4-1feda288299c.jpeg)
![E3413462-0DE4-4F18-BE5C-9CC1B1AF4B…
-
See https://github.com/w3c/rdf-ucr/wiki/RDF-star-for-labelled-property-graphs for the current status of this use case.
Taken from https://github.com/w3c/rdf-star/issues/33
** Brief Description o…
-
Below are some log messages in the log.txt.
patching file /Users/helen/ros_for_ios/log4cxx/apr-1.4.6/include/apr_general.h
patching file /Users/helen/ros_for_ios/log4cxx/apr-1.4.6/include/apr.h
patchi…
-
Hey.
How should a custom dataset be implemented in order to integrate well with the overall pipeline?
![image](https://github.com/shenyangHuang/TGB/assets/89192632/96f465de-949c-400f-a6c5-9ab79…