Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Microsoft Graph Engine

License

NotificationsYou must be signed in to change notification settings

microsoft/GraphEngine

Repository files navigation

-WindowsLinux
BuildBuild status badgeBuild status badge

This repository contains the source code ofMicrosoft GraphEngine and its graph query language --Language IntegratedKnowledge 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-purposedistributed computation engine.

LIKQ is a versatile graph query language built atop Graph Engine. Itcombines the capability of fast graph exploration with the flexibility of lambdaexpressions. Server-side computations can be expressed in lambda expressions,embedded in LIKQ, and executed on the Graph Engine servers during graphtraversal.

Getting started

Recommended operating system: Windows 10 or Ubuntu 22.04.

Building on Windows

Download and installVisual Studio with the following "workloads" and"individual components" selected:

  • The ".NET desktop development" and "Desktop development with C++" workloads.
  • The ".NET Portable Library targeting pack" individual component.

Open a PowerShell window, run.\tools\build.ps1 for building the NuGet packages.The script has been tested on Windows 10 (22H2) with Visual Studio 2022.

Building on Linux

Install g++, cmake, and libssl-dev. For example, on Ubuntu, simply run

sudo apt update&& sudo apt install g++ cmake libssl-dev

Install.NET SDK x64 8.0. For example, on Ubuntu 22.04, runsudo apt update && sudo apt install -y dotnet-sdk-8.0.Then, build GraphEngine with the following command:

bash tools/build.sh

The build script has been tested on Ubuntu 22.04 with g++ 11.4.0.

Using the built packages

You can find the built NuGet packagesbuild/GraphEngine**._version_.nupkg inthebuild folder. In the building process, thebuild directory has beenregistered as a local NuGet repository and the local package cache forGraphEngine.Core has been cleared. After the packages are built, rundotnet restore to use the newly built packages.

Running your first Graph Engine app

Go to thesamples/Friends folder, executedotnet restore anddotnet run torun the sample project.

Contributing

Pull requests, issue reports, and suggestions are welcome.

Please read thecode of conduct before contributing code.

Follow theseinstructions for reporting security issues.

License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under theMIT license.

Disclaimer

Microsoft Graph Engine is a research project. It is not an officially supported Microsoft product.

References

We kindly request that any published paper that makes use of Microsoft GraphEngine cites the following paper:

If you want to learn more about the algorithms and applications built on top of Microsoft Graph Engine, please refer to thesepublications.


[8]ページ先頭

©2009-2025 Movatter.jp