Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
2 tasks done
ColinLeeo opened this issue Sep 9, 2024 · 2 comments
Open
2 tasks done

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

ColinLeeo opened this issue Sep 9, 2024 · 2 comments

Comments

@ColinLeeo
Copy link
Collaborator

ColinLeeo commented Sep 9, 2024

Search before asking

  • 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?

  • I'm willing to submit a PR!
Copy link

github-actions bot commented Sep 9, 2024

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

@ColinLeeo
Copy link
Collaborator Author

ColinLeeo commented Sep 10, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant