Deployment and Content Configuration
Generally FSI accelerators are set up and deployed in the same way. Each quickstart provides specific steps relevant to the specific accelerator. This page provides general guidance for the deployment of an FSI Accelerator package and some examples of how you can configure accelerators to cater to your specific use cases.
How to get an FSI Accelerator package
To get started with an FSI accelerator, you need to download the corresponding packages.
This is an fsi-lib
package and your accelerator package.
Refer to the corresponding quickstart for step by step instructions.
About the FSI Accelerator packages
The FSI accelerators are comprised of 2 packages, fsi-lib
and the specific accelerator itself.
fsi-lib
The fsi-lib
package is where the code for the core FSI accelerator APIs such as getTicks lives. This package is not customizable. All FSI accelerators use this common set of functionality
fsi- packages
The package contains the definitions for the FSI accelerator database, pipelines, and schemas. This package is intended to be customized and changed, as is discussed further in package overlays.