Hacker News new | ask | show | jobs
by sandGorgon 3853 days ago
so if I use Alooma android SDK, I can push event data straight into RedShift ?

I'm not very clear about how to use Alooma.

1 comments

Yes, exactly. You'll push events from Alooma's Android SDK and they'll land in your Redshift in seconds. You can have a look at the documentation here: https://www.alooma.com/docs/integration/android-sdk
I couldn't really understand how you replaced Mixpanel and other analytics services with Redshift. AFAIK Redshift is optimized for bulk inserts so the micro-batch approach (a few seconds) is not is not optimal and in fact quite expensive. Also the data in Mixpanel is not structured and if you're using JSON in Redshift, you can't take advantage of the columnar storage format which is actually the main point of using Redshift. Do you care to explain how you solve these issues?
Hi, Alooma uses batch size appropriate to the data volume, the bigger the data volume is, the bigger the batch size will be.

Alooma not loading into a JSON column, but provides mapping UI and transformation layer to in order structure and normalize the data into different appropriate columns, thus leverages the columnar storage properties.

FD: I am Alooma's CTO

*mAPI = AloomaAPI.getInstance(context, “<Company_Name>.alooma.io”)

no api key ?

this looks interesting - but it would be nice to be able to get started immediately without "request a demo".