Ask HN: Best Analytics Warehouse/Engine
What is the best data analytics warehouse and engine that is full managed where you can add and query data via their api or library?
I am looking for something where I can do this: lib.track("user.purchase", { amount: 10, currency: "$", user: user.id });
Then query by
lib.query({ created: < Today, user: user.id, amount: > 10 })
0 comments
[ 7.7 ms ] story [ 29.5 ms ] threadNo comments yet.