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.