The Pricefx Stream is a Maven plugin that allows you to:
-
Fetch/deploy/delete configurations (metadata) and also data between your file system and Pricefx partition.
-
Run processes – e.g. start a Data Load, calculate a Price List, etc.
Usage
-
Quick way to set up the partition into certain state (meta + data) – Can be used as an initial state for:
-
Experiments
-
Testing of certain scenarios, repeatedly with the same initial conditions
-
Training – to create a partition in a certain state for students
-
-
Reset the partition – If you are re-using the partition for a use case, you can quickly reset it to an initial state.
-
For example, testing of Accelerator deployment.
-
Comparison to Other Tools
You may find it similar to Studio (or PackagingTool), yet this tool has additional features:
-
Can handle most of table types for data upload.
-
Can also help you wipe your metadata from the partition, so you can get the partition almost in the state as if it is a new one.
-
Can run processes during deployment.
Capabilities
The Pricefx Maven Plugin extends the functionality of the Pricefx Packaging Tool. While the Packaging Tool is limited to metadata configurations, the Maven plugin can fetch/deploy/delete any kind of data. This includes (but is not limited to):
-
Master data
-
Product
-
Customer
-
Product Extensions
-
Customer Extensions
-
Product Competition
-
Bill of Materials
-
Company Parameters
-
-
Data Sources
-
Documents
-
Price Lists
-
Quotes
-
Contracts
-
Rebate Agreements
-
When uploading to a Pricefx partition, it is also possible to:
-
Run Data Loads.
-
Calculate Price Lists.
Contribute
The source code is available on Pricefx private Git repository. Pricefx employees can contribute to this project code base.