Gabriel C
Gabriel C

Reputation: 1220

Can I see or browse raw segment.com events on Keen.io?

Isn't there a way to list raw events from segment.com, with all their attributes, on Keen.io?

It seems the UI only allows me to create aggregations.

Upvotes: 1

Views: 88

Answers (2)

Michelle Wetzler
Michelle Wetzler

Reputation: 734

The easiest way to do this is to log into your Keen account and go to the Explorer. Click preview collections to pull up a schema inspector tool and sample events.

enter image description here enter image description here

You can also run an extraction query in the explorer or any of the query SDKS. You can also easily download a CSV of your raw events.enter image description here

Data Explorer Guide has more tips & tricks as well.

Upvotes: 1

BlackVegetable
BlackVegetable

Reputation: 13054

I believe you're looking for extractions. These will give you the raw data from whatever source they were given to. Keep in mind however, that the performance of an extraction will generally be slower than any other kind of query. Furthermore, doing too many of them can cause irate Keen engineers* to get on your case.

*In this case, probably me.

Upvotes: 1

Related Questions