Spark Data Delivery Pipelines
For additional background and context, please read the parent page of Data Delivery Pipelines. The following page covers the Java Spark implementation of the Data Delivery Pipelines.
What Gets Generated
Java Files
| Generated file | Description |
|---|---|
|
Performs the business logic for the data delivery step. |
|
Provides generated scaffolding for step execution. Business logic is delegated to the subclass. |
Test Files
aiSSEMBLE gives ease in testing your project via its testing modules that are automatically generated. Read Testing your Project to learn more on you can test your project.
| Generated file | Description |
|---|---|
|
Generated sample Business Driven Development specification/feature file. |
|
Implementation steps for pipeline.feature. |
|
The entry point for Cucumber test execution. |