beam-cloud / clip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLIP

CLIP (Compact and Lightweight Immutable Packaging) is a simple file format, similar to tar, but designed for storage of read-only data. The primary feature of CLIP is its transparency, enabling direct access to its content without extraction, even over remote storage. CLIP can be mounted as an S3-backed FUSE filesystem, or can be extracted like a tar file.

It is primary used as the image format for the Beam distributed container engine.

Features

  • Transparency: CLIP files are transparent, which means you do not need to extract them to access their content, even over remote storage
  • Mountable: You can mount a CLIP file and access its content directly using a FUSE filesystem
  • Extractable: CLIP files can be extracted just like tar files
  • Remote-First: CLIP is designed with remote storage in mind. It works seamlessly with various cloud storage services (like S3) and can be easily integrated with other object stores.

Contributing

We welcome contributions! Just submit a PR.

License

CLIP filesystem is under the MIT license. See the LICENSE file for more details.

Support

If you encounter any issues or have feature requests, please open an issue on our GitHub page.

About

License:MIT License


Languages

Language:Go 97.2%Language:Shell 1.8%Language:Dockerfile 0.6%Language:Makefile 0.4%