Your IP : 216.73.216.17


Current Path : /etc/kibana/node_modules/vega-transforms/
Upload File :
Current File : //etc/kibana/node_modules/vega-transforms/README.md

# vega-transforms

Data processing transforms for Vega dataflows.

This module provides the following Vega data transforms:

- [**Aggregate**](https://vega.github.io/vega/docs/transforms/aggregate/) [<>](https://github.com/vega/vega-transforms/blob/master/src/Aggregate.js "Source")
- [**Bin**](https://vega.github.io/vega/docs/transforms/bin/) [<>](https://github.com/vega/vega-transforms/blob/master/src/Bin.js "Source")
- [**Collect**](https://vega.github.io/vega/docs/transforms/collect/) [<>](https://github.com/vega/vega-transforms/blob/master/src/Collect.js "Source")
- [**CountPattern**](https://vega.github.io/vega/docs/transforms/countpattern/) [<>](https://github.com/vega/vega-transforms/blob/master/src/CountPattern.js "Source")
- [**Cross**](https://vega.github.io/vega/docs/transforms/cross/) [<>](https://github.com/vega/vega-transforms/blob/master/src/Cross.js "Source")
- [**Density**](https://vega.github.io/vega/docs/transforms/density/) [<>](https://github.com/vega/vega-transforms/blob/master/src/Density.js "Source")
- [**Extent**](https://vega.github.io/vega/docs/transforms/extent/) [<>](https://github.com/vega/vega-transforms/blob/master/src/Extent.js "Source")
- [**Filter**](https://vega.github.io/vega/docs/transforms/filter/) [<>](https://github.com/vega/vega-transforms/blob/master/src/Filter.js "Source")
- [**Flatten**](https://vega.github.io/vega/docs/transforms/flatten/) [<>](https://github.com/vega/vega-transforms/blob/master/src/Flatten.js "Source")
- [**Fold**](https://vega.github.io/vega/docs/transforms/fold/) [<>](https://github.com/vega/vega-transforms/blob/master/src/Fold.js "Source")
- [**Formula**](https://vega.github.io/vega/docs/transforms/formula/) [<>](https://github.com/vega/vega-transforms/blob/master/src/Formula.js "Source")
- [**Impute**](https://vega.github.io/vega/docs/transforms/Impute/) [<>](https://github.com/vega/vega-transforms/blob/master/src/impute.js "Source")
- [**JoinAggregate**](https://vega.github.io/vega/docs/transforms/joinaggregate/) [<>](https://github.com/vega/vega-transforms/blob/master/src/JoinAggregate.js "Source")
- [**Lookup**](https://vega.github.io/vega/docs/transforms/lookup/) [<>](https://github.com/vega/vega-transforms/blob/master/src/Lookup.js "Source")
- [**Pivot**](https://vega.github.io/vega/docs/transforms/pivot/) [<>](https://github.com/vega/vega-transforms/blob/master/src/Pivot.js "Source")
- [**Project**](https://vega.github.io/vega/docs/transforms/project/) [<>](https://github.com/vega/vega-transforms/blob/master/src/Project.js "Source")
- [**Sample**](https://vega.github.io/vega/docs/transforms/sample/) [<>](https://github.com/vega/vega-transforms/blob/master/src/Sample.js "Source")
- [**Sequence**](https://vega.github.io/vega/docs/transforms/sequence/) [<>](https://github.com/vega/vega-transforms/blob/master/src/Sequence.js "Source")
- [**Window**](https://vega.github.io/vega/docs/transforms/window/) [<>](https://github.com/vega/vega-transforms/blob/master/src/Window.js "Source")

And also provides the following internal transforms:

- **Compare** [<>](https://github.com/vega/vega-transforms/blob/master/src/Compare.js "Source")
- **Expression** [<>](https://github.com/vega/vega-transforms/blob/master/src/Expression.js "Source")
- **Facet** [<>](https://github.com/vega/vega-transforms/blob/master/src/Facet.js "Source")
- **Field** [<>](https://github.com/vega/vega-transforms/blob/master/src/Field.js "Source")
- **Generate** [<>](https://github.com/vega/vega-transforms/blob/master/src/Generate.js "Source")
- **Key** [<>](https://github.com/vega/vega-transforms/blob/master/src/Key.js "Source")
- **MultiExtent** [<>](https://github.com/vega/vega-transforms/blob/master/src/MultiExtent.js "Source")
- **MultiValues** [<>](https://github.com/vega/vega-transforms/blob/master/src/MultiValues.js "Source")
- **Params** [<>](https://github.com/vega/vega-transforms/blob/master/src/Params.js "Source")
- **PreFacet** [<>](https://github.com/vega/vega-transforms/blob/master/src/PreFacet.js "Source")
- **Proxy** [<>](https://github.com/vega/vega-transforms/blob/master/src/Proxy.js "Source")
- **Relay** [<>](https://github.com/vega/vega-transforms/blob/master/src/Relay.js "Source")
- **Sieve** [<>](https://github.com/vega/vega-transforms/blob/master/src/Sieve.js "Source")
- **Subflow** [<>](https://github.com/vega/vega-transforms/blob/master/src/Subflow.js "Source")
- **TupleIndex** [<>](https://github.com/vega/vega-transforms/blob/master/src/TupleIndex.js "Source")
- **Values** [<>](https://github.com/vega/vega-transforms/blob/master/src/Values.js "Source")

For more information about data stream transforms, see the
[Vega transform documentation](https://vega.github.io/vega/docs/transforms/).