ckanext-dataexplorer-graphql
A Data Explorer app for CKAN built in React fetching data from the Data-API.
Features
A Data Explorer app for CKAN built in React fetching data from the Data-API.
Installation
- Requires an existing Data-API instance running with Hasura behind it
- All resources need proper aliases without numbers at start
- Datastore table needs to be tracked by Hasura for GraphQL API
- React code repository: https://github.com/datopian/data-explorer-graphql
Install:
pip install -e git+https://github.com/datopian/ckanext-dataexplorer-graphql.git#egg=ckanext-dataexplorer-graphql
- Add
dataexplorer_view to ckan.plugins for multiview visualization table
- Add
dataexplorer_table_view for table view
- Set
ckanext.data_explorer_react.data_api_url config setting (e.g., http://localhost:3000/v1/)
Configuration
ckanext.data_explorer_react.data_api_url = http://localhost:3000/v1/
License
AGPL-3.0