You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2018/11/02 20:36:00 UTC

[jira] [Updated] (RATIS-387) Create interactive demo client

     [ https://issues.apache.org/jira/browse/RATIS-387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Josh Elser updated RATIS-387:
-----------------------------
    Component/s: LogService

> Create interactive demo client
> ------------------------------
>
>                 Key: RATIS-387
>                 URL: https://issues.apache.org/jira/browse/RATIS-387
>             Project: Ratis
>          Issue Type: Sub-task
>          Components: LogService
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>            Priority: Major
>
> 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:
> {code}
> > create 'log1'
> > put 'log1' 'a'
> > put 'log1' 'b'
> > put 'log1' 'c'
> > read 'log1'
> ['a', 'b', 'c']
> > delete 'log'
> {code}
> 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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)