flow php

UNIFIED DATA PROCESSING FRAMEWORK

composer require flow-php/etl ~0.30.0

ChangelogRelease Cycle

play Try Flow Online

elephant
extract

Extracts

Read from various data sources.

arrow
transform

Transforms

Shape and optimize for your needs.

arrow
load

Loads

Store and secure in one of many available data sinks.


Definition


/**
 * Create a BatchingMetricProcessor.
 *
 * Collects metrics in memory and exports them in batches for efficiency.
 * Metrics are exported when batch size is reached, flush() is called, or shutdown().
 *
 * @param MetricExporter $exporter The exporter to send metrics to
 * @param int $batchSize Number of metrics to collect before exporting (default 512)
 */
batching_metric_processor(MetricExporter $exporter, int $batchSize) : BatchingMetricProcessor

Contributors

Join us on GitHub external resource
scroll back to top