Independent schema reference · Ross ERP 8.0

The Ross ERP 8.0 schema,
made legible.

An independent, de-identified reference to the standard vanilla Ross ERP 8.0 data model — every table, column, key, view, procedure and function.

Open the Data Dictionary Explore the Knowledge Graph
1,865 tables
37,003 columns
358 views
870 procedures
49 functions
195 audit twins
3,142 objects · 8,342 distinct column names
Primary tool
dd.rossdata.dev

Data Dictionary

Every table, column, key and relationship — searchable.

An interactive reference for the whole vanilla Ross ERP 8.0 schema (FIN + MAN). Column descriptions, valid-value lists and foreign keys come from the GEMBASE application dictionary; additional relationships are inferred from shared key columns.

  • Every table, view, procedure and function — searchable, filterable by type, class, module, DB
  • Per-column: type, nullability, PK / identity / computed badges, description, valid values, FKs
  • Foreign keys in and out, plus inferred related tables (shared-key)
  • ER "neighborhood" diagram for each table
  • One-click exports: CSV and JSON per table; copy SELECT and CREATE TABLE (DDL)
  • Insights: module coupling, most-depended-on tables, schema-wide stats
  • Keyboard-driven (/ search, ? help), deep-linkable — dd.rossdata.dev/#GLLEDGER
How to use it

Search or filter to an object → open it → read its columns, keys and relationships → export or copy what you need → jump to the same object in the Knowledge Graph.

Open the Data Dictionary
Companion view
kg.rossdata.dev

Knowledge Graph

See the schema as a living map you can explore.

The same schema rendered as an interactive graph — objects as nodes, relationships and code references as edges — so you can see the structure the dictionary lists in tables.

  • Force-directed map of the schema + code layer, grouped into modules and communities
  • Path-finding between any two objects — "how does A reach B?"
  • Hub / most-connected detection; filter by object type
  • Deep-linkable focus on any node; one-click jump to the Data Dictionary entry
How to use it

Start from a module or search a node → follow edges to see what connects → find the path between two objects → click through to the Dictionary for the detail.

Explore the Knowledge Graph
Two views, one dataset — every object links straight across.

On the way

Programmatic access to the same dataset.

REST API

Coming soon

A REST / JSON API for the Data Dictionary — the same structured data the site exports, programmatically. GET a table's full schema as JSON, look up any column, search objects, fetch DDL — the same shape as the per-table JSON export.

GET /v1/tables/GLLEDGER
GET /v1/tables/GLLEDGER/ddl
GET /v1/search?q=posting_date

MCP server

Coming soon

A single MCP server that connects agents and tools directly to this dataset — both the Dictionary (look up tables, columns, DDL) and the Knowledge Graph (traverse relationships, find paths). One connector, both capabilities.

lookup_table search_columns get_ddl graph_neighbors path_between
Tool names illustrative.
Get notified at launch
One email when it ships. Nothing else.
Which product

About this reference

Independent
A reference for standard vanilla Ross ERP 8.0 (FIN + MAN modules). Not affiliated with the vendor.
De-identified
Customer-specific objects are excluded and identifiers scrubbed. What you see is the vanilla data model, nothing else.
Complete
1,865 tables, 37,003 columns, 358 views, 870 procedures, 49 functions and 195 audit twins — 3,142 objects in total.