Skip to content

Elasticsearch front-end for searching through meeting data from 100+ municipalities

License

Notifications You must be signed in to change notification settings

hlgrondijs/ori-search

 
 

Repository files navigation

Open Raadsinformatie Search

Build Status

Search through meeting documents of 100+ Dutch local governments. Powered by Open Raadsinformatie.

Check it out at ori.argu.co!

Using the ORI API

Check out the API docs and the example requests.

Run front-end

  • cd front
  • yarn
  • yarn dev

Run server

  • cd server
  • yarn
  • yarn dev

Run using docker

  • Buid the docker image docker build . -t argu/ori-search
  • ... Or pull it from dockerhub: docker pull argu/ori-search
  • Run it docker run -it -p 8080:8080 -e PORT=8080 argu/ori-search
  • Visit http://localhost:8080

Contribution guidelines

Read contribute.md

Deployment

Semaphore tracks the master branch and deploys succesful builds to a public docker hub repository.

Architecture

The front-end is a search and browse GUI. It's a typescript react application that uses reactiveserach for search components, link-redux for linked data (RDF) resource rendering and react-pdf to display PDF files.

The server is a node express application that serves as both a static file server and a proxy that forward elasticsearch queries to the elastic endpoint of open raadsinformatie.

Connecting with Elasticsearch

Make sure ES has the correct proxy settings.

Credits

  • VNG Realisatie for funding.
  • Open State Foundation for providing useful feedback on this project and starting Open Raadsinformatie.
  • Software developed by Joep Meindertsma from Argu / Ontola.
  • Feedback from @breyten, @aolieman, @fletcher91, @jurrian
  • Various open source projects that we're using, most notably ReactiveSearch and Link-Lib. Check out the package.json files to see which projects were used.
  • @aolieman and Hendrik fpr implementing the Glossary feature (select text in PDF to view definition).

About

Elasticsearch front-end for searching through meeting data from 100+ municipalities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 85.9%
  • CSS 10.0%
  • JavaScript 2.5%
  • HTML 1.6%