awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
etianen avatar

etianen/django-watson

0
View on GitHub↗
1,244 stars·129 forks·Python·BSD-3-Clause·11 views

Django Watson

Full-text multi-table search application for Django. Easy to install and use, with good performance.

Features

  • Search - Full-text search plugin for models.
  • Search and Discovery - Enables fast multi-model full-text search.

Star history

Star history chart for etianen/django-watsonStar history chart for etianen/django-watson

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Django Watson

These projects share indexed features with Django Watson. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • django-haystack/django-haystackdjango-haystack avatar

    django-haystack/django-haystack

    3,739View on GitHub↗

    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

    Python
    View on GitHub↗3,739
  • adrianhajdin/event_platformadrianhajdin avatar

    adrianhajdin/event_platform

    960View on GitHub↗

    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,

    TypeScriptclerknext14server-actions
    View on GitHub↗960
  • algolia/algoliasearch-laravelalgolia avatar

    algolia/algoliasearch-laravel

    238View on GitHub↗

    Deprecated We now recommend using Laravel Scout, see =>

    PHP
    View on GitHub↗238
  • ankane/searchkickankane avatar

    ankane/searchkick

    6,717View on GitHub↗

    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

    Ruby
    View on GitHub↗6,717
Compare all 27 related projects→

Frequently asked questions

What does etianen/django-watson do?

Full-text multi-table search application for Django. Easy to install and use, with good performance.

What are the main features of etianen/django-watson?

The main features of etianen/django-watson are: Search, Search and Discovery.

Which projects share features with etianen/django-watson?

Projects with overlapping indexed features 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…