You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Stanislav Lukyanov (Jira)" <ji...@apache.org> on 2022/11/01 10:30:00 UTC

[jira] [Commented] (IGNITE-17425) C++ 3.0: Basic C++ client

    [ https://issues.apache.org/jira/browse/IGNITE-17425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17627069#comment-17627069 ] 

Stanislav Lukyanov commented on IGNITE-17425:
---------------------------------------------

This was merged under the ticket ID IGNITE-17424: [https://github.com/apache/ignite-3/commit/c685b099.|https://github.com/apache/ignite-3/commit/c685b099]

> C++ 3.0: Basic C++ client
> -------------------------
>
>                 Key: IGNITE-17425
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17425
>             Project: Ignite
>          Issue Type: New Feature
>          Components: thin client
>            Reporter: Igor Sapego
>            Assignee: Igor Sapego
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-beta1
>
>
> Implement basic C++ 3.0 client that can be used as a base to add new features.
> What should be done:
> * Set up project structure (CMake + consider Conan);
> * Establish code style;
> * Document project building;
> * Target C++14?;
> * Set up tests (consider GTest for testing);
> * Implement networking (consider adopting some library, e.g. asio);
> * Implement minimal set of operations: get table by name, upsert, get;



--
This message was sent by Atlassian Jira
(v8.20.10#820010)