-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement the Mixpanel integration #4
Comments
@jipiboily: I take it this should still be implemented? If so, I can start looking at it soon. Looks like there are several projects that implement a golang-client (like this one: https://github.com/dukex/mixpanel), but no official one. I prefer to just to an integration against the http-endpoints directly (documented here: https://mixpanel.com/help/reference/http) to avoid being at the mercy of some library author should the mixpanel api change. Agreed? |
@helgeblod it looks like you already did this here #43 :) My bad for not closing this one! Here's what's still open: https://waffle.io/jipiboily/forwardlytics I've put some stuff in "Ready", which I think would be the most useful things to do. I've put them in order of how happy they would make me :) |
Ok, cool! |
@helgeblod oh, I was wrong. It's only the placeholder that's there! 🤦♂️ . Re-opening. |
I'll have a look at it soon |
❤️ |
@helgeblod did you have a chance to look at this yet? Just curious as I might need it shortly. Thinking about it for a new app 😀 |
I have been a bit busy, but I can try to start working on this next week. Should be pretty straightforward. |
Oh certainly no rush! This is open source on our free time :) Let's do this: first if us starting to work on it will comment here; we'll avoid duplicating work! :) |
Great👍 |
I'll start working on this if you haven't already @jipiboily? |
Sounds good! Didn't get to it; got distracted playing with Crystal. |
Cool 👍 Crystal looks really nice, but almost too good to be true. Fast as Go and pretty as Ruby. Sounds impossible :) |
It looks like it's possible 😀 That said, super young and missing a lot of things still. Fun, but not production ready for large projects IMHO. At least, not without some risks. Super fun though! |
@jipiboily I'm still working on the integration, but I had some trouble using the Mixpanel http-api. I have submitted a support request to resolve my issue. I'm about halfway done, so I should have something working pretty soon. |
❤️ ❌ 💯 👌 |
@jipiboily: Everything should be ready: #51. The Mixpanel api is pretty weird, so I had to hack around some of it :) Everything should work though. |
Awesome, thanks @helgeblod! I'll look in a few days, probably over the weekend. |
👍 |
No description provided.
The text was updated successfully, but these errors were encountered: