Stampede Platform
Nothing published in this section yet.
Schema
BookingsCommerce
Event
Ticketed/bookable event at a venue (themed dinner, wine tasting, performance).
11 fields3 relationships
Fields
| Name | Type | Req | Description |
|---|---|---|---|
| id | uuid | yes | Event UUID. |
| name | string | yes | Display name. |
| description | string | — | Description. |
| active | boolean | — | Accepting bookings. |
| ticket_mode | string | — | Ticket-based or standard booking. |
| start_date | datetime | — | Event start. |
| end_date | datetime | — | Event end. |
| avg_spend_per_cover | pennies | — | Avg spend per guest in pennies. |
| total_tickets | number | — | Tickets/places available. |
| tickets_purchased | number | — | Sold/confirmed. |
| price_per_adult | pennies | — | Adult ticket in pennies. |
| price_per_child | pennies | — | Child ticket in pennies. |
Relationships
Outbound (2)
- Event[:AT_VENUE]→Venue
- Event[:BELONGS_TO]→Organization
Inbound (1)
- Booking[:FOR_EVENT]→Event
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.BookingBookings
A table reservation or walk-in visit. Central hub connecting customers to venues, orders, threads, upgrades, and events.
