{"categories":[{"label":"Front-Ends","url":"https://skillfed.io/packages/category/database-front-ends/2"}],"enrichment":{"capability":"Wrapper for AWS CloudSearch that simplifies querying and returns results as pandas DataFrames, with support for filtering and field boosting.","skillfed_tags":["aws-integration","search-client"],"use_cases":["Query an AWS CloudSearch domain and retrieve results as a pandas DataFrame for analysis or export.","Boost specific fields in CloudSearch queries to prioritize certain attributes in search rankings.","Apply filter queries to narrow CloudSearch results by category or other structured fields.","Prototype or script CloudSearch interactions without writing raw boto3 CloudSearch API calls."],"what_it_does":"Cloudsearch is a thin Python wrapper around AWS CloudSearch that handles query construction and result parsing. It takes a search term, credentials, and a CloudSearch endpoint URL, then returns results either as raw dictionaries or as a pandas DataFrame via the sortedSearch() method. The wrapper supports query options like field boosting and filter queries to refine results.\n\nThe package depends on boto3 for AWS interaction and pandas for DataFrame output. It's designed for developers who want to query CloudSearch without writing low-level AWS API calls directly. However, the project has been abandoned since April 2021 and may not be compatible with current versions of its dependencies or recent CloudSearch API changes.","worth_installing":"No. The package is abandoned (last release 2021-04-20) and offers only a thin convenience wrapper around boto3 CloudSearch calls. For new projects, call boto3's CloudSearch client directly or use a maintained alternative. For existing code already using this package, consider migrating to direct boto3 calls to avoid potential compatibility issues as dependencies and AWS APIs evolve."},"id":"cloudsearch","links":{"html":"https://skillfed.io/packages/cloudsearch","md":"https://skillfed.io/packages/cloudsearch.md","pypi":"https://pypi.org/project/cloudsearch/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2021-04-20","license_spdx":null,"license_treatment":"permissive","name":"cloudsearch","python_support":"supports_current","summary":"cloudsearch sdk for aws cloudsearch"},"popularity":{"monthly_downloads":73963,"position":14896,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.0.12"}
