From 394965c7bcd5455eecea1844f2afe2928f2c0288 Mon Sep 17 00:00:00 2001 From: Jer1605 Date: Wed, 20 Aug 2025 15:13:00 +0200 Subject: [PATCH 1/2] update --- edgee-component.toml | 44 +++++++++++++++++++++++++++++++++++++++----- 1 file changed, 39 insertions(+), 5 deletions(-) diff --git a/edgee-component.toml b/edgee-component.toml index 443dd7a..09f91d2 100644 --- a/edgee-component.toml +++ b/edgee-component.toml @@ -8,12 +8,46 @@ language = "Rust" category = "data-collection" subcategory = "analytics" description = """ -This component lets you capture **events**, **page views**, and **user profiles** directly at the edge using [Mixpanel's HTTP API](https://developer.mixpanel.com/reference/overview). -Optimized and focused on performance, it avoids traditional SDKs by leveraging Edgee's WebAssembly runtime. +# Mixpanel Component -- Supports: `track`, `page`, `user` -- Targets: Mixpanel `/import` and `/engage` endpoints -- [Documentation & Source](https://github.com/edgee-cloud/mixpanel-component) +[https://www.edgee.cloud/edgee/mixpanel](https://www.edgee.cloud/edgee/mixpanel) + +## Overview + +The **Mixpanel** component by Edgee enables server-side analytics by sending events, page views, and user profiles directly to Mixpanel's HTTP API from the edge. +Optimized for performance, it leverages Edgee's WebAssembly runtime to avoid traditional SDKs, ensuring fast and efficient data processing. + +--- + +## Key Features & Benefits + +### Features + +- **Multi-Event Support**: Supports `track`, `page`, and `user` events. +- **Mixpanel API Integration**: Targets Mixpanel's `/import` and `/engage` endpoints. +- **Wasm Performance**: Built using Rust and compiled to WebAssembly for high performance. +- **Lightweight Deployment**: Minimal client-side dependencies. +- **Edgee Data Layer Ready**: Easy integration with Edgee's Data Layer. + +### Benefits + +- **Data Accuracy**: Enhanced data accuracy with server-side event processing. +- **Low Latency**: Reduced latency by processing data closer to the user. +- **Simplified Setup**: No need for complex SDKs or client-heavy configurations. +- **Scalability**: Improved scalability and maintainability. + +--- + +## Use Cases + +- **User Interaction Tracking**: Monitor and analyze user behavior and engagement. +- **Page View Analytics**: Capture page visits and navigation paths. +- **User Profile Management**: Track and update user attributes and sessions. +- **Edge Analytics**: Integrate Mixpanel in edge-first computing environments. + +--- + +Additional resources: [Mixpanel Product Analytics Platform](https://mixpanel.com/) """ documentation = "https://github.com/edgee-cloud/mixpanel-component" repository = "https://github.com/edgee-cloud/mixpanel-component" From ef57194dc70dd2c4cdff9648b1cb3f81b93f6001 Mon Sep 17 00:00:00 2001 From: Jer1605 Date: Wed, 20 Aug 2025 16:45:28 +0200 Subject: [PATCH 2/2] update --- edgee-component.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/edgee-component.toml b/edgee-component.toml index 09f91d2..db67a86 100644 --- a/edgee-component.toml +++ b/edgee-component.toml @@ -8,10 +8,6 @@ language = "Rust" category = "data-collection" subcategory = "analytics" description = """ -# Mixpanel Component - -[https://www.edgee.cloud/edgee/mixpanel](https://www.edgee.cloud/edgee/mixpanel) - ## Overview The **Mixpanel** component by Edgee enables server-side analytics by sending events, page views, and user profiles directly to Mixpanel's HTTP API from the edge.