Presentation is loading. Please wait.

Presentation is loading. Please wait.

LoCloud Conference - Sharing local cultural heritage online with LoCloud services Microservices in LoCloud Walter Koch Gerda Koch

Similar presentations


Presentation on theme: "LoCloud Conference - Sharing local cultural heritage online with LoCloud services Microservices in LoCloud Walter Koch Gerda Koch"— Presentation transcript:

1 LoCloud Conference - Sharing local cultural heritage online with LoCloud services Microservices in LoCloud Walter Koch (kochw@ait.co.at) Gerda Koch (kochg@ait.co.at) AIT- Angewandte Informationstechnik Forschungs-GmbH, Graz - Austria LoCloud is funded by the European Commission's ICT Policy Support Programme

2 G.&W.Koch: Microservices in LoCloud 2 Content Project Context LoCloud Microservices Vocabulary Microservices – Technical Insights (examples) Microservices and Modern System Architectures – Deployment – Marketplace Amersfoort, 2016-02-05

3 G.&W.Koch: Microservices in LoCloud 3 Project Context – LoCloud is a Best Practice Network co-funded under the CIP ICT-PSP programme of the European Commission. – LoCloud is supporting small and medium-sized institutions in making their content and metadata available to Europeana. – A cloud-based technology infrastructure will enable the aggregation of local content, and – a number of microservices will help to reduce technical, semantic and skills barriers and to render the content more discoverable and interoperable. Amersfoort, 2016-02-05

4 G.&W.Koch: Microservices in LoCloud 4 Project Context Six development teams: AIT, Athena RC, AVINET, IPCHS, UPV/EHU, VUKFC All the services are implemented on virtual machines in a cloud testlab (using the OpenNebula cloud computing platform) API documentation is available for each service End-user interfaces are provided for three microservices Each service has been integrated in MORe Amersfoort, 2016-02-05

5 G.&W.Koch: Microservices in LoCloud 5 LoCloud Microservices http://support.locloud.eu/ Cloud-based microservices for metadata enrichment and capture: Geo-location API Vocabulary service Historic Place Names service Geo-coding application Vocabulary matching service Background linking service Wikimedia application Amersfoort, 2016-02-05

6 G.&W.Koch: Microservices in LoCloud 6 LoCloud Microservices LoGeo API Uses NER-Name Entity Recognition Recognizes and returns one or more place names candidates accompanied by geographical coordinates. GPL IPCHS Amersfoort, 2016-02-05

7 G.&W.Koch: Microservices in LoCloud 7 LoCloud Microservices Vocabulary service Based on “TemaTres” Incorporates 29 standard thesauri allows users to add and create vocabularies, and add terms or translations add thesauri terms to all items of a metadata package Integrated in MORE Exploited by the LoCloud vocabulary matching microservice via its API GPL AIT Amersfoort, 2016-02-05

8 G.&W.Koch: Microservices in LoCloud 8 LoCloud Microservices Historic Place Names service A semi-automatic historical geo- information management function and web service. Enables local cultural institutions to collaborate in developing the Thesaurus of HPN and enriching ingested metadata. Enables export of selected LoCloud HPN Thesaurus data sets. GPL VUKF Amersfoort, 2016-02-05

9 G.&W.Koch: Microservices in LoCloud 9 LoCloud Microservices Geo-coding application End-user oriented application allows institutions to add geographical locations to existing content in a controlled crowd-sourcing environment and then load the augmented data back into their original production databases. GPL AVINET Amersfoort, 2016-02-05

10 G.&W.Koch: Microservices in LoCloud10 LoCloud Microservices Vocabulary matching service Builds on work in the PATHS project (FP7) Automatically assigns relevant concepts and terms to item records Retrieves terms from the Vocabulary service UPV/EHU Apache License 2.0 Amersfoort, 2016-02-05

11 G.&W.Koch: Microservices in LoCloud 11 LoCloud Microservices Background linking service Based on work in PATHS Follows the Named Entity Disambiguation approach Enriches items with links to external contextual information in DBpedia and Wikipedia Apache License 2.0 UPV/EHU Amersfoort, 2016-02-05

12 G.&W.Koch: Microservices in LoCloud 12 LoCloud Microservices Wikimedia application A web service that uses a REST interface to communicate with Wikimedia commons The main functionalities are harvesting content form Wikimedia, parsing the harvested content, and identifying useful entities that can be mapped to the ESE or EDM metadata schemas. The mapped ESE / EDM records are then sent to MORe to be delivered to Europeana. Wikimedia Commons Licensing Athena RC Amersfoort, 2016-02-05

13 Vocabulary Microservices G.&W.Koch: Microservices in LoCloud 13Amersfoort, 2016-02-05

14 G.&W.Koch: Microservices in LoCloud 14 http://vocabulary.locloud.eu/ Vocabulary Microservices LoCloud uses a variety of standard vocabularies during the metadata enrichment process. These vocabularies have been established with the TemaTres tool and are available in the LoCloud testlab. In addition, you can add your own vocabularies, establish new vocabularies or add languages to existing vocabularies. Amersfoort, 2016-02-05

15 Technical Insights Vocabulary WebService; 20+ Functions, REST-API http:// test113.ait.co.at/tematres/vocab/services.php http:// test113.ait.co.at/tematres/vocab/services.php REST-API-Example: Search; UNESCO-Thesaurus http://test113.ait.co.at/tematres/unesco/services.php?task=search&arg=peace http://test113.ait.co.at/tematres/unesco/services.php?task=search&arg=peace SPARQL-Example; DISMARC-Genres http://test113.ait.co.at/tematres/vocab/sparql.php (SPARQL Endpoint) http://test113.ait.co.at/tematres/vocab/sparql.php Service Call („fetchTopTerms“); embedded in a test application (  „Vocabulary Microservice“) Test Application Development; Designer View The Test Application; Part of Data Entry http://dmdap.ait.co.at/index.php/vocabulary-test/ http://dmdap.ait.co.at/index.php/vocabulary-test/ Amersfoort, 2016-02-05 G.&W.Koch: Microservices in LoCloud 15 SELECT ?term WHERE { ?concept skos:prefLabel "Acid Jazz". ?concept skos:broader ?broader. ?broader skos:prefLabel ?term. }

16 G.&W.Koch: Microservices in LoCloud 16 Vocabulary WebService 20+ Functions, REST-API Parameters Example Amersfoort, 2016-02-05

17 G.&W.Koch: Microservices in LoCloud17 REST-API-Example: Search UNESCO-Thesaurus http://test113.ait.co.at/tematres/unesco/services.php?task=search&arg=peace Amersfoort, 2016-02-05

18 G.&W.Koch: Microservices in LoCloud18 SPARQL-Example DISMARC-Genres Query: "Find all Broader Terms for ‚Acid Jazz‘ “ SPARQL End Point: http://test113.ait.co.at/tematres/vocab/sparql.php http://test113.ait.co.at/tematres/vocab/sparql.php Query Result „Art“ Thesaurus Entry Amersfoort, 2016-02-05 PREFIX skos: SELECT ?term WHERE { ?concept skos:prefLabel "Acid Jazz". ?concept skos:broader ?broader. ?broader skos:prefLabel ?term. } Query

19 G.&W.Koch: Microservices in LoCloud19 Service Call („fetchTopTerms“) embedded in a test application Micro- Service Vocabulary Web Service Amersfoort, 2016-02-05

20 G.&W.Koch: Microservices in LoCloud 20 Test Application Development Designer View Development of a Drop Down List Amersfoort, 2016-02-05

21 G.&W.Koch: Microservices in LoCloud 21 The Test Application Part of Data Entry Path to the Thesaurus Item „Candidate Term“  Crowdsourcing activity (Vocabulary Management) Amersfoort, 2016-02-05 http://dmdap.ait.co.at/index.php/vocabulary-test/

22 Microservices and Modern System Architectures G.&W.Koch: Microservices in LoCloud 22 Amersfoort, 2016-02-05

23 G.&W.Koch: Microservices in LoCloud23 The LoCloud Aggregation Structure Enrichment Services Enrichment Services Europeana Cloud Testlab Amersfoort, 2016-02-05 Object Storage

24 G.&W.Koch: Microservices in LoCloud 24 About: Microservice Wikipedia: https://en.wikipedia.org/wiki/Microservices (2016-02-01) https://en.wikipedia.org/wiki/Microservices [...] microservices is a software architecture style in which complex applications are composed of small, independent processes communicating with each other using language- agnostic APIs. These services are small, highly decoupled and focus on doing a small task,facilitating a modular approach to system-building. Amersfoort, 2016-02-05

25 G.&W.Koch: Microservices in LoCloud 25 Evolution of Architectures pwc: Technology Forecast: Rethinking Integration, Issue 1, 2014, page 3 Amersfoort, 2016-02-05

26 G.&W.Koch: Microservices in LoCloud 26 Deployment of Microservices Locloud: Each LoCloud microservice is contained in a virtual engine (IaaS) Post LoCloud (AIT): Packaging (some) microservices 1) inside docker-containers (PaaS) Microservices are available via a private Docker Hub Management of microservices using Docker Swarm or Kubernetes Applications: OpenStack Swift for object storage Amersfoort, 2016-02-05 1) dotCloud, Inc. -http://www.docker.io/static/img/docker-top-logo.png, Apache License 2.0

27 Marketplace for Microservices Amersfoort, 2016-02-05 G.&W.Koch: Microservices in LoCloud 27 Data Management Data Entry (SPECTRUM) Vocabulary (LoCloud) Search (EuSounds) Navigation ( EuSounds) Data Presentation Media Selection Annotate Content Connect Content Data Exchange http://dmdap.ait.co.at/index.php/vocabulary-test/ http://dmdap.ait.co.at/index.php/showcase/ http://dmdap.ait.co.at/index.php/sandbox/ http://dmdap.ait.co.at/index.php/Media- selection/ http://dmdap.ait.co.at/index.php/Content- annotation/ http://kochw.webmaker.ait.co.at/popcorn/d

28 G.&W.Koch: Microservices in LoCloud 28 Contact Walter KochGerda Koch kochw@ait.co.atkochg@ait.co.at http://www.ait.co.at Amersfoort, 2016-02-05


Download ppt "LoCloud Conference - Sharing local cultural heritage online with LoCloud services Microservices in LoCloud Walter Koch Gerda Koch"

Similar presentations


Ads by Google