Packages
- 1 Minute to read
- Print
- DarkLight
- PDF
Packages
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Packages are zip files containing instructions for injecting (or sharing) data from a source project with one or more consumer projects.
Note: For further information on the sharing of data, see Introduction to Data Injection.
Package file contents
A package consists of the following objects:
- Data Objects
- Tables
- Fields
- Field Templates
- Joins
- Reports
- Standardised Reports
Datasets and Collections
Note that Datasets and collections are not included in packages. To include a dataset in a package, first save it as a Dataset Field.
Each package is comprised of 2 files:
- Zip file - contains JSON exports of the mongo objects in the source project, including where to find their underlying data files
- Metadata file - contains the definition of objects to be displayed in the Package Manager.
Together these files provide the information necessary to make data from one project available to other projects and realms.
Creating a package
To create a package, use either:
- Project | CreatePackage
- Script Editor | Methods | Tools | CreatePackage
Both of these approaches will create a new package and add it to the Package Manager.
If the storage hub has been configured, the package will be added to the hub.
Was this article helpful?