FLUTTER ECOSYSTEM

isoos/elastic_client

Dart bindings for ElasticSearch HTTP API.

elastic_client project cover
Stars
47
Forks
28
Last push (UTC)
Oct 6, 2023
Project status
Active
István Soós GitHub avatar
GITHUB User

István Soós ↗

software engineer

@agilordBudapest, HungaryOfficial website ↗
LanguagesDart

Packages published by this repository

Dependencies used

Dependency list 6 items
  • http^1.1.0
  • http_client^1.5.3
  • meta^1.9.1
  • docker_processDevelopment^1.3.1
  • pedanticDevelopment^1.11.1
  • testDevelopment^1.24.7

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse project 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.