Mixpanel is a product analytics platform that tracks user interactions with web and mobile applications. It provides event-based analytics, funnels, retention, and cohort analysis. Arris connects to Mixpanel via the Query API to browse event schemas and properties.
Service account secret. Stored in the macOS Keychain.
Schema browser
Once connected, Arris fetches the project metadata and presents it as a singleevents table. Its columns are the union of every event's properties, plus the base columns event, time, and distinct_id. Double-click the table to browse recent events.
Supported SQL commands
Command
Notes
SELECT
Query event data through the REST API, with aggregations. The full project history is queried by default; narrow it with a WHERE filter ontime. A LIMIT is pushed down to the export API so only the requested number of events is fetched.