Quick Start
OpenIO SDS is a scalable open-source object storage solution. It is compatible with Amazon S3 and OpenStack Swift. Using OpenIO SDS, it is easy to scale a storage infrastructure from a simple cluster of a few terabytes to a multi-petabyte platform. OpenIO SDS is hardware-agnostic and can be installed on both x86 and ARM hardware.
Try using Docker
# docker run -ti --tty openio/sds
For more information, check out our Docker image documentation.
Install
To install OpenIO SDS on your cluster, check out the installation guide.
Use
Check out the user guide to learn how to use OpenIO, or discover real use cases showing how OpenIO SDS can be leveraged in a variety of situations.
Operate
Find out how to configure, operate, troubleshoot and manage your OpenIO SDS platform in our administration guide
Build
OpenIO SDS is available on GitHub. This guide will help you build it.
Learn
Read about the Solution or the Core concepts and get familiar with the terminology.
Develop
OpenIO comes with a set of SDKs and APIs written in different languages that you can use for your projects:
- Python API reference
- C API reference (with examples)
- Java API reference (with examples)