Legacy Product

Fusion 5.10
    Fusion 5.10

    Blob Storage

    Table of Contents

    Fusion accepts large binary objects (blobs) for upload, and stores them in Solr. Blob uploads are used to install models, lookup lists, JDBC drivers, and more.

    Blob Types

    A resourceType query parameter can be used to specify the blob type. For example, specify file when uploading a text or CSV file, like this:

    curl -H 'Content-Type: text/csv' -u USERNAME:PASSWORD -X PUT 'https://FUSION_HOST:FUSION_PORT/api/apps/APP_NAME/blobs/quickstart/EXAMPLE.csv?resourceType=file' --data-binary @/path/EXAMPLE.csv

    The complete list of valid values for resourceType is below:

    Type Description

    banana

    A Banana dashboard

    catalog

    driver:jdbc

    file:js-index

    A JavaScript file for use with a Managed Javascript index stage

    file:js-query

    A JavaScript file for use with a Managed Javascript query stage

    file

    Any uploaded file, such as from the Quickstart or the Index Workbench

    model:open-nlp

    unspecified

    A blob of unknown type

    If no resourceType is specified on upload, "other" is assigned by default.

    plugin:connector

    plugin:index-stage

    The Blob manager

    In addition to the Blob Store API, the Fusion UI provides an interface to the blob store in the Fusion workspace at System > Blobs.

    • Click Add to upload a new blob.

    • Select an uploaded blob to view, replace, or delete it.

    • Click Add to upload a new blob.

    • Select an uploaded blob to view, replace, or delete it.