GraphEngine
GraphEngine copied to clipboard
Microsoft Graph Engine
You need to update CommandLineParser to V2 to eliminate some warnings. Unfortunately there are breaking changes that will then need to be fixed. 
I noticed in this issue https://github.com/microsoft/GraphEngine/issues/245 that GraphEngine is able to support HyperGraph structures. I can't find the documentation on these features. This [SO Post](https://stackoverflow.com/questions/58711840/recommendation-for-hypergraph-dbms-with-visual-editor-or-at-least-viewer) shows that people cannot find...
if you try TrinityConfig.CurrentRunningMode = RunningMode.Client; try { KCoreCell node_ins = Global.CloudStorage.LoadKCoreCell(0); } catch (Exception ex) { Console.WriteLine("cell not found"); } var neighbors = new List(); Global.CloudStorage.SaveKCoreCell(0, alive: false, remain_nodes:...
I'd like to be able to use the generated C# classes from a common set of TSL structs in both a Xamarin Android app and an ASP.NET/Blazor web app. Has...
Hi Grapheengine team, I’m getting Serialization Exception when I call Global.CloudStorage.SaveStorage() methid, Any Idea how to fix this? System.Runtime.Serialization.SerializationException HResult=0x8013150C Message=Type 'System.ValueTuple`2[[Trinity.DynamicCluster.Storage.ReplicaInformation, Trinity.DynamicCluster, Version=2.0.10792.0, Culture=neutral, PublicKeyToken=null],[Trinity.DynamicCluster.PersistedSlice, Trinity.DynamicCluster, Version=2.0.10792.0, Culture=neutral, PublicKeyToken=null]]'...
I roughly go through the [API reference](https://www.graphengine.io/APIRefs/html/N_Trinity.htm) and find that it might be outdated. For instance, [```NewCellID```](https://www.graphengine.io/APIRefs/html/M_Trinity_Core_Lib_CellIDFactory_NewCellID.htm) method is obsolete and ``` NewCellId ``` is recommended according to the source...
GraphEngine Client crash when attempting to connect to Graph Engine Server running inside a Service Fabric Cluster  - I'm working with Microsoft support and the Service Fabric product team...
 
I'm suggesting this new capability based on a couple of years of developing WPF apps with GE Client capabilities with particular support for MVVM and Semantic-powered process substrates. Extended the...