FLUTTER ECOSYSTEM

isoos/elastic_client

ElasticSearch HTTP API के लिए Dart बाइंडिंग्स।

elastic_client प्रोजेक्ट कवर
Stars
47
Forks
28
अंतिम पुश (UTC)
6 अक्टू॰ 2023
प्रोजेक्ट स्थिति
सक्रिय
István Soós GitHub avatar
GITHUB User

István Soós ↗

software engineer

भाषाएँ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.