add a simple CLI

This commit is contained in:
Dustin J. Mitchell
2020-01-01 18:52:40 -05:00
parent b898ec1fde
commit e17943d878
6 changed files with 111 additions and 2 deletions

View File

@@ -1,10 +1,11 @@
* assign types to properties
* assign types to properties in Replica
- db / operation model is just k/v, but formatted names can be used for
structure:
- dependencies: `dependency.<uuid> = ""`
- annotations: `annotation.<epoch time> = "annotation"`
- tags: `tags.<tag> = ""`
* add HTTP API
* add pending-task indexing to Replica
* abstract server, storage, etc. into traits
* implement snapshot requests
* implement backups