← back to index
02PROJECTS

EKG.

solo project · 2025

Status
proof of concept
Input
SQL · JSON · TXT
Store
Neo4j · mini-graphs per query
Query
Gemini natural-language interface

What it does

A proof of concept that ingests three data shapes — relational rows (SQL), JSON documents, and free text — and builds per-query Neo4j mini-graphs with entities and relationships extracted by Gemini. A natural-language query interface sits on top, so you can ask a question across otherwise-disconnected sources and get interconnected context back in plain language.

The idea: let a team query several disconnected databases as if they were one graph, without first standing up a full enterprise knowledge-graph pipeline.

Stack

Neo4j · Gemini API · React · Node.js · MongoDB.