Show HN: Objectiv – Open-source product analytics infrastructure
11–19 of 19 posts
Re: Show HN: Objectiv – Open-source product analytics infrastructure
#12A note on the site: the automatic switch between “before” and “after” graphics is a bit jarring for me on mobile. I don’t get time to read the graphic before it switches. At first I didn’t even realize what happened and thought it was a layout glitch.
Re: Show HN: Objectiv – Open-source product analytics infrastructure
#13But I wonder if you are trying to do too much. For example, why would I use Bach to transform my data instead of just doing it in my dbt project or wherever else I handle warehouse transforms?
Re: Show HN: Objectiv – Open-source product analytics infrastructure
#14This looks cool and I love the taxonomy and owning your own data. But I wonder if you are trying to do too much. For example, why would I use Bach to transform my data instead of just doing it in my dbt project or wherever else I handle warehouse transforms?
Re: Show HN: Objectiv – Open-source product analytics infrastructure
#15I really like the approach and vision. However my initial reaction: Why do I want a generic taxonomy for events? Every business has their own domain. Generic click events are not really interesting, but more domain specific events are.
For example for github you would want events like "project.Starred" "project.Cloned" etc. OR for hacker news "user.addComment" comment.Upvote etc. So you would need to build your own taxonomy anyways right?
I do see the potential power of using BI tools that are built upon a generic taxonomy.
Another comment: I don't really like using "TrackedButton" components that replace Buttons. What If i want to use Next.js and want to use the Next.js's Link... It's better to have a "TrackedObject" and embed a Button inside it..
Maybe i'm too used to calling an "analytivs.trackEvent" function manually coded, because we mostly used company defined events.
If you want open source, using SnowPlow + storing it in redshift using a pipeline would also work. But I guess with Objectiv you don't need to setup anything..
Re: Show HN: Objectiv – Open-source product analytics infrastructure
#16Disclaimer: I didn't try it yet! I really like the approach and vision. However my initial reaction: Why do I want a generic taxonomy for events? Every business has their own domain. Generic click events are not really interesting, but more domain specific events are. For example for github you would want events like "project.Starred" "project.Cloned" etc. OR for hacker news "user.addComment" comment.Upvote etc. So y…
About replacing components: no need to do this if you don't want to, you can either: A) Swap native components without having to code anything, using the premade Tracked for a specific platform (e.g. `Click Me!`); or B) Use your own component of your liking (i.e. Next.js' Link) and wrap a TrackedContext around it that automatically triggers an Event (e.g. see https://objectiv.io/docs/tracking/react/api-reference/tracke...).
We're big fans of Snowplow for scalability and have an early integration where you can run Objectiv data straight into a SP pipeline https://github.com/objectiv/objectiv-analytics/tree/main/bac...
Re: Show HN: Objectiv – Open-source product analytics infrastructure
#17Re: Show HN: Objectiv – Open-source product analytics infrastructure
#18How does this compare to things like PostHog or Mixpanel?