Stampede Platform
Nothing published in this section yet.
Schema
Graph AI EngineOrg Structure
Organization
Top-level organisation node. Supports franchise and group hierarchies via :PARENT_OF. Every piece of data in the platform is scoped to an organisation.
5 fields4 relationships
Fields
| Name | Type | Req | Description |
|---|---|---|---|
| id | uuid | yes | Unique organisation identifier. |
| name | string | yes | Organisation display name. |
| type | enum | — | Allowed values: restaurant | hotel | retail | franchise. |
| website | string | — | Primary website URL. |
| timezone | string | — | Default IANA timezone. |
Relationships
Outbound (4)
- Organization[:PARENT_OF]→Organizationfranchise/group hierarchy link
- Organization[:HAS_SUBSCRIPTION]→Subscription
- Organization[:BILLED_THROUGH]→Organizationchild org whose billing flows through a parent's Stripe subscription
- Organization[:WIFI_TO_REVIEW]→Venuewifi_customers_who_reviewed, reviews_from_wifi_customers, avg_rating, avg_sentiment, computed_at — AI computed
Related entities
SubscriptionPayOS
Billing subscription for an organisation. Supports Stripe and Chargebee. MRR stored in pennies.VenueGraph AI Engine
A physical location operated by an organisation. Every activity node — bookings, Wi-Fi sessions, orders, reviews — links back to a venue via the :AT_VENUE relationship.
