Skip to main content

FUSE filesystem for Knowledge Graph - mount your knowledge graph as a filesystem

Reason this release was yanked:

out of date application state

Project description

Knowledge Graph FUSE Driver

Mount the knowledge graph as a filesystem.

Installation

Prerequisites

System FUSE library (required):

sudo pacman -S fuse3       # Arch
sudo apt install fuse3     # Debian/Ubuntu
sudo dnf install fuse3     # Fedora

kg CLI (for OAuth setup):

npm install -g @aaronsb/kg-cli

Install kg-fuse

pipx install kg-fuse

Upgrade

pipx upgrade kg-fuse

Setup

Create OAuth credentials (one-time):

kg oauth create --for fuse

This writes credentials to ~/.config/kg-fuse/config.toml.

Usage

# Mount (reads credentials from config)
kg-fuse /mnt/knowledge

# Or run in foreground for debugging
kg-fuse /mnt/knowledge -f

Unmount:

fusermount -u /mnt/knowledge
# or just Ctrl+C if running in foreground

Manual Credentials

You can also pass credentials directly:

kg-fuse /mnt/knowledge \
  --api-url https://kg.example.com/api \
  --client-id YOUR_CLIENT_ID \
  --client-secret YOUR_SECRET

Filesystem Structure

/mnt/knowledge/
├── ontology-a/          # Each ontology is a directory
│   ├── doc1.md          # Documents in that ontology
│   └── doc2.md
└── ontology-b/
    └── doc3.md

Read: Browse Documents

ls /mnt/knowledge/                    # List ontologies
ls /mnt/knowledge/my-ontology/        # List documents
cat /mnt/knowledge/my-ontology/doc.md # Read document

Write: Ingest Documents (future)

cp report.pdf /mnt/knowledge/my-ontology/
# File "disappears" into ingestion pipeline
# Creates job, extracts concepts, links to graph

Debug Mode

kg-fuse /mnt/knowledge --debug -f

Architecture

The FUSE driver is an independent client that:

  • Authenticates via OAuth (like CLI, MCP server)
  • Makes HTTP requests to the API server
  • Caches directory listings (30s TTL)
  • Defaults to localhost:8000 if unconfigured (fail-safe: won't accidentally query external endpoints)

See ADR-069 for full design rationale.

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

kg_fuse-0.3.3.tar.gz (1.1 MB view details)

Uploaded Source

Built Distribution

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

kg_fuse-0.3.3-py3-none-any.whl (35.4 kB view details)

Uploaded Python 3

File details

Details for the file kg_fuse-0.3.3.tar.gz.

File metadata

  • Download URL: kg_fuse-0.3.3.tar.gz
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for kg_fuse-0.3.3.tar.gz
Algorithm Hash digest
SHA256 cf48a7118707cc2107c9950a0d951db803126ee4ce4eb41cbd00f1402ea7f508
MD5 aa4d5d34215cdafc26e8c22d0d3a3ba6
BLAKE2b-256 e775e99bb0f9693ae60f9d5a7667372cf08bd76f9ffc427d2eb96877f3cfed99

See more details on using hashes here.

File details

Details for the file kg_fuse-0.3.3-py3-none-any.whl.

File metadata

  • Download URL: kg_fuse-0.3.3-py3-none-any.whl
  • Upload date:
  • Size: 35.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for kg_fuse-0.3.3-py3-none-any.whl
Algorithm Hash digest
SHA256 7e5c83adbf00d2fbf08d8c6e6fadb3cc2c37a4049997cad914f1f2c92a39db43
MD5 26657ad84f6cbbac658168337ee69c74
BLAKE2b-256 05ca6795e83d7935ead1c6d2b4b965b52e69630533a46b9375f9f6cd29456aa2

See more details on using hashes here.

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