2 مستودعات
SQL layers that allow retrieval and filtering of non-relational search indices using standard query syntax.
Distinct from SQL Query Engines: None of the candidates capture the specific identity of an SQL interface targeting a search index (Elasticsearch).
Explore 2 awesome GitHub repositories matching data & databases · Search-Oriented SQL Interfaces. Refine with filters or upvote what's useful.
This project provides a SQL interface for Elasticsearch, serving as a translator and database layer that allows users to retrieve, filter, and manipulate indices using structured query language. It functions by converting standard SQL statements into the native JSON query language used by the search engine. The system includes a geospatial SQL engine for executing location-based searches and distance calculations. It also features a query debugger used to visualize the translation process from SQL to search engine request bodies to verify the logic and accuracy of data retrieval. The capabil
Provides a standard SQL syntax to retrieve and filter data from Elasticsearch indices.
Zombodb is a database extension and relational data indexer that integrates PostgreSQL with Elasticsearch. It provides a SQL search interface, allowing users to execute complex search queries and aggregations using standard SQL functions and syntax instead of native JSON APIs. The project synchronizes relational data from PostgreSQL to a remote search engine to enable high-performance full-text search and analytics. The system distinguishes itself by bridging relational structures with search engine capabilities, specifically through geospatial search integration for geometry and geography ty
Provides an SQL interface allowing advanced search engine queries and aggregations to be executed using standard SQL syntax.