File Upload
Overview
You can use our file upload mechanisms to send data into Wondaris in various ways. This data, when uploaded, is imported into your Wondaris Centralise account for use in various ways.
Keep an eye on privacy and compliance when sending data to Wondaris.
Available Upload mechanisms
Directly in platform
Wondaris' Centralise platform has a resumable uploading mechanism where users can drag files directly into the uploader to get data into Wondaris.
Should you not have access to this feature, please reach out to support@wondaris.com
File Upload SDKs
Currently we have two file upload SDKs, which integrate with our File upload service - for more details, see the repositories:
The File Upload SDKs are currently in BETA - should you find any bugs, security issues or require any support, please report them to support@wondaris.com
Custom Development / Integration
Our uploading service is an implementation of the TUS Open protocol for resumable uploads - you can use any TUS client or roll your own to integrate with the service.
For more information about TUS, please visit the official website, which includes links to documentation & various official TUS clients: https://tus.io/
Prerequisites
To use the Wondaris file upload service, you will need to fulfil the following prerequisites:
Firstly, you need to be an active Wondaris customer and have an account on https://centralise.platform.wondaris.com.
You need to create a data source of type "Wondaris File Storage" on Centralise, and then create a dataset within that source.
Create a token that has the appropriate scope to allow access and manipulation of the dataset you have created.
Prepare the data from your source system in the structure specified in the data set.