Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Move to a better update strategy for Elastic search

オープン
#233 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
30/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
elasticsearch, python

調査の方向性

まず、server API が管理する Elasticsearch インデックスを、それらのフィールドと用途を含めて一覧化します。次に、現在の REST によってトリガーされる更新戦略を確認し、提案されている Logstash の監視アプローチを検討します。REST API に依存せずに更新が自動的にトリガーされるようになれば完了です。

索引モデルが issue の本文から書いたものです。

説明

enhancement

We want to eventually move away from the REST API having to trigger the elastic search update. For this we intend to consider tools like logstash. For example, if something is updated, we want to use logstash's monitoring to automatically trigger an ES update.

(We do not need to use logstash, but this seems like a decent option for now)

Since this is a bit complicated, I will try to do this in steps.

  1. Figure out ES indexes we maintain (and their fields) and what they are used for.
  2. Set up monitoring using logstash for the indexes
  3. Look at the current update strategy and use the monitoring from step 2 to automatically trigger an ES update
主要言語
Python
スター
16
フォーク
50
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

openml/server-api のほかの issue

openml/server-api の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。