-
Notifications
You must be signed in to change notification settings - Fork 7
Using the data in Foxtrot
Santanu Sinha edited this page Apr 16, 2015
·
5 revisions
Once events have been published and accepted by foxtrot, the events become viewable through console and accessible to get operations as well as analytics.
- Foxtrot provides a configurable console accessible at resource root to view and search this data.
- To use this console, point your browser to
- Event Get APIs can be used to get the events if the id for the same is known.
- To know more about these APIs go to the Event Get API page.
- Foxtrot Query Language is a SQL subset that can be used to easily query and summarize the ingested data.
- To know more about FQL go to the Foxtrot Query Language page
- Analytics API can be used to run analytics functions on the saved events.
- To know more about this API go to the Analytics API page.