DC Exporter is a data synchronizer between the Ozwillo Datacore and the Open Data platform CKAN
- Configure model mapping synchronization between Datacore and CKAN
- Choose fields to publish in Open Data
- Configure datasets metadata
- On-the-fly geocoding of resources
- List model mapping synchronizations
- Links to CKAN datasets and resources
Building requires :
- Java 8
- MongoDB 2.6
- Node 5.6.0
- Ozwillo ecosystem(Kernel,Datacore,etc)
- Clone this repository
git clone https://github.com/ozwillo/ozwillo-dc-exporter/
- After cloning this repository, install the Front End packages
yarn install
- Run Sring Boot
./gradlew bootRun
- Run webpack-dev-server
yarn start
NB: to be used, DC Exporter features require Kernel and Datacore servers to be deployed and configured in application.yml.