Created
June 1, 2023 20:03
-
-
Save ak--47/ccc9fe05d7da1eed0fdb71c2fe260b67 to your computer and use it in GitHub Desktop.
populate a mixpanel project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# fill a mixpanel project with fake data | |
# set env vars (customize these) | |
export MP_SECRET=your-project-secret | |
# generate 100k events and send them | |
npx --yes carvis --mixpanel --rows 100000 | xargs npx --yes mixpanel-import --secret $MP_SECRET |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment