acdh-oeaw / dylen-backend

1 stars 0 forks source link

About

DYLEN Tool was developed as part of the DYLEN Project and aims to assist researchers in gaining insights to the dynamics of the Austrian German lexicon in the last 20 years and to measure the influence of politicians on language change by visualizing lexical networks.

This repository hosts the backend part of the application, the Frontend part can be found here

Architecture

DYLEN Tool Architecture

Build & Run

Build

./gradlew build

Run

java -jar build/libs/dylen-ego-network-service

Example GraphQL Queries

GraphQL Examples

RUN DYLEN EGO NETWORK SERVICE WITH DOCKER IMAGE

docker pull registry.gitlab.com/acdh-oeaw/dylen/dylen-ego-network-service

docker run -p 5000:5000 -t registry.gitlab.com/acdh-oeaw/dylen/dylen-ego-network-service

Endpoint is http://localhost:5000/graphql

References