3 repository-uri
Search engines that extend relational SQL syntax to support full-text and structured data retrieval.
Distinct from Distributed SQL Databases: Distinct from general Distributed SQL Databases: combines relational querying with search-specific indexing and ranking.
Explore 3 awesome GitHub repositories matching data & databases · Search-Oriented SQL Engines. Refine with filters or upvote what's useful.
Manticoresearch is a high-performance search engine and database designed for indexing and retrieving large datasets. It functions as a full-text search engine, a vector search database, and a SQL-based search database, providing a distributed search cluster architecture. The system provides an alternative to the Elasticsearch stack, offering a compatible API for indexing and searching structured and unstructured data. It distinguishes itself by supporting multiple retrieval methods, including vector matching for similarity search, geospatial queries, and traditional full-text ranking. The p
Allows querying indexed text and structured data using a familiar SQL syntax.
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
Implements a query interface for executing location-based searches and distance calculations using SQL extensions.
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 a search-oriented SQL engine to execute complex full-text and aggregate queries against an external search backend.