Data Onboarding – transformer builder

Enable your customers and partners to upload CSV/XLS files and

transform them to match your internal data schemas.

Follow this Open Source project -> GitHub

AmetricX Use case for supply chain

Supply chain managers use a variety of data to make decisions about the products they manage. The specific data used depends on the needs of the organization and the goals of the supply chain. In this use case, we review how to share Inventory Levels with AmetricX

B2B data share with AmetricX

Metric: Inventory Levels

The amount of inventory on hand and in transit.

Define Inventory metrics

category:sku:ontransit
Qty of SKU on transit
category:sku:delivered
Qty of SKU delivered

Create datasets

valuetimestamp
232023-09-01T11:55:53-04:00:00
332023-10-25T11:55:53-04:00:00
112023-10-01T11:55:53-04:00:00
Data Example

Upload Metrics

UI Upload

API Upload

curl --location 'https://exchange.ametricx.com/api/v1/metrics_file_upload?metric_name=%3Cstring%3E' \
--header 'Content-Type: multipart/form-data' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <YOUR API KEY>' \
--form 'file=@"/path/to/file"'

Metric Consumer

Excel

For more information visit our documentation. Integration Examples

Retool

For more information visit our documentation. Integration Examples