Code Monkey home page Code Monkey logo

aardwarc's Introduction

AardWARC

Museum-quality bit-archive storage management

This is a small, high-quality storage engine for saving files into, and retrieving files out of permanent ISO 28500 compliant WARC silos.

This is only an storage engine, it supports little more than the two operations "store this" and "get that", all the other aspects of a proper bit-archive, access control, user interfaces, data validation and so on must be provided elsewhere.

Each stored file gets assigned a WARC-Record-ID. WARC records of type "resource" uses the SHA256 sum of the stored file, and WARC "metadata" records uses the SHA256 of the "WARC-Refers-To:" header and the metadata file content.

An auxillary rebuildable index facilitates rapid access to individual stored objects keyed by the WARC-Record-ID.

Almost the entire focus during development has been on correctness and robustness, and presently FreeBSD is the only supported platform, but porting it to other UNIX-like operating systems is expected to require a trivial effort. (Patches/Pulls are welcome).

One "test-application" called "stow" is built in, it makes very neat deduplicated permanent personal archive. In compliance with the "dogfood" principle, I have all 217 Gigabytes of my personal archive stored with "stow".

phk

aardwarc's People

Contributors

bsdphk avatar machawk1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

aardwarc's Issues

Test failing on FreeBSD

test00.sh ../ARCHITECTURE.md

Assert error in Gzip_ReadAa(), gzip.c line 132:
Condition(Gzip_GoodAa(p, l)) not true.
Abort trap (core dumped)

Shell echo:

  • /home/jessica/repos/AardWARC/tests/../aardwarc -c /tmp/_test_aardward/aardwarc.conf get -o _3m file:///home/jessica/repos/AardWARC/tests/2088/dbdf167dbec7693131832af5e6700b6b
    Assert error in Gzip_ReadAa(), gzip.c line 132:
    Condition(Gzip_GoodAa(p, l)) not true.
    Abort trap (core dumped)

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.