Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Pricefx Stream is a Maven plugin , that allows you to:

  • fetchFetch/deploy/delete configurations (metadata) and also data between your file system and pricefx Pricefx partition.

  • run Run processes - like e.g. start a DLData Load, calculate a PLPrice List, etc.

Use Case

Usage

  • Quick way to set up the partition into certain state (meta + data) , which could – Can be used as an initial state for:

    • experimentsExperiments

    • testing Testing of certain scenarios - again and again , repeatedly with the same initial conditions

    • training - Training – to create a partition in a certain state for students

  • Reset the partition - in case you’re – If you are re-using the partition for a use - case, you can quickly reset it to an initial state.

    • e.g. for For example, testing of Accelerator deployment.

Warning
Do not use the Pricefx Stream Plugin for production environments. Instead, use the pricefx packaging toolPricefx Packaging Tool.
Note
The Pricefx Maven Plugin should only be used on partitions that you are prepared to completely discard. The plugin includes goals wipes all data from your partition — including partition – including tables, quotes, price lists and other documents. Use with caution , and always use version control.

Comparison to

other tools

Other Tools

You may find it similar to Studio (or PackagingTool), yet this tool has additional features:

  • can Can handle most of table types for data upload.

  • can Can also help you to wipe your metadata from the partition, so you can get the partition almost in the state as if it’s it is a new one.

  • can Can run processes during deployment.

Capabilities

The Pricefx Maven Plugin extends the functionality of the Pricefx Packaging Tool. While the packaging tool Packaging Tool is limited to metadata configurations, the maven 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 MaterialMaterials

    • Pricing Company Parameters

  • Data Sources

  • Documents

    • Price Lists

    • Quotes

    • Contracts

    • Rebate Agreements

When uploading to a pricefx Pricefx partition, it is also possible to:

  • Run data loadsData Loads.

  • Calculate price listsPrice Lists.

Info
The fetch/deploy/delete operations have not been implemented for all types, due to limited demand of these features.

Contribute

The source code is available on Pricefx private Git repository. Pricefx internals employees can contribute to this project code base.