All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.visallo.web.structuredingest.parquet.js.plugin.js Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
define(['configuration/plugins/registry'], function(registry) {

    var PARQUET_MIME_TYPE = 'application/x-parquet';

    registry.registerExtension('org.visallo.structuredingest', {
        mimeType: PARQUET_MIME_TYPE
    });
})




© 2015 - 2024 Weber Informatics LLC | Privacy Policy