iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

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

Open ColinLeeo opened this issue 1 year ago • 2 comments

Search before asking

  • [X] I searched in the issues and found nothing similar.

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?

  • [X] I'm willing to submit a PR!

ColinLeeo avatar Sep 09 '24 04:09 ColinLeeo

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

github-actions[bot] avatar Sep 09 '24 04:09 github-actions[bot]

  • [x] vs2008 & C++98
  • [x] curl & jsoncpp
  • [x] ping
  • [x] createdatabase
  • [x] createtimeseries
  • [x] createmultitimeseries
  • [ ] insertrecord
  • [ ] inserttablet
  • [ ] queryOnetimeseries
  • [ ] ...

ColinLeeo avatar Sep 10 '24 16:09 ColinLeeo

https://github.com/ColinLeeo/iotdb_rest_c-cpp

You can use this restful client implement by cpp

ColinLeeo avatar Feb 19 '25 13:02 ColinLeeo