Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
I've been thinking about how to give a "compelling" demo for the LogService. I keep coming back to a simple shell that could be used to do simple things like create, read, and write to a log.
I am thinking something like:
> create 'log1' > put 'log1' 'a' > put 'log1' 'b' > put 'log1' 'c' > read 'log1' ['a', 'b', 'c'] > delete 'log'
Users would provide the location of the MetaData service to this shell. Everything else should be auto-magic (in the final version, anyways).
I think this compliments the docker infra work that rajeshbabu is working on.
Attachments
Attachments
Issue Links
- is blocked by
-
RATIS-378 Consolidate MasterServer and LogServiceWorker
- Resolved