GraphEngine icon indicating copy to clipboard operation
GraphEngine copied to clipboard

Microsoft Graph Engine

Results 54 GraphEngine issues
Sort by recently updated
recently updated
newest added

I was confused about one query type recently, wish some advises If my graph is like below root -> A, root -> A' A -> C, A -> D A'...

I have a project where I need to import a large road network that is expressed/exported as GML is/are there: - 1. any existing or plans to create tools that...

enhancement

when we start a data server with http enabled, we can access the default web api at http://localhost, if there is long value data type(such as cellid) in user's Http...

bug
enhancement

we want generate storage for different data versions offline, is there any solution? thx.

discussion

Hi, Sample DistributedHashtable works fine with old version1.0.8482. But when I build the code and get Core 2.0.9328 and use the new core to run sample DistributedHashtable, I encounter some...

Hello colleagues, seems like i missed in all this :) Say i've got a TSL, which defines a simple protocol and graph nodes and two messages - to add and...

Hello colleagues, lets say i had a graph and i want to return a subtree of a node. For example query may look like this. ``` "MAG .StartFrom($($g.CellId)) .FollowEdge(`"OutEdge`") .VisitNode(_...

Hello colleagues, what is the best way to describe nodes and edges in TSL to be able to mark edges, to be able to follow only specific edges. For example...

I think it is better that we maintain both a (unordered) set of rather complete examples, and a (linear) series of tutorials, each covering a very specific topic of our...

discussion