Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.3.0
    • LogService
    • 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

        1. RATIS-387.001.patch
          33 kB
          Josh Elser
        2. RATIS-387.002.patch
          29 kB
          Josh Elser
        3. RATIS-387.003.patch
          30 kB
          Josh Elser
        4. RATIS-387.004.patch
          26 kB
          Josh Elser
        5. RATIS-387.005.patch
          25 kB
          Josh Elser
        6. RATIS-387.wip.patch
          23 kB
          Josh Elser

        Issue Links

          Activity

            People

              elserj Josh Elser
              elserj Josh Elser
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: