Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.42 KB

Overview.md

File metadata and controls

24 lines (18 loc) · 1.42 KB

Small overview of GeoCASe tech stack

Firstly, all the data is harvested and processed using B-HIT which is a Berlin Harvesting and Indexing Toolkit. Basically how it works is that different institutions either setup their own providers and then B-HIT fetches data from the endpoints or we use a raw data file like an excel.

After the harvesting B-HIT adds data to the database and creates all the necessary tables, fields etc. In our stack B-HIT works like a black box, we add the endpoints and setup schedules but we can't control how the data is processed or how the standards are checked.

Next off we are indexing the data using Apache Solr which is basically a super fast and powerful search platform. All the data we are using in GeoCASe can be fetched from https://api.geocase.eu/v1/solr?q=* endpoint.

Some smaller services:

Matomo is used for analytics.