File tree 1 file changed +0
-19
lines changed
1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -54,22 +54,3 @@ go build ./cmd/lsdf-checksum-worker
54
54
Both binaries do not depend on significant runtime libraries (e.g. libc is required).
55
55
Both binaries contain help texts (` --help ` ).
56
56
Calling the binaries only with the ` --help-man ` flag outputs a man page for the command.
57
-
58
- ## Development Status
59
-
60
- This repository contains the prototype / work-in-progress of the lsdf-checksum project.
61
- Most code is functional and has already been used at scale.
62
- However, the code has not reached production-y stability yet.
63
- Hence, there are no buildable binaries included in this repository.
64
-
65
- Some open issues:
66
-
67
- * Operator binaries and interface documentation.
68
- * Optimisations of the meta database synchronisation queries.
69
- * Review of error handling.
70
- * Review of configuration passing (` ...Config ` types).
71
- * Embedding of LedisDB instead of requiring an external Redis server.
72
- * Optimisations of the checksum write-back procedure.
73
- It should be possible to use HDDs to store the database.
74
-
75
- Development on this project is due to resume in December 2018.
You can’t perform that action at this time.
0 commit comments