Skip to main content

orchestration engine for knowledge graph

Project description

coreason-graph-nexus

The Graph Orchestration & Reasoning Engine

Organization License: Prosperity 3.0 CI Code Style: Ruff Documentation

coreason-graph-nexus acts as the "Platinum Layer" Builder and Graph Logic Engine. It bridges the gap between persistent graph storage (Neo4j) and high-speed in-memory reasoning (NetworkX), ensuring robust data ingestion, ontology alignment, and advanced algorithmic analysis.


🚀 Features

  • Hybrid Compute Architecture: Seamlessly moves data between Cold Storage (Neo4j) and Hot Compute (NetworkX) for on-demand analysis.
  • Projection Engine (The Builder): Declarative ETL pipeline that transforms raw data into a semantic graph, enforcing schema constraints.
  • Ontology Resolver (The Librarian): Standardizes entity identities (e.g., merging "Tylenol" and "APAP") with high-performance Redis caching.
  • Graph Computer (The Thinker): Executes complex algorithms like PageRank, Betweenness Centrality, and Community Detection in memory.
  • Link Predictor (The Analyst): Infers implicit relationships using both heuristic rules and semantic vector embeddings.
  • Graph Logic Microservice (Service G): Exposes all engine capabilities via a high-performance REST API (FastAPI) for seamless integration into microservice architectures.

📦 Installation

pip install coreason-graph-nexus

🛠️ Usage

Here is a quick example of how to initialize the client and run a PageRank analysis:

from coreason_graph_nexus.adapters.neo4j_adapter import Neo4jClient
from coreason_graph_nexus.compute import GraphComputer
from coreason_graph_nexus.models import GraphAnalysisRequest, AnalysisAlgo

# 1. Initialize Connection
neo4j_auth = ("neo4j", "password")
with Neo4jClient(uri="bolt://localhost:7687", auth=neo4j_auth) as client:

    # 2. Initialize the Graph Computer
    computer = GraphComputer(client)

    # 3. Define Analysis Request
    request = GraphAnalysisRequest(
        center_node_id="RxNorm:123",
        algorithm=AnalysisAlgo.PAGERANK,
        depth=2,
        write_property="pagerank_score"
    )

    # 4. Run Analysis
    results = computer.run_analysis(request)
    print(f"Computed PageRank for {len(results)} nodes.")

Running as a Microservice

You can also deploy the engine as a standalone service:

# Start the API server
uvicorn coreason_graph_nexus.server:app --host 0.0.0.0 --port 8000

Refer to vignette.md for detailed API usage examples.

📄 License

This software is dual-licensed. It is available under the Prosperity Public License 3.0 for open-source and non-commercial use. Commercial use beyond a 30-day trial requires a separate license.

Copyright (c) 2025 CoReason, Inc.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

coreason_graph_nexus-0.4.0.tar.gz (22.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

coreason_graph_nexus-0.4.0-py3-none-any.whl (32.6 kB view details)

Uploaded Python 3

File details

Details for the file coreason_graph_nexus-0.4.0.tar.gz.

File metadata

  • Download URL: coreason_graph_nexus-0.4.0.tar.gz
  • Upload date:
  • Size: 22.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for coreason_graph_nexus-0.4.0.tar.gz
Algorithm Hash digest
SHA256 7c23a67f4f5783d07f485578b1f5ad27809287c594e46bde1b3b188049a7e0aa
MD5 cbd5991ffc993f58050019caccbc9984
BLAKE2b-256 33c6a9a4d5b1302eb24e92c1714bca0d5f65927dbcd714e9ccaf56e1ad08c58a

See more details on using hashes here.

Provenance

The following attestation bundles were made for coreason_graph_nexus-0.4.0.tar.gz:

Publisher: publish.yml on CoReason-AI/coreason-graph-nexus

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coreason_graph_nexus-0.4.0-py3-none-any.whl.

File metadata

File hashes

Hashes for coreason_graph_nexus-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 70529a44d990a3c443957299abd843356e919183f9334aa909a97e4851dcb73f
MD5 e6522cac93ec4fb8215cdb3a4c6bf664
BLAKE2b-256 7d65c2dda92929b2ff9848aa26668abfde49e40351db0212f30e31a190b75d60

See more details on using hashes here.

Provenance

The following attestation bundles were made for coreason_graph_nexus-0.4.0-py3-none-any.whl:

Publisher: publish.yml on CoReason-AI/coreason-graph-nexus

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page