Stampede Platform
Nothing published in this section yet.
Schema
Graph AI EngineOrg Structure
Venue
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.
5 fields15 relationships
Fields
| Name | Type | Req | Description |
|---|---|---|---|
| serial | string | yes | Unique venue identifier, alphanumeric, e.g. VACYPPIWRO0J. |
| name | string | yes | Display name of the venue. |
| currency | string | — | ISO 4217 currency code, e.g. GBP. |
| timezone | string | — | IANA timezone identifier, e.g. Europe/London. |
| org_id | uuid | yes | Parent organisation identifier. |
Relationships
Outbound (3)
- Venue[:BELONGS_TO]→Organization
- Venue[:CUSTOMER_OVERLAP]→Venueshared_customer_count, jaccard_index, shared_spend_pennies, computed_at — AI computed
- Venue[:REVIEW_INTELLIGENCE]→Organizationtotal_reviews, avg_rating, avg_positive_sentiment, avg_negative_sentiment, positive_pct, negative_pct, reply_rate, avg_response_hours, computed_at — AI computed
Inbound (12)
- Booking[:AT_VENUE]→Venue
- Review[:AT_VENUE]→Venue
- Order[:AT_VENUE]→Venue
- SquareOrder[:AT_VENUE]→Venue
- WifiSession[:AT_VENUE]→Venue
- FormSubmission[:AT_VENUE]→Venue
- HardwareDevice[:INSTALLED_AT]→Venue
- MenuItem[:AVAILABLE_AT]→Venue
- BookingIntegration[:AT_VENUE]→Venue
- Event[:AT_VENUE]→Venue
- Enquiry[:AT_VENUE]→Venue
- Feature[:ENABLED_AT]→Venue
Related entities
OrganizationGraph AI Engine
Top-level organisation node. Supports franchise and group hierarchies via :PARENT_OF. Every piece of data in the platform is scoped to an organisation.BookingBookings
A table reservation or walk-in visit. Central hub connecting customers to venues, orders, threads, upgrades, and events.ReviewReviews
Guest review from Google or Stampede. Includes NLP sentiment scores, reply-state machine, and vector embedding for semantic clustering.OrderPayOS
Pre-order placed via Stampede ordering (Zion). Linked to a booking before guest arrives.SquareOrderPayOS
Live POS order via Square integration. Real-time table spend during service. All amounts in pennies.WifiSessionWi-Fi
Created when a guest authenticates through a Stampede Wi-Fi splash. Links physical presence to customer profile, with or without a booking.FormSubmissionBookings
Guest's completed form submission. Links guest to form and venue.HardwareDeviceWi-Fi
Physical networking device (MikroTik router or AP) at a venue capturing Wi-Fi sessions.
