Django Haystack is a search abstraction layer and framework for integrating full-text search into Django applications. It provides a unified interface for defining search schemas and managing how data models are indexed and stored across different search engines. The framework acts as a modular backend wrapper, allowing applications to switch between interchangeable search providers without rewriting core search logic. It standardizes interactions with external engines through a decoupled provider layer, facilitating search engine migration by changing configuration settings. The system cove
Event platform is a full-stack web application designed for organizing events, purchasing tickets, and managing user registration profiles. The platform enables hosts to create, update, and manage detailed event listings complete with custom schedules and categories, while providing visitors with tools to search, filter, and explore activities. The system incorporates secure online ticket checkout processing alongside order tracking capabilities that maintain a searchable history of past purchases. Identity verification and user sessions are handled through external authentication providers,
Deprecated We now recommend using Laravel Scout, see =>
Searchkick is an integration library and wrapper that connects application models to search engines such as Elasticsearch and OpenSearch. It functions as a search index synchronizer, automatically mirroring database records to a search server to enable full-text and vector retrieval. The project provides a high-level interface for implementing keyword search, semantic vector search, and hybrid search. It distinguishes itself through the ability to combine traditional keyword matching with vector embeddings using reranking and fusion techniques to improve precision. The library covers the end
Full-text multi-table search application for Django. Easy to install and use, with good performance.
The main features of etianen/django-watson are: Search, Search and Discovery.
Open-source alternatives to etianen/django-watson include: django-haystack/django-haystack — Django Haystack is a search abstraction layer and framework for integrating full-text search into Django applications.… adrianhajdin/event_platform — Event platform is a full-stack web application designed for organizing events, purchasing tickets, and managing user… algolia/algoliasearch-laravel — [Deprecated] We now recommend using Laravel Scout, see =>. django-es/django-elasticsearch-dsl — This is a package that allows indexing of django models in elasticsearch with elasticsearch-dsl-py. ankane/searchkick — Searchkick is an integration library and wrapper that connects application models to search engines such as… activerecord-hackery/ransack — Ransack is an object-based search library for Active Record models that provides a form-driven framework for building…