fireant
latest
  • Installation and Setup
  • Database Configuration
  • Creating a DataSet
  • Querying with a DataSet
  • Extending fireant
  • API Reference
fireant
  • Docs »
  • FireAnt - Data Analysis and Reporting Tool
  • Edit on GitHub

FireAnt - Data Analysis and Reporting Tool¶

BuildStatus CoverageStatus Codacy Docs PyPi License

fireant is a a data analysis tool used for quickly building charts, tables, reports, and dashboards. It defines a schema for configuring metrics and dimensions which removes most of the leg work of writing queries and formatting charts. fireant even works great with Jupyter notebooks and in the Python shell providing quick and easy access to your data.

Contents¶

  • Installation and Setup
    • Database Connector add-ons
    • Transformer add-ons
  • Database Configuration
    • Database Connector
    • Using a different Database
    • Middleware
      • Concurrency Middleware
  • Creating a DataSet
    • Code Example
  • Querying with a DataSet
    • Code Example
    • Builder Functions
    • Grouping data with Dimensions
      • Using intervals with Date/Time dimensions
      • Roll Up (Totals)
    • Filtering the query
      • Comparator (Metrics)
      • Boolean (Boolean Dimensions)
      • Range (Date/Time dimensions)
      • Includes (Category and Unique dimensions)
      • Excludes (Category and Unique dimensions)
      • Pattern (Category and Unique dimensions)
      • Anti-Pattern
      • Filtering on Display Definitions
    • Visualizing the data with Widgets
      • matplotlib
      • pandas
      • HighCharts
      • Datatables
      • React-Table
    • Comparing Data to Previous Values using References
    • Post-Processing Operations
  • Extending fireant
  • API Reference
    • fireant package
      • Subpackages
      • Submodules
      • fireant.exceptions module
      • fireant.formats module
      • fireant.reference_helpers module
      • fireant.settings module
      • fireant.utils module

Indices and tables¶

  • Index
  • Module Index
Next

© Copyright 2019, KAYAK Germany GmbH Revision 44318011.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
stable
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.