Skip to main content

Differences between Informer 4 and Informer 5

Informer 5 is a ground-up rebuild, so much of what you know from Informer 4 has a new and usually more capable equivalent. This page compares the two feature by feature, and lists the Informer 4 terms that changed names in Informer 5.

Feature comparison

AreaInformer 5Informer 4
TechnologiesJavaScript, Node.js, AngularJS, HTML5, Docker, PostgreSQL, REST API, HTTP caching, Redis, an indexing engineJava, GWT, GWT RPC, Derby DB
DatasourcesU2, SQL, and anything else that can produce a JSON stream of data; plugins connect to other sourcesU2 or JDBC-compliant database connections
DatasetsOptimized for large numbers of records, indexed for fast processing, refreshed on a schedule, shared to Teams, with a single source of truth and reduced load on the production databaseNo equivalent
WorkspacesA personal Datasource you create by dragging in one or more filesNo equivalent
Content ServerConnects to your data and generates external links to Informer content (Reports, Queries, Visuals, Dashboards) in a governed way, without requiring an Informer 5 loginJava over RMI, remote Java connectivity
Interacting with your dataDatasets, Data Flows, and Filters let you filter, pivot, and interact with your data without querying the production database every timeQueries with run-time parameters
Servers and clusteringStateless server, easy to run in a cluster for load balancing and faster performanceStateful server, user session tied to one server
QueriesDatasets persist results (accessed with a simple HTTP call, owned and shared); Ad hoc Queries give real-time, temporary result sets that can convert to Datasets; both work with Jobs or the API to push and pull dataQuery results are temporary and in-memory; imported reports become Ad hoc Queries that can convert to Datasets
Cancel queriesCancel a query mid-streamNot supported
Flow StepsControl the order of data modification, run multi-pass calculations, and extend logic with JavaScript libraries and pluginsLimited options, no control over order
PluginsAdd Features, customizations, Datasources, input forms, authentication schemes, Flow Steps, Mappings, Datasets, and Visuals, typically without a full system upgradeHarder, limited, and the system had to be redeployed
VisualsMany more visual types (charts, graphs, maps, pivot tables, data grids), embeddable outside Informer with a token and backed by a Dataset, and created automatically via DiscoverA good set of homegrown Visuals
DiscoverSuggests Visuals automatically based on the fields you select, so you can visualize data without building Visuals by hand, then save or pin themNo equivalent
DashboardsDynamic, showing data from the most recent Dataset refresh; embeddable outside Informer; Comparison Boards provide side-by-side comparison by criteria and filterDynamic, showing data from the most recent refresh; embeddable outside Informer
Scheduler (Jobs)Schedule Dataset refreshes and delivery with multiple attachments, push data via FTP or direct-write, with multiple actions and multiple Datasets or Ad hoc Queries per JobOnly reports and data providers could be scheduled, with limited actions
Formatted outputA wide set of formatted output typesA good set of formatted output types
Big dataSupports large volumes and unstructured dataNo row limit on the reporting side; the Dashboard side could handle large sets given enough memory, but not unstructured data
SecurityTeams and Users, with row-level, field-level, and role-based securitySecuring Informer 4 was time-consuming
TeamsModel your organization's departments, own and share content for data governance, with predefined roles within TeamsGroups with no fixed security roles
UsabilityActivity feeds, pinned reports on a personal home page, links on the fly, hotkeys, and a mobile-responsive interfaceLimited
CollaborationTeam members comment on content (Reports, Datasets, Datasources); the Informer feed shows relevant comments, activity, and ownership changesNo formal collaboration

Term-name changes

If you read an older support ticket or document that does not say which Informer version it refers to, these Informer 4 terms map to Informer 5:

Informer 4 termInformer 5 term
SchedulesJobs
DashboardsVisuals
Multi-ContextMulti-Tenant
ReportsAd hoc Queries