Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

aep/archon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

power overwhelming

A resarch stage project by Korhal to enable content addressable storage of system images and embedded applications.

This is nowhere usable yet, so here's just a quick demo:

$ cargo build --release
$ export ARCHON_STORE=/tmp/store
$ ./target/release/archon store . myspace
loading content from /tmp/store/content
done serializing 19921 inodes to 123452 blocks (48987 new)
done serializing index to 2632 blocks (2231 new)
done serializing index to 35 blocks (35 new)
done serializing index to 1 blocks (1 new)
input stored into index .. with name "myspace"
$
$ mkdir /tmp/mnt
$ ./target/release/archon mount myspace /tmp/bla
loading content from /tmp/store/content
mounting index "myspace" with 19922 inodes to /tmp/bla

$ ls /tmp/bla
$ Cargo.toml src target test ...

Releases

No releases published

Packages

No packages published

Languages