Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

ozwillo/ozwillo-dc-exporter

Repository files navigation

DC Exporter

DC Exporter is a data synchronizer between the Ozwillo Datacore and the Open Data platform CKAN

Features

  • 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

Prerequisites

Building requires :

  • Java 8
  • MongoDB 2.6
  • Node 5.6.0
  • Ozwillo ecosystem(Kernel,Datacore,etc)

Installing

  • Clone this repository
git clone https://github.com/ozwillo/ozwillo-dc-exporter/
  • After cloning this repository, install the Front End packages
yarn install

Running the DC Exporter

  • Run Sring Boot
./gradlew bootRun
  • Run webpack-dev-server
yarn start

Open http://localhost:3000

NB: to be used, DC Exporter features require Kernel and Datacore servers to be deployed and configured in application.yml.