|
|
|
|
|
by ccorda
3112 days ago
|
|
We've been doing something similar using keen.io. Our goals were to get high volume web data (pageviews, clicks, etc.) alongside application data already saved in our Firebase DB and synced to BigQuery. We picked Keen because it has an open source web tracking lib https://github.com/keen/keen-tracking.js/ that easily plugs into our React/Redux stack. They also have built-in streaming to BigQuery:
https://keen.io/docs/integrations/google-bigquery/ Keen pricing is about 10% of mixpanel, so for our limited needs it has been working well. Long term if our volumes really grew the original post looks like a good option, but figured we'd pass along this lower dev approach. |
|