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.