Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 85 Next »

This article briefly decribes the microservices of yuuvis® Momentum.

Table of Contents

Introduction

The requirement of high and thus horizontal scalability as well as high availability is currently best combatted by architectures comprising of distributable small services which can be run in more than one instance. Such architectures offer redundance and pinpoint scalabilityleading, among other advantages, to the wild success of this architectural pattern. This article describes the services yuuvis® Momentum is made of.

Core Services

yuuvis® Momentum fields a core consisting of a small zoo of cloud-native microservices, which allows for high availability and scalability. The entirety of the core's functions is made available through the API-gateway as core API. Two servicesthree if counting in the API-gateway serve the microservice architecture itself: ADMIN allowing service administration like restarting a service or changing its intended amount of instances, and CONFIG, reading, caching and delivering configuration information to the other services.

NameFunctionConfiguration profilesCertificatesStandard portsScalable
Gateway
APIAPI-gatewayprod, cloud, redisno7450-7459yes
Basic Core Services
AUTHENTICATIONuser authentication, session managementprod, cloudyes80no
ORGANIZATIONmapping users to roles (the latter carrying the permissions)prod, cloud, mq, trusted, keycloakyes7440-7449yes
SYSTEMschema managementprod, cloud, mq, redisyes7400yes
(as of 2020 Autumn)
REPOSITORYmanagement of the binary storageprod, cloudno7500-7509yes
REGISTRYmanagement of object metadata in the relational databaseprod, cloud, mq, jpa, dbs, redisno7510-7519yes
INDEXindexing in Elasticsearchprod, cloud, es, mq, redisno7291-7300yes
SEARCHprocessing of queriesprod, cloud, es, mqno7221-7230yes
AUDITobject history, audit trail managementprod, cloud, jpa, dbsno7251yes
CONTENTANALYZERsynchronous full-text extraction and determination of the MIME typeprod, cloudno7430-7439yes
Archive Services
ARCHIVEconnector for storage solutionsprod, cloud, storageno7530-7539yes
Rendition Services
CONTROLLERjob messaging using third party RabbitMQ and more, used for asynchronous operationsprod, es, oauth2, lc, mqyes7332-7335yes
TEXTEXTRACTORasynchronous full-text extractionprod, cloud, lc, mqno7400-7429yes
RENDITIONgeneration of renditions of submitted documents
no7341yes

Structural Services

ADMIN* **administration, monitoring, configurationprod, cloudno7273yes
CONFIG configuration serverprod, cloud, nativeno7281yes
DISCOVERY**service registrationprod, cloudno7261no
Rollback Administration
COMMANDER*command tool for rollbacksprod, dbs, esno7412

no

* service of special interest for DevOps | ** obsolete when using Kubernetes


Read on

Graphical Overview / Use Cases (Flows)

Error rendering macro 'excerpt-include' : No link could be created for 'Graphical Overview / Use Cases (Flows)'.
 Keep reading

Authentication against the Core API

This article details the authentication methods compatible with the yuuvis® Core API and how to choose the correct one for your use case. Keep reading

Configuring Services using Profiles

This article explains the usage of service profiles in yuuvis® Momentumhow to add and use custom profiles. Keep reading

  • No labels