Loic.microsoft.GraphEngine
1.0.0
dotnet add package Loic.microsoft.GraphEngine --version 1.0.0
NuGet\Install-Package Loic.microsoft.GraphEngine -Version 1.0.0
<PackageReference Include="Loic.microsoft.GraphEngine" Version="1.0.0" />
<PackageVersion Include="Loic.microsoft.GraphEngine" Version="1.0.0" />
<PackageReference Include="Loic.microsoft.GraphEngine" />
paket add Loic.microsoft.GraphEngine --version 1.0.0
#r "nuget: Loic.microsoft.GraphEngine, 1.0.0"
#addin nuget:?package=Loic.microsoft.GraphEngine&version=1.0.0
#tool nuget:?package=Loic.microsoft.GraphEngine&version=1.0.0
Graph Engine - Open Source
- | Windows Multi Targeting | Ubuntu 16.04 .NET Core |
---|---|---|
Build | <img src="https://trinitygraphengine.visualstudio.com/_apis/public/build/definitions/4cfbb293-cd2c-4f49-aa03-06894081c93b/3/badge"/> | <img src="https://trinitygraphengine.visualstudio.com/_apis/public/build/definitions/4cfbb293-cd2c-4f49-aa03-06894081c93b/4/badge"/> |
Tests | _ | _ |
Stress | _ | _ |
This repository contains the source code of Graph Engine and its graph query language -- Language Integrated Knowledge Query (LIKQ).
Microsoft Graph Engine is a distributed in-memory data processing engine, underpinned by a strongly-typed in-memory key-value store and a general-purpose distributed computation engine.
LIKQ is a versatile graph query language atop Graph Engine. It combines the capability of fast graph exploration with the flexibility of lambda expression. Server-side computations can be expressed in lambda expressions, embedded in LIKQ, and executed on Graph Engine servers during graph traversal.
How to contribute
If you are interested in contributing to Graph Engine, please fork the
repository and submit pull requests to the master
branch.
Pull requests, issue reports, and suggestions are welcome.
Please submit bugs and feature requests as GitHub Issues.
Getting started with Graph Engine
NuGet packages and Visual Studio extension
NuGet packages Graph Engine Core and LIKQ are available in the NuGet Gallery.
If you develop Graph Engine applications using Visual Studio on Windows, Graph Engine VSExtension can be used to facilitate the development work.
Building on Windows
Install Visual Studio 2017 or 2019 with the following components selected:
- .NET desktop development
- .NET Framework 4 -- 4.6 development tools
- Desktop development with C++
- Windows 10 SDK
- Windows 8.1 SDK and UCRT SDK
- Visual Studio extension development
- .NET Core SDK 3.1
- cmake
.NET Core SDK and cmake can alternatively be installed using their standalone installers.
The Windows build will generate multi-targeting nuget packages.
Open a powershell window, run tools/build.ps1
for Visual Studio 2017 or tools/build.ps1 -VS2019
for Visual Studio 2019.
The Linux native assemblies will also be packaged (pre-built at lib
) to allow the Windows build to work for Linux .Net Core
as well.
Building on Linux
Install libunwind8
, g++
, cmake
and libssl-dev
. For example, run sudo apt install libunwind8 g++ cmake libssl-dev
for Ubuntu.
Install .NET Core 3.1 and execute bash tools/build.sh
.
The Windows native assemblies will also be packaged so that the
Linux build will work for Windows .Net Core
as well.
Note: Because .Net Framework
is Windows-only, the packages built on Linux only support .Net Core
. The build script is tested only on Ubuntu 16.04
, Ubuntu 18.04
, and Ubuntu 20.04
.
How to use the built Graph Engine packages
Nuget packages will be built as
build/GraphEngine**._version_.nupkg
. The folder build/
will be
registered as a local NuGet repository and the local package cache for
GraphEngine.Core
will be cleared. After the packages are built, run dotnet restore
to use the newly built package.
Run your first Graph Engine app
Go to the samples/Friends/Friends
folder, execute dotnet restore
and dotnet run
to run the sample project.
License
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net5.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 2 | 7/31/2021 |