Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions edgee-component.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ language = "Rust"
category = "data-collection"
subcategory = "analytics"
description = """
🧠 **Mixpanel Edgee Component**
**Mixpanel Edgee Component**

This Rust-based 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.

- Supports: `track`, `page`, `user`
- Targets: Mixpanel `/import` and `/engage` endpoints
- 📄 [Documentation & Source](https://github.com/edgee-cloud/mixpanel-component)
- [Documentation & Source](https://github.com/edgee-cloud/mixpanel-component)
"""
documentation = "https://github.com/edgee-cloud/mixpanel-component"
repository = "https://github.com/edgee-cloud/mixpanel-component"
Expand Down