influxdata / influxdata/influxdb-client-java
Bucket schema management API?
まだ誰も着手していません。
- 主要言語
- 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 にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず既存の Java bucket API と提案されている BucketSchemaApi を確認し、次に issue で参照されている InfluxDB HTTP API と比較します。クライアントが、個別の HTTP または JSON ライブラリを必要とせずに、明示的なスキーマを持つ bucket の bucket schema を作成できれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- api, databases
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100