Quick Start: Generating a Martini Package
Exporting a manifest as a Martini package can produce a ZIP file containing selected APIs, services, database schema setup, data models, and configuration files. You can generate the package from the toolbar with the Negroni Blueprint wizard, or export the manifest directly using the manifest's saved Configure settings.
Option 1: Use the Negroni Blueprint Wizard
- Select the manifest you want to export.
- Click
Negroni Blueprint in the toolbar.
- Select Export as a Martini package.
- Select the API types to generate: REST, SOAP, or GraphQL.
- Select Database Schema or Data Models when you need model output in the package.
- Configure whether to create a new database or use an existing database.
- Enter the connection URL, username, password, and database name.
- Select an existing package or create a new package.
- Review the summary and click Generate.
When generation completes successfully, the package is available for download.
Option 2: Export the Manifest Directly
Use direct export when the manifest has already been configured.
- Right-click the manifest in the Project Navigator.
- Select Configure.
- Save the API, SQL, service, and property settings that should be used for the package.
- Right-click the manifest again and select Export > Martini Package.
- Click Build.
Direct export builds the package from the saved manifest configuration. To change the generated APIs, database behavior, service options, or package properties, update the manifest through Configure before clicking Build.
Database setup
A generated Martini package can include startup services that create the selected database schema when the package is deployed.
After Downloading
Import the downloaded package into any Martini instance:
- Martini Designer Online — upload via the Packages panel
- Martini Server Runtime — copy the ZIP to the packages directory
For more export options (CDM Schema, Database Schema, Data Model), see Exporting Manifests.