Stampede Platform
Nothing published in this section yet.
Schema
AI AnalyticsAI Layer
AI_VenueIntelligence
Aggregated AI insights at venue level — review health, customer overlap between venues, ordering and cancellation patterns per customer.
8 fields6 relationships
Fields
| Name | Type | Req | Description |
|---|---|---|---|
| avg_rating | number | — | Avg review rating. |
| avg_positive_sentiment | number | — | Avg positive sentiment 0–1. |
| avg_negative_sentiment | number | — | Avg negative sentiment 0–1. |
| reply_rate | number | — | Reply rate 0–1. |
| avg_response_hours | number | — | Avg hours to respond. |
| jaccard_index | number | — | Customer overlap 0–1. Used on CUSTOMER_OVERLAP. |
| cancel_rate | number | — | Customer cancel rate at venue. Used on CANCELLATION_PATTERN. |
| computed_at | datetime | yes | Last calculated. |
Relationships
Inbound (6)
- Venue[:REVIEW_INTELLIGENCE]→Organizationtotal_reviews, avg_rating, positive_pct, negative_pct, reply_rate, avg_response_hours, computed_at
- Venue[:CUSTOMER_OVERLAP]→Venueshared_customer_count, jaccard_index, shared_spend_pennies, computed_at
- Customer[:ORDER_PATTERN]→Venuetotal_orders, total_spend_pennies, avg_order_value_pennies, computed_at
- Customer[:CANCELLATION_PATTERN]→Venuetotal_bookings, total_cancellations, no_show_count, cancel_rate, last_cancel_date, computed_at
- Customer[:PEAK_HOUR_AFFINITY]→Venuevisit_count, computed_at — preferred visit time slot
- Customer[:SENTIMENT_SHIFT]→Venuefirst_review_rating, latest_review_rating, rating_trend (improving | declining | stable), review_count, computed_at
Related entities
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.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.CustomerGraph AI Engine
The root guest identity node. Every interaction across bookings, Wi-Fi, orders, reviews, and loyalty is unified under a single Customer node per organisation.
