FLUTTER ECOSYSTEM

isoos/elastic_client

Vinculações Dart para a API HTTP do ElasticSearch.

Capa do projeto elastic_client
Stars
47
Forks
28
Último push (UTC)
6 de out. de 2023
Status do projeto
Ativo
István Soós GitHub avatar
GITHUB User

István Soós ↗

software engineer

@agilordBudapest, HungarySite oficial ↗
LinguagensDart

Pacotes publicados por este repositório

Dependências usadas

Lista de dependências 6 itens
  • http^1.1.0
  • http_client^1.5.3
  • meta^1.9.1
  • docker_processDesenvolvimento^1.3.1
  • pedanticDesenvolvimento^1.11.1
  • testDesenvolvimento^1.24.7

README original

Texto original em inglês. Visite o GitHub para a versão atual.

Expandir / recolher 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.