FLUTTER ECOSYSTEM

isoos/elastic_client

Dart-Bindings für die ElasticSearch-HTTP-API.

Projektcover von elastic_client
Stars
47
Forks
28
Letzter Push (UTC)
06.10.2023
Projektstatus
Aktiv
István Soós GitHub avatar
GITHUB User

István Soós ↗

software engineer

@agilordBudapest, HungaryOffizielle Website ↗
SprachenDart

Von diesem Repository veröffentlichte Pakete

Verwendete Abhängigkeiten

Abhängigkeiten 6 Einträge
  • http^1.1.0
  • http_client^1.5.3
  • meta^1.9.1
  • docker_processEntwicklung^1.3.1
  • pedanticEntwicklung^1.11.1
  • testEntwicklung^1.24.7

Original-README

Englischer Projektschnappschuss. Aktuelle Inhalte auf GitHub.

Projekt-README ein-/ausklappen

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.