Bosca / System

Storage & Data

Where it all lives

Files in object storage behind one interface, whole-platform backups you can restore, and the services it runs on — pluggable where it counts.

Object storage

Your files, one interface

Files live in object storage behind a single interface. Point it at S3, Google Cloud Storage, or the local filesystem — or anything S3-compatible. Uploads and downloads go through signed URLs with an expiry, so a link works for exactly as long as you allow.

  • S3, Google Cloud Storage, or the local filesystem.
  • Anything S3-compatible works, too.
  • Signed upload and download URLs, with an expiry.
  • One interface, whichever backend you run.
object storage
S3AWS · signed URLs
Google Cloud StorageGCS
Filesystemdev · local

Backups & restore

Snapshot it all, put it back

Back up the whole platform to one archive — every Postgres table under a consistent snapshot, plus your object-storage files when you want them — and get a downloadable ZIP. Restoring reads it back, and you choose how conflicts resolve: skip what's there, overwrite it, or stop at the first clash. Kick one off whenever you need it.

  • One archive: a consistent Postgres snapshot plus your files.
  • Restore with a conflict strategy — skip, overwrite, or fail.
  • Create a backup on demand, whenever you need one.
  • The archive is stored back and stays downloadable.
backup · 6f2a…
snapshotall tables · consistent
filesobject storage included
archiveone .zip archive
restoreskip · overwrite · fail

Search & indexes

Full-text and vector search

Your content is searchable the moment it lands. Full-text search matches keywords, and vector search — powered by an embedding model — matches on meaning, so results stay relevant even when the words don't. Rebuild any index on demand.

  • Full-text keyword search across your content and collections.
  • Vector search that matches on meaning, not just words.
  • Attach an embedding model to power the vectors.
  • Rebuild any index on demand.
search indexes
content-indexfull-text + vector
collections-indexfull-text
media-indexfull-text

Keep exploring

More on System