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.

📦 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.")

📄 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.2.0.tar.gz (21.8 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.2.0-py3-none-any.whl (30.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: coreason_graph_nexus-0.2.0.tar.gz
  • Upload date:
  • Size: 21.8 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.2.0.tar.gz
Algorithm Hash digest
SHA256 2ab04c8a9d38b6862120a80e057d7717bab09abfa2f034cd9865868437c85d0f
MD5 ca92d412e46048872fbc06ce1959713b
BLAKE2b-256 f880c64f7ab94fe3575c5fd31e601072ddddd60dd806a3c5ec457aeb604df6da

See more details on using hashes here.

Provenance

The following attestation bundles were made for coreason_graph_nexus-0.2.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.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for coreason_graph_nexus-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 191e75dfb3faa0e33ba899ee40a3f66114a99bce0bf80ce62bb5bff8fa079021
MD5 85d8e39dc9cf4d8fb24199216e3fb497
BLAKE2b-256 3eadaa64a5951725807881e434e96fa087d45340326434c1d554385583b3f9a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for coreason_graph_nexus-0.2.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