Code knowledge graph for Claude Code & AI coding agents — index TypeScript, Python, NestJS, FastAPI, React into Neo4j and query architecture in Cypher. Note: v0.2.0 is deprecated, use 0.1.x.
Project description
codegraph
Map a TypeScript codebase into Neo4j with NestJS + React awareness, then query it.
Quick start
cd codegraph
# 1. Python env
python3 -m venv .venv
.venv/bin/pip install -r requirements.txt
# 2. Neo4j
docker compose up -d
# Browser UI: http://localhost:7475 (neo4j / codegraph123)
# Bolt: bolt://localhost:7688
# 3. Index easy-builder
.venv/bin/python -m codegraph.cli index /home/edouard-gouilliard/easy-builder
# 4. Validate
.venv/bin/python -m codegraph.cli validate /home/edouard-gouilliard/easy-builder
# 5. Ad-hoc query
.venv/bin/python -m codegraph.cli query "MATCH (e:Endpoint) RETURN e.method, e.path LIMIT 10"
See queries.md for example queries.
Schema
Nodes: File, Class, Function, Interface, Endpoint, Hook, Decorator, External
Edges: IMPORTS, IMPORTS_EXTERNAL, DEFINES_CLASS, DEFINES_FUNC, DEFINES_IFACE, EXPOSES, INJECTS, EXTENDS, IMPLEMENTS, RENDERS, USES_HOOK, DECORATED_BY
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cognitx_codegraph-0.1.20.tar.gz.
File metadata
- Download URL: cognitx_codegraph-0.1.20.tar.gz
- Upload date:
- Size: 149.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19a0e695377266519617c0d63bee52071617394a2ccb17c91abab01497783dfe
|
|
| MD5 |
3acc5ab63a4f8df2a484a24c6bcdee7f
|
|
| BLAKE2b-256 |
b39341a9d834789b61f8c00394f4abd36a820305681d57bf33eb68ff968c79e8
|
File details
Details for the file cognitx_codegraph-0.1.20-py3-none-any.whl.
File metadata
- Download URL: cognitx_codegraph-0.1.20-py3-none-any.whl
- Upload date:
- Size: 121.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42e3173948a762945bdf70b51c644bc33f351984e8870ae3d8b71fdd877ba267
|
|
| MD5 |
c451573ac8056f2e50e9c15b0455ad16
|
|
| BLAKE2b-256 |
c97f009ecd688b88b4386f1a16c40106739906fb6a63e5b1113a7d17beebf529
|