[Feature request] A REST API client implemented in C/C++.
- 主要语言
- Java
- 星标
- 6.4k
- 派生
- 1.2k
- 平均合并
- 1 天 23 小时
- 30 天内合并 PR
- 115
描述
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/iotdb/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!
贡献指南
调研方向
该 issue 未指明文件、测试或入口点。首先定位现有的 REST API 和 session-tool 集成,然后确定 C++98 兼容性约束;完成的标准是为较旧环境定义并实现一个可嵌入的 C++ REST API 客户端。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- cpp
- 领域
- api, databases
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 20/100