From 5c59ba4e6f3ca12877d79859b16d1e63e559bb8a Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 18 Oct 2017 17:18:23 -0700 Subject: commit a bunch of meta files --- notes/process.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 notes/process.md (limited to 'notes/process.md') diff --git a/notes/process.md b/notes/process.md new file mode 100644 index 0000000..bd3a516 --- /dev/null +++ b/notes/process.md @@ -0,0 +1,34 @@ + +This is an ordered list of testable steps to get to a minimal dat client in +just about any language. + +sleep + read/write headers + read/write individual elements as raw bytes + read/write contiguous batches + +registers + read elements by index + verify signature by index (not leaves) + append elements + +drive + data register to a single file + single file to a data register + print metadata tree ("ls") + create metadata tree for a directory + directory to metadata+data registers + registers to directory + +sync + send/receive messages to a known host + pull register from a known host + wrapper command + + + + +Shortcuts: + key/value store instead of SLEEP files + pull/read/to-file only + don't verify any hashes (!) -- cgit v1.2.3