Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.57 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.57 KB

Pricefx Starter Project

Pricefx Developer Portal Pricefx Documentation Test & Deploy issues - pricefx-starter

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.

How to use

Simply download a copy of the project and remove the files that you deem unnecessary.

CI/CD

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

Pricefx Stream Maven Plugin

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.