Oceanum Storage
Oceanum Storage is a cloud-based object storage service designed for storing and managing files in the Oceanum.io ecosystem. It provides a simple, scalable, and secure way to store data files that can be used alongside the Datamesh or independently.
Key Features
- S3-Compatible API - Use standard S3 tools and libraries to interact with your storage
- FTP Access - Traditional FTP protocol support for easy file transfers
- Web Interface - Browse and manage files through an intuitive UI
- Python Integration - Native support in the Oceanum Python library
- Secure Access - Authentication via your Oceanum.io account
Service Endpoints
| Service | URL |
|---|---|
| Storage API | https://storage.oceanum.io |
| Storage API docs | https://storage.oceanum.io/_docs |
| Web UI | https://ui.storage.oceanum.io |
| FTP | ftp.oceanum.io |
Use Cases
- Data File Storage - Store raw data files, model outputs, or analysis results
- Backup and Archive - Keep copies of important environmental datasets
- Data Sharing - Share files with collaborators through secure links
- Pipeline Integration - Use as intermediate storage in data processing workflows
- Static Assets - Host static files for web applications or visualizations
Getting Started
- Create an Oceanum.io account if you don't have one
- Access the Storage UI to browse and upload files
- Generate an access token for programmatic access
- Choose your preferred access method:
- S3 API for programmatic access with standard tools
- FTP for traditional file transfer
- Python library for integration in scripts and notebooks