influxdata / influxdata/influxdb-client-java
Bucket schema management API?
还没有人认领这个 Issue。
- 主要语言
- Java
- 星标
- 477
- 派生
- 129
- PR 合并指标
- 30 天内没有已合并 PR
描述
Proposal:
A BucketSchemaApi to provide convenient access to the bucket schema management features.
Current behavior:
- While it is possible to create an "explicit" Bucket through the Java API, it is not possible to create a bucket schema
Desired behavior:
I want to be able to create a bucket schema for an explicit schema bucket
Alternatives considered:
The only way to do this currently is to directly use the InfluxDb HTTP API. Its quite awkward to be able to access almost all of the InfluxDb features through the client lib, but have to drop down to using a separate HTTP lib and JSON serialization/deserialization lib for my bespoke type for representing bucket schema.
Use case:
Bucket schema seem pretty important for ensuring bucket contents will always fulfill some basic content constraints. An implicit bucket can contain anything, so would require a ton of data validation for even the simplest use-case of bucket content consumption.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先检查现有的 Java bucket API 和提议的 BucketSchemaApi,然后将它们与 issue 中引用的 InfluxDB HTTP API 进行比较。当客户端可以在不需要单独的 HTTP 或 JSON 库的情况下,为显式 schema 的 bucket 创建 bucket schema 时,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- api, databases
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100