Version

    Export Project as Library

    A Library is a package containing reusable subgraphs installed on CloverdDX Server.

    Libraries are developed in CloverDX Designer as regular projects with subgraphs. When the development is finished, you can export the project into a package by selecting Export as Library…​ from the project context menu in Project Explorer.

    The action will open a wizard. On the first page of the wizard, you can select which subgraphs are public – visible to other users. Other subgraphs will also be included in the package, but they will be hidden. These internal subgraphs may be used as sub-routines in the public ones.

    exportLibraryResources
    Figure 116. Export Library - Selecting public subgraphs

    On the second wizard page, you can give your library a custom Name, add a Description and other details. Finally, you need to select the output file.

    exportLibraryMetadata
    Figure 117. Export Library - Fill in additional info

    After pressing Finish, the wizard will package the project (excluding data-out and data-tmp directories) into a file with ".clib" extension. An administrator can install the file to CloverDX Server in the Libraries section.

    Once installed, all users may use public subgraphs from the library when developing new jobs in a Server Project.