# microsoft/GraphEngine

Microsoft Graph Engine

Repository: https://github.com/microsoft/GraphEngine
Canonical: https://ross.abutalabs.com/products/graphengine
Language: C#
License: MIT
License Family: permissive
Topics: graph-engine, graph-query-language, in-memory-storage, in-memory-computations, distributed-computing, dotnet
Last push: 2024-10-08T20:26:47+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3492, "days_push": 694, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2263, forks 336 (observed 2026-08-28T04:06:31.995637+00:00)

## What it is
Microsoft Graph Engine is a distributed in-memory data processing engine built on a strongly-typed in-memory key-value store and a general-purpose distributed computation framework. It includes LIKQ, a graph query language that executes lambda-expression-based server-side computations during graph traversal.

## Use cases
- query large graphs with lambda expressions server-side
- build distributed in-memory graph applications in .NET
- run fast graph traversal over an in-memory key-value store
- process graph data across a cluster of machines
- implement custom graph analytics with server-side computation

## When to choose
- you need distributed in-memory graph processing on .NET
- you want server-side lambda-based graph queries (LIKQ)
- you are doing research on graph engines or graph query languages

## When to avoid
- you need a production-supported database from Microsoft (it is a research project)
- you need a general-purpose persistent graph database with mature tooling
- your stack is not .NET/C#

## Facets
- artifact type: framework
- maturity: maintenance
- function: database, search-engine, serialization, rpc, concurrency
- domain: databases, microservices, big-data, graph-processing, developer-tools
- platform: windows, dotnet, cross-platform
- tags: graph-engine, graph-query-language, in-memory-storage, distributed-computing, likq, key-value-store, research-project, linux

## Member repositories
- microsoft/GraphEngine (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:31.995637+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:42:29.373758+00:00, confidence not recorded.
  - readme: https://github.com/microsoft/GraphEngine (fetched 2026-08-28T04:06:31.995637+00:00, sha 3999d747948b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
