ckanext-sql
Due to the absence of a README file in the provided GitHub repository for ckanext-sql, a comprehensive description is not available. The extension appears to provide SQL-related functionality for CKAN.
The repository contains:
- ckanext/ directory with extension code
- setup.py for installation
- LICENSE.txt (AGPL-3.0)
The extension is primarily written in JavaScript (94.5%), CSS (2.1%), and SCSS (1.8%), suggesting it provides a SQL query interface or SQL-based data visualization capabilities for CKAN.
Installation
- Activate your CKAN virtual environment.
- Clone the repository:
git clone https://github.com/microcomp/ckanext-sql.git
cd ckanext-sql
python setup.py develop
- Add
sql to the ckan.plugins setting in your CKAN config file.
- Restart CKAN.
License
AGPL-3.0