800 questions
0
votes
0
answers
75
views
Get a limit of organizations on the screen (CKAN)
I'm developing a theme on CKAN (inspired by https://data.gov.sg/) and I'm trying to display my organizations in cards at my index.html (see image and don't mind design errors :P) image of cards
I've ...
-2
votes
1
answer
75
views
CKAN: How to enable partial string search?
The default search behavior in CKAN is to only search full words.
I'd like to enable partial string search.
This kind of Google search behavior should apply to CKAN as well.
Example: my dataset titled ...
0
votes
1
answer
93
views
ckan sharing same cookie in 2 different machine's browser
I am currently working on ckan version 2.10 and deployed to a docker.
I have 2 machine with google chrome installed and both machine visited the same ckan's website. Let's called it PC1's browser and ...
1
vote
1
answer
189
views
Dataset Approval/Rejection in Ckan
I'm running a CKAN 2.10.3 on my ubuntu 22.04 server.
I need to configure my application such that the datasets created by an editor of an organization should be in "pending"/"waiting ...
-1
votes
1
answer
67
views
Cannot parse json in ckanapi
Im trying to use ckanapi but i have an error everytime i tried to use this command:
**ckanapi action package_create_default_resource_views {"create_datastore_views":true} **
KEY:JSON ...
0
votes
0
answers
74
views
ckan 2.10 update cookies to secure
I am using ckan version 2.10.3 and had updated the REMEMBER_COOKIE_SECURE=true and beaker.session.secure=true.
After updated the cookies secure to TRUE, I have encountered error
400 Bad Request
The ...
0
votes
1
answer
104
views
Cannot use CKAN API for my Localhost installation
I've installed a CKAN in my laptop and I can access it via browser with the localhost address, but I cannot access via API.
Is there some configuration I didn't do?
If I make a Google App Script API ...
0
votes
0
answers
161
views
CKAN package install does not see datapusher - Internal Server Error for url: http://127.0.0.1:8800/job
I installed CKAN on Ubuntu 22.04 using the package install instructions at https://docs.ckan.org/en/2.10/maintaining/installing/install-from-package.html - including setting up API tokens, adding the ...
0
votes
0
answers
63
views
How to create a download files button in ckan?
Hi I am currently using Ckan2.10 and would like to create a Download button in the ckan webpage. After clicked on the Download button, it will call the plugin.py to generate an excel file, but how can ...
0
votes
1
answer
383
views
CKAN 2.10 source installation fails, missing folders
I tried to install CKAN 2.10 on Ubuntu 22.04 following the instruction in the guide but runing CKAN fails, I receive python error message "PermissionError: [Errno 13] Permission denied: '/var/lib/...
0
votes
1
answer
81
views
Can I prevent users from creating new organizations in CKAN?
We are using a CKAN deployment to host a data Catalogue and we started by creating an organization to host all of our datasets. I'd like all users of my company to create datasets under that same ...
0
votes
0
answers
127
views
I can't add datapusher-plus to my CKAN in docker
I cannot have a CKAN with datapusher-plus I would like my CKAN to recover the data from the xlsx files as in the csv and thus have the data tables on the CKAN interface
what I want in my CKAN the xlsx ...
2
votes
1
answer
143
views
How to update CKAN metadata_created field for a dataset?
I would like to update the metadata_created field for a number of datasets (that were migrated from a previous system and so have incorrect creation times in CKAN).
I tried using the ckanapi to do ...
0
votes
0
answers
63
views
CKAN Data Extraction via API
Goal: Extract Berlin Crime Data via CKAN.
Can you anyone help me write a basic api request to validate that you can return the data documented here via CKAN? I am having trouble understanding how to ...
0
votes
1
answer
303
views
ckan 2.9.10 installation failed with docker compose (ckan docker not running)
I followed the CKAN official installation documentation here which installs ckan 2.9.10 with docker compose. But it fails to run the ckan container which is one of the containers built.
The building ...