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?<p>I am looking for something where I can do this:
lib.track("user.purchase", {
amount: 10,
currency: "$",
user: user.id
});<p>Then query by<p>lib.query({
created: < Today,
user: user.id,
amount: > 10
})