Back to: Index of cards
Cards in this section support the analysis of materializations of index data from the Ontology.
Materialization is a data type in Quiver that provides a way to transform, visualize and analyze Ontology data at scale, with the capacity to surpass the 50k row constraint on data joins and transformations present in using transform tables.
Specifically, Materializations cards allow you to:
Use Materializations cards for large-scale analyses that take object sets as inputs, letting Quiver convert object sets seamlessly behind-the-scenes. From an object set, use any of the cards located under the new Materializations next actions, or perform an explicit conversion with the Object set materialization card.
To find out which backing dataset primitives are powering a Materializations card, simply hover over the datasource icon.
The following functions are available:
Use the expression language to derive new columns or perform complex filtering. Advanced features available only in this card, such as window functions can be used to unlock new types of analysis in Quiver. To use, select either an object set, materialization card, or another Expression card.
Select Additional configuration... to access Add new column, Replace column, Filter, and Aggregate options.
Where AIP is enabled, you can select the AIP Configure option in the Expression card to create expressions using natural language.
Some sample prompts you can use include:
AIP provides a suggestion which you can Apply.
Apply additional filters to a materialization. Select an object set on which to apply conditions.
Performs a left, inner or right join of two materialized object data sets. Select which columns of data you wish to retain from the source and joining materializations. Optionally, add a prefix to incoming columns to avoid name collisions with existing columns, or to annotate the joined columns.
Compute an aggregation on a numerical materialization column. Select an object set as input, choose the appropriate metric and property from available columns.
Use a materialization of the data from the underlying object set to perform flexible, high scale analysis.
When adding any materialization card from the next action menu of an object set card, Quiver will automatically add this card to convert the object set data type to a materialization data type and use it as the input to the added materialization card.
Perform a union, intersection, or difference of two materializations.
Retrieve all the unique values from a materialization column. Select an object set and a property to use.