DataStore
Full-stack app features need full-stack tools for securely getting/putting data into your cloud.
Read and write with ease
Onymos DataStore is a set of utility functions for securely getting and putting data in the cloud. It connects you directly to your own cloud account — no intermediary servers, no getting in your way.
Server side – configured
Onymos handles all configuration required at any of the top cloud providers (AWS, Azure or GCP). Don’t spend time trying to follow pages of documentation only to spend more time on maintenance when the cloud providers change their setup and/or API.
Data normalization across devices
Onymos DataStore handles the various nuances of different devices out there like folder mapping discrepancies, sub-folder handling and more.
Top-of-line secure transport
Full token-based security along with full encryption for all traffic to/from the cloud.
Progress tracking, restarts
Sending large files can be time-consuming. Onymos provides % tracking for feedback. And if there’s an interruption, Onymos functions will restart where the transaction disconnected.
Everything you need for DataStore
The simplest, fastest way to get data to/from Onymos Hosting.
Match the look
Front-end configuration via standard HTML/CSS ensures Onymos Features fit seamlessly into your existing project
Full stack
Unlike plugins or code snippets, each Onymos Feature is full stack, from the user interface to the cloud layer.
No looking back
Onymos supports the Feature at every stage. Updates are as simple as rebuilding with our newest object release.
function saveData(path, dataToSave) {
OnymosUtil.addData(
path,
dataToSave,
function optionalSuccessCallback (statusMessage) {
console.log(statusMessage);
},
function optionalFailureCallback (error) {
console.log(error);
});
} /* end function saveData */
What’s in DataStore?
User interface
- Integrated with native OS-specific UI for file selection
Device-side functionality
- Allow users to select any file from the device, including from various media and file folders
- Allow for renaming the file
- Allow for changing the file type
- Option to set maximum file size limit for upload
Server-side functionality
- Upload of files to either Onymos Hosting or your own Cloud storage with AWS, Azure or GCP
- Tag file with labels
- Search file based on labels
- Secure upload/download facility as supported by Cloud storage provider
- Track upload progress, and optionally stop in-progress uploads
- Support for multi-part upload
- Support for upload resiliency and upload resume on connection interruption
Developer Resources
The Onymos advantage
UI-to-cloud functionality
Every component comes fully functional — from the front-end user interface to back-end cloud connectivity. Just integrate and use.
Serverless architecture
DataStore connects directly to your cloud, not an interim server, helping speed up app performance.
Open standards-based
Innovate confidently with components built on open standards like HTML, CSS, and JS, as well as Java/Kotlin (Android) and Swift (iOS).