Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-1331

Add REST Client API

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Java Client
    • None

    Description

      Currently, there is only protobuf-based TCP protocol for client. It works well.

      However, even though protobuf itself is very portable, our protobuf-based client protocol is not portable. This is because protocol buffer does not provide RPC implementation and it just provides RPC stub and marshalling method.

      The main objective of this issue is to implement RESTful API for client. This technique is very widely used in many applications. REST does not require any heavy dependency. It is expected that many third-party client API can be easily implemented with REST client API.

      Attachments

        1. TajoClientRestAPIDesign_draft.pdf
          43 kB
          Jihun Kang
        2. TajoClientRestAPIDesign_v0.1.pdf
          45 kB
          Jihun Kang

        Issue Links

          Activity

            People

              ykrips Jihun Kang
              hyunsik Hyunsik Choi
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated: