Stampede Platform
Nothing published in this section yet.
Schema
Wi-FiHardware / Network
HardwareDevice
Physical networking device (MikroTik router or AP) at a venue capturing Wi-Fi sessions.
11 fields3 relationships
Fields
| Name | Type | Req | Description |
|---|---|---|---|
| id | uuid | yes | Device UUID. |
| serial_number | string | yes | Hardware serial. Captured via Snap setup flow. |
| model | string | — | MikroTik hAP ac3 etc. |
| type | enum | yes | router | access_point | switch. |
| mac_address | string | — | Primary MAC. |
| ip_address | string | — | Current IP on venue net. |
| firmware_version | string | — | RouterOS / firmware version. |
| ssid | string | — | Broadcast Wi-Fi SSID. |
| status | enum | — | online | offline | degraded. |
| last_seen_at | datetime | — | Last heartbeat. |
| installed_at | datetime | — | Installed at venue. |
Relationships
Outbound (2)
- HardwareDevice[:INSTALLED_AT]→Venue
- HardwareDevice[:MANAGED_BY]→Organization
Inbound (1)
- WifiSession[:THROUGH_DEVICE]→HardwareDevice
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.WifiSessionWi-Fi
Created when a guest authenticates through a Stampede Wi-Fi splash. Links physical presence to customer profile, with or without a booking.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.
