Giter Club home page Giter Club logo

archive-format's Introduction

[DEPRECATED] archive-format

car - Certified ARchives

(WIP -- quick thought dump)

A car for your data!

car is an archive format, like tar. It is designed to improve upon some deficiencies in tar as well as add fundamental improvements. The deatils of car are still being worked on, but the design space is already well scoped. car is a synthesis of good ideas. Many other archive formats introduced some of its improvements. car is different as it was introduced mainly to work with IPFS and related protocols, like IPLD. But car is useful beyond IPFS.

This is a discussion repo. That means that all of the work gets done in the issues.

Table of Contents

File System Improvements:

  • Seeking Optimized: finding object within a car file should be easy and fast. We can do this via an index with in-file byte offsets.
  • UNIX/POSIX files: full unix + posix files compliance.
  • Extended Attributes: support for xattrs and other extensions.
  • Compression Optimized: support for object-level and archive-level compression. Modular to support new compression protocols.
  • Encryption Optimized: support for object-level and archive-level encryption (through AEADs / NaCl/Box)

Fundamentally New Features:

  • Data Structures: support for archiving more than files-- arbitrary datastructures (first-class JSON, XML, IPLD support)
  • Merkle-Linked: all objects in a car file are merkle-linked -- hash-linked -- together. this means the whole car file is a merkle-dag.
  • Digital Signatures: car has first-class support for Digital Signatures, to verify the authorship and certification of its content.

Whishlist:

  • Repo Friendliness: make it easy, efficient, and useful to use car archives as on-disk repositories for other tools.
  • Authenticated Datastructures: define all car operations as an authenticated datastructure, to have secure, untrusted computing. Merkle-linking and Digital Signatures get us most of the way there.

Related Work:

Contribute

Feel free to join in. All welcome.

Want to hack on IPFS?

License

MIT

archive-format's People

Contributors

richardlitt avatar daviddias avatar jessicaschilling avatar jbenet avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.