This article is the first of two – the first one is running a simple Kubernetes Development environment with one container per CKAN service and not worrying about maintaining state on the PostGreSQL, Redis or Solr components.
A lot of Link Digital’s work involves the development of data portals using two key pieces of open source software, the Comprehensive Knowledge Archive Network (CKAN) and Drupal.
Continue ReadingActions are essentially the API endpoints or operations that can be performed within the CKAN system. Actions can be categorised into several groups. Read more.
Each Blueprint functions like a mini application that can be registered with the main Flask application. This modular approach helps in organising code, reducing redundancy, and improving maintainability.
This toolkit provides a structured way to develop plugins that can enhance the core behaviour, extend the data model, add new features, or integrate CKAN with other systems.
Central to CKAN’s functionality and user experience are its templates, […]