1
0
Fork
You've already forked eris-go
0
forked from eris/eris-go
  • Go 90.1%
  • Roff 8.1%
  • Shell 1.7%
2024年10月28日 12:23:58 +00:00
backend feat(arch): add darwin 2024年08月26日 10:50:15 +03:00
cbor_serialization Invert allowed ops, expose from Store interface 2024年01月12日 23:32:47 +02:00
cmd copy-cbor: read multiple top-level items 2024年10月01日 16:43:35 +01:00
coap Invert allowed ops, expose from Store interface 2024年01月12日 23:32:47 +02:00
completions Add Fish shell completions 2024年10月28日 12:17:46 +00:00
eris Add DirectoryStore 2024年01月30日 17:38:28 +01:00
eris9p eris9p: reuse file readers for stat 2024年08月04日 15:58:03 +01:00
erisfs erisfs: nested ERIS-FS 2024年08月04日 15:58:03 +01:00
erislink Add basic erislink library 2023年12月14日 11:36:54 +02:00
http http: Add Cache-Control headers 2024年09月20日 22:29:17 +03:00
testdata Update test vectors 2022年12月28日 01:25:18 -06:00
testlinks ERIS-FS symlink support 2023年12月15日 19:44:18 +02:00
.gitignore Meta bullshit 2024年08月04日 14:11:42 +01:00
envrc.tup Meta bullshit 2024年08月04日 14:11:42 +01:00
eris-go.1.gz Add BUGS section to documentation 2024年10月06日 15:18:28 +01:00
eris-go.1.md Add BUGS section to documentation 2024年10月06日 15:18:28 +01:00
eris-go.1.mdoc Add BUGS section to documentation 2024年10月06日 15:18:28 +01:00
eris_legacy_test.go Badger and Bolt not supported on Plan 9 2024年01月30日 17:38:28 +01:00
eris_test.go fix test on go 1.21 2024年08月05日 21:49:54 -07:00
erisfs_test.go erisfs: seperate loading from io/fs.FS construction 2024年01月30日 17:42:52 +01:00
go.mod Update dependencies 2024年10月28日 12:23:58 +00:00
go.sum Update dependencies 2024年10月28日 12:23:58 +00:00
LICENSE Initial commit. 2020年10月17日 23:09:57 +02:00
main.go main: use a Context to handle interrupt signals 2024年08月04日 14:12:24 +01:00
NGIAssure_tag.svg Make a proper manpage 2023年12月16日 23:51:37 +02:00
README.md Add TODO section to README 2024年08月08日 09:13:43 +01:00
tup.config.nix Meta bullshit 2024年08月04日 14:11:42 +01:00
Tupfile Meta bullshit 2024年08月04日 14:11:42 +01:00

ERIS

Go implementation of the Encoding for Robust Immutable Storage (ERIS).

For documentation of the eris-go utility see the manpage.

For the library see the Go documentation.

Packaging status

TODO

  • On-demand CoAP connections.
  • Discovery of local stores using multicast CoAP.
  • Expose ERIS-FS via HTTP.
  • Garbage collection.

The drafting of the ERIS specification and this implementation was funded by the NGI Assure Fund, a fund established by NLnet with financial support from the European Commission's Next Generation Internet program.

NGIAssure