Use this project as a template to initialize new Pricefx projects. The pricefxSrc/
module contains source code for a very basic Pricefx configuration project that will help you to get started with development for the Pricefx Platform.
Simply download a copy of the project and remove the files that you deem unnecessary.
To set up your CI/CD pipelines and integrate with an existing partition, you will have to configure some environment variables:
PRICEFX_URL
PRICEFX_PARTITION
PRICEFX_USERNAME
PRICEFX_PASSWORD
The Pricefx Stream plugin allows you to fetch/deploy/delete data from/to/on your Pricefx partition. Learn how to set up a maven profile here.