HERE Anonymizer Preprocessor data connectors
Data connectors facilitate reading data from data sources and writing data to data sinks. Sources and sinks can be databases, file-system, cloud storage, etc.
HERE Anonymizer Preprocessor works with the following types of data sources and data sinks:
- Amazon S3
- Azure Blob Storage
Connectors are responsible only for connecting to sources or sinks. They don't define the input or output data format.
HERE Anonymizer Preprocessor supports the same data formats as HERE Anonymizer Self-Hosted. To learn about the supported data formats, see this document.
Basic configuration
All connectors are configured through a URI string. The URI schema defines the connector type.
The generic URI syntax is [scheme:]scheme-specific-part[#fragment].
Updated 16 days ago