1 repository
Programmatic libraries providing typed interfaces for interacting with JSON document stores.
Distinct from JSON Document Stores: Distinct from JSON Document Stores: focuses on the client-side library and API wrapper rather than the server-side storage engine.
Explore 1 awesome GitHub repository matching data & databases · Client Libraries. Refine with filters or upvote what's useful.
This project is a programmatic client for managing the lifecycle of documents within a distributed JSON search engine. It provides an Elasticsearch search client for indexing documents and performing complex queries, alongside a low-level client that acts as a flexible wrapper for sending raw HTTP requests to a cluster. The client features a fluent request builder that maps typed requests to REST API endpoints and a generic mapping layer to transform JSON responses into strongly typed objects. It employs a pluggable serialization mechanism to decouple the request-response lifecycle from speci
Implements a programmatic interface for managing the full lifecycle of JSON documents within a distributed search engine.