FLUTTER ECOSYSTEM

isoos/elastic_client

ElasticSearch HTTP API 的 Dart 綁定。

elastic_client 專案封面
Stars
47
Forks
28
最近推送(UTC)
2023年10月6日
專案狀態
未封存
István Soós GitHub avatar
GITHUB User

István Soós ↗

software engineer

@agilordBudapest, Hungary官方網站 ↗
語言Dart

此儲存庫發佈的套件

使用的依賴

依賴清單 6 項
  • http^1.1.0
  • http_client^1.5.3
  • meta^1.9.1
  • docker_process開發依賴^1.3.1
  • pedantic開發依賴^1.11.1
  • test開發依賴^1.24.7

原始 README

以下為英文專案原文快照,最新內容請造訪 GitHub。

展開 / 收合專案 README

Dart bindings for ElasticSearch HTTP API.

ElasticSearch is a full-text search engine based on Lucene.

Roadmap

The package's API is expected to change, and feature requests and PRs are welcome.

Please use this issue to discuss new requests for breaking changes.

Planned features:

  • More types in the API (instead of the Map entries).
  • Data types should convert to/from JSON.
  • Fluent APIs (similar to IndexRef).
  • Cluster-aware transport: round-robin, latency-aware, or routing-aware selection of the target node.