https://github.com/raphw/stortinget
Reads the data exposed by the Stortinget data API.
https://github.com/raphw/stortinget
Last synced: 12 months ago
JSON representation
Reads the data exposed by the Stortinget data API.
- Host: GitHub
- URL: https://github.com/raphw/stortinget
- Owner: raphw
- Created: 2016-02-01T22:37:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-05T15:55:53.000Z (about 10 years ago)
- Last Synced: 2025-01-24T18:48:55.103Z (about 1 year ago)
- Language: Kotlin
- Size: 96.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This application processes the data that is provided by the Norwegian parliament at [https://data.stortinget.no]().
It processes all supplied XML files and links the data as a connected graph in a Neo4J database. This application
can be run either:
1. Without arguments. This triggers a dry run where all collected information is printed to the console.
2. With a single argument representing a folder on the local file system. This triggers an extraction into a graph database. The folder must be writable and empty.