9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Emery Hemingway <ehmry@posteo.net>
To: 9front@9front.org
Subject: [9front] Encoding for Robust Immutable Storage (ERIS) & Plan 9
Date: Tue, 06 Feb 2024 18:37:29 +0000	[thread overview]
Message-ID: <1707241599.lnmnfg987l.astroid@migrant.none> (raw)

As a result of the last 9front hackathon the Go implementation of the Encoding for Robust Immutable Storage (ERIS) was ported to 9front.

https://codeberg.org/eris/eris-go

ERIS is a simple content-addressed data standard with a companion standard for representing simple file namespaces.

The ERIS spec: https://purl.org/eris
The ERIS-FS spec: https://eris.codeberg.page/eer/eris-fs.xml

The eris-go implementation supports the following on Plan 9:
- ERIS encoding and decoding over stdio
- 9P service for binding ERIS-FS namespaces
- HTTP and CoAP services for storing and retrieving ERIS chunks
- A simple git-style key-value store using the local file-system

The following is possible but not implemented:
- Multicast peer discovery over CoAP+UDP multicast
- Fast and efficient chunk storage
- Incremental ERIS-FS loading (namespaces currently held entirely in memory)

An example of posting and binding an ERIS service can be found in the eris-go manpage.
https://codeberg.org/eris/eris-go/src/branch/trunk/eris-go.1.md#plan-9

If you have questions or would like to exchange chunk server URLs I can be found in #cat-v.


Cheers,
Emery (ehmry)

             reply	other threads:[~2024-02-06 18:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-06 18:37 Emery Hemingway [this message]
2024-02-06 19:09 ` Kurt H Maier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1707241599.lnmnfg987l.astroid@migrant.none \
    --to=ehmry@posteo.net \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).