Coder Social home page Coder Social logo

export-subsidies's Introduction

Export Subsidies

Script to export subsidy-related data in preparation for app-subsidiepunt.

CLI options

usage: main.py [-h] [-s SPARQL_ENDPOINT] [-l LOKET_PATH] [-e EENHEDEN] [-p PROCESSES]

Export subisidy data

options:
  -h, --help            show this help message and exit
  -s SPARQL_ENDPOINT, --sparql_endpoint SPARQL_ENDPOINT
                        Loket Database SPARQL endpoint
  -l LOKET_PATH, --loket_path LOKET_PATH
                        Absolute path to loket application
  -e EENHEDEN, --eenheden EENHEDEN
                        Dump data for a specific list eenheden; provide uuids
  -p PROCESSES, --processes PROCESSES
                        This provides the number of parallel processes (default 1)

Run

Docker

docker build -t cecemel/export-subsidies:latest .

Adding this to docker-compose loket

In the docker-compose.override.yml in app-digitaal-loket

# (...)
export-subsidy-data:
  image: cecemel/export-subsidies:latest
  volumes:
    -  ./:/data/app-digitaal-loket
    - ./export-subsidy-data:/app/output
  entrypoint: [ "python", "main.py", "-p", "4" ]

Example

On my machine I run. This is an example, your parameters may vary.

# (...)
export-subsidy-data:
  image: cecemel/export-subsidies:latest
  volumes:
    -  ./:/data/app-digitaal-loket
    - ./export-subsidy-data:/app/output
  entrypoint: [ "python", "main.py", "-s", "http://virtuoso:8890/sparql", "-l", "/data/app-digitaal-loket", "-e", "6463c55877def582f642cb5b3b4a7eab60d8d8dd9779fc45d87e4c8aa5d9a07e"]

Tips

changing the script => requires new build

As the title says.

export-subsidies's People

Contributors

cecemel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.