BLOB Store

CrateDB provides a blob/object storage subsystem accessible via HTTP, similar to AWS S3.

Overview

CrateDB includes support to store binary large objects, using its Blobs feature / subsystem. By utilizing CrateDB’s cluster features, the files can be replicated and sharded just like regular data.

Reference Manual

BLOB Storage Object Storage

Synopsis

Example DDL statement.

CREATE BLOB TABLE myblobs CLUSTERED INTO 8 SHARDS with (number_of_replicas=3);

Learn

Learn how to use CrateDB’s BLOB store.

Note

This page is currently under construction. “About”, “Details”, and “Usage” sections are missing, and others need expansion.