Extension CKAN Cluster


Extension Basics

Title
CKAN Cluster
Name
ckanext-ckan_cluster
Type
Public extension
Description
The **ckanext-ckan_cluster** extension for CKAN provides functionality to manage and monitor active
CKAN versions
Download-Url (zip)
Last commit
5 years ago (2020-11-18 12:01:05)
Url to repo
Category
Authentication & Security


Background Infos

Description (long)
Show details

.. You should enable this project on travis-ci.org and coveralls.io to make these badges work. The necessary Travis and Coverage config files have been generated for you.

.. image:: https://travis-ci.org/ckan/ckanext-ckan_cluster.svg?branch=master :target: https://travis-ci.org/ckan/ckanext-ckan_cluster

.. image:: https://coveralls.io/repos/ckan/ckanext-ckan_cluster/badge.svg :target: https://coveralls.io/r/ckan/ckanext-ckan_cluster

.. image:: https://pypip.in/download/ckanext-ckan_cluster/badge.svg :target: https://pypi.python.org/pypi//ckanext-ckan_cluster/ :alt: Downloads

.. image:: https://pypip.in/version/ckanext-ckan_cluster/badge.svg :target: https://pypi.python.org/pypi/ckanext-ckan_cluster/ :alt: Latest Version

.. image:: https://pypip.in/py_versions/ckanext-ckan_cluster/badge.svg :target: https://pypi.python.org/pypi/ckanext-ckan_cluster/ :alt: Supported Python versions

.. image:: https://pypip.in/status/ckanext-ckan_cluster/badge.svg :target: https://pypi.python.org/pypi/ckanext-ckan_cluster/ :alt: Development Status

.. image:: https://pypip.in/license/ckanext-ckan_cluster/badge.svg :target: https://pypi.python.org/pypi/ckanext-ckan_cluster/ :alt: License

=============

ckanext-ckan_cluster

This extension fetches the list of active instances along with their config-repos and routes from jenkins and writes the data to a csv which is then pushed as a resource to a dataset and also updates the data in the gsheet.

  • It has two two action endpoints
    • /api/action/active_instances
      • Returns a list of active instances along with their config-repo and url-routes
    • /api/action/update_instance_list
      • Writes the active-instances to gsheet
      • Looks for an organization with organization_name(configurable)
      • If not present prompts with a message that organization not found
      • If present creates a dataset with dataset_name(configurable) if already not
Version
Version release date
(not set)
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
ckan_cluster
CKAN Settings (ckan.ini)
# ckan_cluster
=============
DB migration to be executed
(not set)
<< back to Extensions