Extension SQL


Extension Basics

Title
SQL
Name
ckanext-sql
Type
Public extension
Description
A CKAN extension providing SQL-related functionality for enhanced data querying capabilities within CKAN instances.
CKAN versions
Download-Url (zip)
Last commit
5 years ago (2020-10-21 15:37:25)
Url to repo
Category
Data Management & Quality


Background Infos

Description (long)
Show details

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

  1. Activate your CKAN virtual environment.
  2. Clone the repository: git clone https://github.com/microcomp/ckanext-sql.git cd ckanext-sql python setup.py develop
  3. Add sql to the ckan.plugins setting in your CKAN config file.
  4. Restart CKAN.

License

AGPL-3.0

Version
0.1
Version release date
(not set)
Contact name
microcomp
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

No configuration documentation available.

Plugins to configure (ckan.ini)
sql
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions