Skip to content
Merged
Show file tree
Hide file tree
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
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @edgee-cloud/edgeers
* @edgee-ai/edgeers
12 changes: 6 additions & 6 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
target: wasm32-wasip2
components: rustfmt
- uses: edgee-cloud/install-edgee-cli@v0.2.0
- uses: edgee-ai/install-edgee-cli@v0.2.0
- run: edgee component wit
- run: cargo check

Expand All @@ -29,7 +29,7 @@ jobs:
with:
target: wasm32-wasip2
components: rustfmt
- uses: edgee-cloud/install-edgee-cli@v0.2.0
- uses: edgee-ai/install-edgee-cli@v0.2.0
- run: edgee component wit
- uses: actions-rust-lang/rustfmt@v1

Expand All @@ -43,7 +43,7 @@ jobs:
with:
target: wasm32-wasip2
components: clippy
- uses: edgee-cloud/install-edgee-cli@v0.2.0
- uses: edgee-ai/install-edgee-cli@v0.2.0
- run: edgee component wit
- uses: wearerequired/lint-action@master
with:
Expand All @@ -56,7 +56,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
target: wasm32-wasip2
- uses: edgee-cloud/install-edgee-cli@v0.2.0
- uses: edgee-ai/install-edgee-cli@v0.2.0
- run: edgee component build
- name: Verify .wasm file exists
run: |
Expand All @@ -71,7 +71,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
target: wasm32-wasip2
- uses: edgee-cloud/install-edgee-cli@v0.2.0
- uses: edgee-ai/install-edgee-cli@v0.2.0
- run: edgee component wit
- run: cargo test

Expand All @@ -83,7 +83,7 @@ jobs:
with:
target: wasm32-wasip2
- uses: taiki-e/install-action@cargo-llvm-cov
- uses: edgee-cloud/install-edgee-cli@v0.2.0
- uses: edgee-ai/install-edgee-cli@v0.2.0
- run: edgee component wit
- run: make test.coverage.lcov
- uses: coverallsapp/github-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wasm-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
target: wasm32-wasip2
- uses: edgee-cloud/install-edgee-cli@v0.2.0
- uses: edgee-ai/install-edgee-cli@v0.2.0
- run: edgee component build

- name: Upload WASM to release
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Edgee Contributor Guidelines

Welcome! This project is created by the team at [Edgee](https://www.edgee.cloud).
Welcome! This project is created by the team at [Edgee](https://www.edgee.ai).
We're glad you're interested in contributing! We welcome contributions from people of all backgrounds
who are interested in making great software with us.

At Edgee, we aspire to empower everyone to create interactive experiences. To do this,
we're exploring and pushing the boundaries of new technologies, and sharing our learnings with the open source community.

If you have ideas for collaboration, email us at opensource@edgee.cloud or join our [Slack](https://edgee.cloud/slack)!
If you have ideas for collaboration, email us at opensource@edgee.ai or join our [Discord](https://www.edgee.ai/discord)!

We're also hiring full-time engineers to work with us everywhere! Check out our current job postings [here](https://github.com/edgee-cloud/careers).
We're also hiring full-time engineers to work with us everywhere! Check out our current job postings [here](https://github.com/edgee-ai/careers).

## Issues

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<div align="center">
<p align="center">
<a href="https://www.edgee.cloud">
<a href="https://www.edgee.ai">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://cdn.edgee.cloud/img/component-dark.svg">
<img src="https://cdn.edgee.cloud/img/component.svg" height="100" alt="Edgee">
<source media="(prefers-color-scheme: dark)" srcset="https://cdn.edgee.ai/img/component-dark.svg">
<img src="https://cdn.edgee.ai/img/component.svg" height="100" alt="Edgee">
</picture>
</a>
</p>
</div>

<h1 align="center">Matomo component for Edgee</h1>

[![Coverage Status](https://coveralls.io/repos/github/edgee-cloud/matomo-component/badge.svg)](https://coveralls.io/github/edgee-cloud/matomo-component)
[![GitHub issues](https://img.shields.io/github/issues/edgee-cloud/matomo-component.svg)](https://github.com/edgee-cloud/matomo-component/issues)
[![Edgee Component Registry](https://img.shields.io/badge/Edgee_Component_Registry-Public-green.svg)](https://www.edgee.cloud/edgee/matomo)
[![Coverage Status](https://coveralls.io/repos/github/edgee-ai/matomo-component/badge.svg)](https://coveralls.io/github/edgee-ai/matomo-component)
[![GitHub issues](https://img.shields.io/github/issues/edgee-ai/matomo-component.svg)](https://github.com/edgee-ai/matomo-component/issues)
[![Edgee Component Registry](https://img.shields.io/badge/Edgee_Component_Registry-Public-green.svg)](https://www.edgee.ai/edgee/matomo)

This is a Rust-based Edgee component that integrates Matomo analytics using the Edgee Data Collection protocol. It allows you to send user events, page views, and user identity data directly to your Matomo instance from the edge.

Expand Down Expand Up @@ -89,4 +89,4 @@ matomo-component/
### 📚 Learn More

- [Matomo Tracking API](https://matomo.org/docs/tracking-api/)
- [Edgee Developer Guide](https://www.edgee.cloud/docs/services/registry/developer-guide)
- [Edgee Developer Guide](https://www.edgee.ai/docs/services/registry/developer-guide)
4 changes: 2 additions & 2 deletions edgee-component.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ This component is designed for developers who want to enhance user tracking and

- Matomo Developer Docs: https://developer.matomo.org/api-reference/tracking-api
"""
documentation = "https://www.edgee.cloud/docs/components/data-collection/matomo"
repository = "https://github.com/edgee-cloud/matomo-component"
documentation = "https://www.edgee.ai/docs/components/data-collection/matomo"
repository = "https://github.com/edgee-ai/matomo-component"
language = "Rust"
wit-version = "1.0.0"
icon-path = "matomo.png"
Expand Down