WildByte-AI Data Dictionary
Link to open source: https://github.com/Faraaz22/WildByte-
- WildByte – AI Data Dictionary is a full‑stack application that connects to a database, automatically catalogs its structure, and provides an interactive interface to explore schemas, tables, columns, and relationships (lineage).
- The backend (FastAPI + async SQLAlchemy) stores and serves the metadata in its own catalog database, exposes APIs to browse/search the dictionary, retrieve lineage connections, and export compact “schema context” for agents.
- It also includes an AI-assisted chat feature that uses the live schema + lineage context to answer questions about the data model, helping users understand tables, keys, and how datasets relate.
- The frontend (Next.js) consumes these APIs to visualize the catalog and lineage, making database understanding, documentation, and onboarding faster and more consistent.
This build was uploaded as a hackathon project




