[
https://issues.apache.org/jira/browse/TAJO-1333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14366712#comment-14366712
]
Seungun Choe commented on TAJO-1333:
------------------------------------
There are two ways to create a REST cpp client.
1) http://casablanca.codeplex.com/
2) https://github.com/nlohmann/json + http://curl.haxx.se/libcurl/cplusplus/
The first way is integrated REST SDK, the second way is using json and curl.
Both first way and second way can be used on linux, windows and others
platforms.
I think the first way is more simple and convenient to use, what do you think?
If there are others ways, give me your thoughts.
> Add C++ Client based on REST API
> --------------------------------
>
> Key: TAJO-1333
> URL: https://issues.apache.org/jira/browse/TAJO-1333
> Project: Tajo
> Issue Type: New Feature
> Components: client
> Reporter: Hyunsik Choi
> Assignee: Seungun Choe
> Labels: c++
>
> C++ is necessary for ODBC driver. If REST API is achieved, C++ client can be
> implemented easier without any heavy dependency
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)