Skip to main content

Apache Solr Dialect for Apache Superset::SQLAlchemy

Project description

Apache Solr dialect for SQLAlchemy

A dialect for Apache Solr that can be used with Apache Superset.

Installation

Installing the dialect is straightforward. Simply:

  1. Clone or download this repository
  2. Navigate to the directory where you cloned the repository
  3. Run the python setup.py to install
  4. Restart Superset
git clone https://github.com/aadel/sqlalchemy-solr
cd sqlalchemy-solr
python3 setup.py install 

Usage

To connect to Solr with SQLAlchemy, the following URL pattern can be used:

solr://<username>:<password>@<host>:<port>/solr/<collection>[?use_ssl=true|false]

References

  1. SQLAlchemy documentation
  2. SQLAlchemy dialects

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sqlalchemy_solr-0.1.dev0.tar.gz (11.8 kB view hashes)

Uploaded Source

Built Distribution

sqlalchemy_solr-0.1.dev0-py3-none-any.whl (15.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page