apache / iotdb

Apache IoTDB
https://iotdb.apache.org/
Apache License 2.0
5.63k stars 1.03k forks source link

[Feature request] A REST API client implemented in C/C++. #13449

Open ColinLeeo opened 2 months ago

ColinLeeo commented 2 months ago

Search before asking

Motivation

Some older operating system environments (such as Windows 7 or older versions) often cannot meet the dependencies required to connect to database session tools. Users can connect to databases using REST API, but REST API requires users to implement URL concatenation and processing themselves. This feature will provide an efficient REST API client implemented in C++, allowing users to embed REST API into their development environment just like using a session.

Solution

In this implementation, support will be provided for older versions of C++, such as C++98, to allow users to utilize it in a broader range of programming environments.

Alternatives

Are you willing to submit a PR?

github-actions[bot] commented 2 months ago

Hi, this is your first issue in IoTDB project. Thanks for your report. Welcome to join the community!

ColinLeeo commented 2 months ago