Like what you see? Have a play with our trial version.

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
classcontents

About Yellowfin


Styleclass
ClasstopLink

top

Yellowfin stores the all application configuration data such as authorisation and authentication permissions, logical views of the data, report definitions, field definitions, execution statistics and information about this data (metadata) in the Yellowfin database.

...

Users and administrators define these data items via a Browser Interface. Yellowfin then converts these various data components into an SQL query at runtime and generates the required report and delivers it to the user interface. From there users can choose the format in which is stored eg. Spreadsheet, PDF, html report etc.

Architecture Overview


Styleclass
ClasstopLink

top

Yellowfin follows the Java platform standard for delineating component functions and responsibilities. The technical components comprising Yellowfin are:

...

  • Microsoft® Internet Explorer Version 9 11+
  • Firefox
  • Chrome
  • OperaSafariSafari
  • Edge

Middle Tier

This provides workflow and business logic.
Web Server - This component processes and sends HTML pages across the WWW. Yellowfin uses Apache Tomcat.
Web Container - This component interprets the HTML requests, performs the required business logic, writes persistent data to the database and dynamically generates the required web pages. Yellowfin uses Apache Tomcat.

...

This stores the data required by the application on a persistent basis.
Database - Yellowfin can be configured to support any JDBC 2.0 compliant database e.g. Microsoft® SQL Server, Oracle, IBM UDB, MySQL and Progress.

 


horizontalrule

Styleclass
ClasstopLink

top

...