https://github.com/jitsucom/jitsu-mixpanel
https://github.com/jitsucom/jitsu-mixpanel
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jitsucom/jitsu-mixpanel
- Owner: jitsucom
- License: mit
- Created: 2021-11-25T15:25:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-03T13:03:12.000Z (over 4 years ago)
- Last Synced: 2025-06-04T03:59:52.902Z (about 1 year ago)
- Language: TypeScript
- Size: 146 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mixpanel Destination for Jitsu
Implementation of Mixpanel destination for [Jitsu](https://jitsu.com)
based on an alpha version of [Jitsu SDK](https://github.com/jitsucom/jitsu-sdk).
## Using
Install all dependencies for a project
```shell
yarn install
```
Build destination
```shell
yarn build
```
Run tests
```shell
yarn test
```
If everything is ok - resulted destination file location
```shell
./dist/mixpanel-destination.js
```
Validate destination config:
with json string:
```shell
yarn validate-config --config-object '{"api_secret": "abc","token": "def", "project_id": "123"}'
```
with json file:
```shell
yarn validate-config --config config.json
```