Access control - authentication overview
Authentication can be performed within applications built on the Genesis low-code platform through many techniques. All of these techniques support Multi-factor Authentication (MFA) to bring additional security.
Access control - authorisation
Types of control
Access control - authorisation overview
Authorisation
Access control - introduction
The Genesis low-code platform has a collection of access control mechanisms to limit usage of your application and access to specific data and functions dynamically.
Access control - username and password authentication
We will now go through the various configuration options available for authentication. These are located in your application-name-auth-preferences.kts file.
Apache Camel - advanced
Automatic import
Apache Camel - basics
Apache Camel integrations are defined within your application's jvm/-script-config/{app-name}-camel.kts file.
Apache Camel - configuring runtime
System definitions
Apache Camel - examples
Reading from an SFTP server
Apache Camel - introduction
The Genesis low-code platform supports the use of Apache Camel in order to integrate with external systems, using its plethora of components.
Apache Camel - testing
To create integration tests for your Apache Camel routes, you need to create service tests by extending the AbstractGenesisTestSupport class and specifying the relevant application-name-camel.kts file as the scriptFileName.
Consolidator - advanced
Consolidator groups
Consolidator - basics
You define a Consolidator service in a consolidator.kts file. Within the file, you can define as many Consolidators as you like. Each one is specified in a Consolidator block of code.
Consolidator - configuring runtime
For your Consolidator to run, it must be defined as a process and included as a service definition. Make sure you update the following files in your application:
Consolidator - examples
Here is an example Consolidator file that defines two Consolidators:
Consolidator - introduction
A Consolidator exists to aggregate data or perform calculations whenever the underlying data is changed.
Consolidator - testing
Integration testing
Custom endpoints - advanced
A more advanced example of custom endpoints
Custom endpoints - basics
To create custom endpoints, you need to create a custom module.
Custom endpoints - configuring runtime
Configure processes.xml
Custom endpoints - examples
The example below is a collection of custom endpoints supporting SAML authentication. The LoginPostEndPoint, LoginUrlRequestEndPoint, LogoutEndPoint, and MetadataEndPoint all extend this AbstractSamlEndPoint.
Custom endpoints - introduction
The resources you create via the Request Server, Data Server and Event Handler are exposed to the front end as a series of REST endpoints.
Custom endpoints - testing
Integration testing
Data Pipeline - advanced
Enriching data from Genesis Database
Data Pipeline - basics
Where to define
Data Pipeline - configuring runtime
Configure processes.xml file
Data Pipeline - examples
Here is a full example of ingesting trades:
Data Pipeline - introduction
Genesis Data Pipeline enables you to stream data into and out of your Genesis application.
Data Pipeline - Testing
To test a data pipeline you need:
Data Server - advanced
Client-enriched data
Data Server - basics
Let's make things really simple.
Data Server - configuring runtime
There are two important files in your application that contain configuration information:
Data Server - examples
Enriching a query
Data Server - introduction
Data Servers monitor specific tables or views in the database. When a change in data occurs, the Data Server sends the updates to all its subscribers.
Data Server - testing
Integration testing
DB Streaming out - advanced
The generateSQLToRDB script
DB streaming out - basics
Configuration
DB streaming out - configuring runtime
GenesisToDb must be configured in your application-processes.xml file. The following is an example of how to do this:
DB streaming out - examples
Oracle Sample
DB streaming out - introduction
The GenesisToDb module enables you to stream data from the Genesis low-code platform to classic RDBMS databases, such as Oracle or MSSQL.
DB streaming out - testing
You can not programmatically test integrations configured using the GenesisToDb module. However,
Evaluator - basics
Dynamic rules
Evaluator - configuring runtime
Enabling the Evaluator
Evaluator - examples
You can see an example of a dynamic rule being configured in our tutorial.
Evaluator - introduction
It is often useful to run tasks periodically - for example to schedule the production of EOD reports, or to send a warning when a defined limit is reached. For such purposes, the Genesis low-code platform provides a feature called the Evaluator.
Evaluator - testing
To see a working example of both static and dynamic Evaluators, please go to the Setting Genesis Rules page, where there is a working example of both.
Event Handler - advanced
Custom reply message type
Event Handler - basics
Let's make things really simple.
Event Handler - configuring runtime
There are two important files in your application that contain configuration information:
Event Handler - examples
On this page, you can find useful examples of code for an Event Handler. We start with a very basic example, and then we provide further examples to cover key functions, such as exception handling and permissioning.
Event Handler - introduction
The Genesis low-code platform has a real-time event-driven architecture.
Event Handler - testing
Integration testing
Excel - functions
The following Excel functions are currently supported by ExcelToGenesis.
Excel - reference
The Genesis low-code platform enables you to convert existing Excel spreadsheets into Genesis data models.
FIX Gateways and Streamers - Customisation
While the standard architecture of the FIX gateway is more than sufficient for most use cases, it is not ideal for more demanding architectures.
FIX Gateways and Streamers - examples
Streamer
FIX Gateways and Streamers - FIX-Xlator
The FIX Xlator is a plugin for the Streamer and Streamer client, which enables type-safe handling of FIX messages. It also gives access to a set of vital integration features, such as FIXIN, EXECUTIONREPORT and CUSTOM_FIX.
FIX Gateways and Streamers - introduction
If your application needs to integrate with external systems through a FIX gateway, you need to be able to interpret incoming messages in the format of the external system and you need to be able to reformat information from the Genesis database when you send messages out to that system.
FIX Gateways and Streamers - Streamer
This page shows you how to create a Streamer.
FIX Gateways and Streamers - Streamer Client
This page shows you how to create a Streamer Client. It also looks at the syntax of the two types of Streamer Client that are available:
GPAL - introduction
Genesis Platform Abstraction Language (GPAL) is our own scripting language, which plugs into IntelliJ.
Inter-process messages - GenesisSet
GenesisSet is a generic message format used to send data between Genesis processes. The information in the messages must be stored as key-value pairs. A GenesisSet can store integers, booleans, text, etc. Importantly, it can also contain other GenesisSets.
Inter-process messages - introduction
In this area, we'll look at the standard message format sent between Genesis processes.
Inter-process messages - metadata annotations
The following annotations are found in the package global.genesis.message.core.annotation and can be applied when defining Kotlin data classes to be used as input I message types.
Inter-process messages - type-safe messages
The Genesis low-code platform uses type-safe messages to perform message serialisation and deserialisation. In addition to this, it automatically extracts relevant metadata to expose this to the front end. These type-safe messages are most commonly used in Request Servers, GPAL Event Handlers and Event Handlers that have been implemented as a set of classes.
Java Event Handlers
Event Handlers can be written in Java using Event Handler APIs. On this page, we look at Event Handlers written using the Rx3 Event handlers
Learn the basics - building the server
With a database and two modules (a Data Server and an Event Handler) in place to supply data to the front end, we can now build our server.
Learn the basics - running the server
There are some simple commands that enable you to start and stop your server.
Market data adaptors - configuration
This page gives details of the configuration requirements common to adaptors for all vendors.
Market data adaptors - Refinitiv
Installation
Notify - configuration
The Genesis Notify module enables you to configure an application to send and receive messages to and from various messaging services.
Notify - email
Email configuration
Notify - Genesis Screen
The Genesis low-code platform provides a mechanism for creating pop-up toast notifications on screen in app. Any notifications sent to the Genesis Screen will be sent as a toast pop-up notification either on a company-wide or profile basis.
Notify - Microsoft Teams
Microsoft Teams provides a mechanism for exposing its channels to a remote system via webhooks. A webhook url can be created as described here
Notify - Symphony
Symphony is a secure instant messaging service focused on financial companies.
Operations - DbMon
DbMon is the Genesis database client. It provides an interface to the underlying database and hides the details about the specific database technology. Generic database clients can be used with the Genesis low-code platform, but we recommend that you use DbMon. This page gives details of all the DbMon commands and provides practical examples of how you can use them.
Operations - server commands
Genesis has numerous built-in commands that have their own individual functions.
Quick start - prepare the server & build
The application has three files that contain vital configuration information:
Request Server - advanced
Pre-processing a request
Request Server - basics
Let's make things really simple.
Request Server - configuring runtime
There are two important files in your application that contain configuration information:
Request Server - examples
You define your application's Request Server in a kotlin script file called application-name-reqrep.kts.
Request Server - introduction
Request Servers (otherwise known as request/replies and often shortened to reqrep) provide snapshot data from a table or view in response to a request from the front end. Once the response is received, the transaction is over (unlike a Data Server, which stays connected to the client and pushes updates).
Request Server - testing
Integration testing
REST endpoints - advanced
Authentication
REST endpoints - basics
Authentication
REST endpoints - configuring runtime
There are two important files in your application that contain configuration information:
REST endpoints - introduction
The Genesis low-code platform automatically exposes all the resources you have configured as REST endpoints via the Genesis Router. Unless configured otherwise, all requests require a valid SESSIONAUTHTOKEN HTTP header. A SESSIONAUTHTOKEN is retrieved after successful user authentication.
REST endpoints - testing
The REST Endpoints created by the Genesis low-code platform reflect your application's business logic. These endpoints can be configured through the Genesis Router.
Server configuration - Cache
Database caching on local microservices is supported out of the box. You can configure a caching layer for any Genesis module. The cache can reduce the database workload for tables that contain static data.
Server configuration - database technology
The Genesis low-code platform supports the following database technology:
Server configuration - Genesis Router
Genesis Router is responsible for all communication between front end and back end.
Server configuration - introduction
Some files are essential to the development and running of your application. You need to know what they are for and how to configure them. The pages in this section provide the details.
Server configuration - processes
Your application must have a -processes.xml file. This contains the configuration of each module in the application (Data Server, Request Server, Event Handler, etc). It is created automatically when you start a new Genesis project using GenX CLI tool, but you might well want to update it - and you certainly want to take a good look at it.
Server configuration - service definitions
Every application must have a -service-definitions.xml file. This is where you specify the ports of the various processes. These are used to communicate internally between processes.
Server configuration - system definition
The system-definition file genesis-system-definition.kts is the main configuration file for your application. This section explains all the different items that can be contained in the file.
Server reporting
Set-up
Server set-up - config management
This document describes the recommended uses of config management with Genesis frameworks. It is written for readers with some Linux system administration experience.
Server set-up - initial application installation
This section describes installing an application built on the Genesis low-code platform. Readers need to have some experience of Linux system administration.
Server set-up - preparing the host
This section is for users with experience of Linux system administration. Here we describe preparing a host to run applications built with the Genesis low-code platform.
Server tooling - code snippets
The following code snippets can be imported into IntelliJ to speed up repetitive development tasks, mainly around the declaration of Genesis scripts and configuration.
SSO - front-end configuration
In the front end of your application, there are two files that need to be checked and amended to ensure that the SSO workflow works correctly.
SSO - JWT
SSO is a mechanism that enables a user to be authenticated against a single system, and use that authenticated id across multiple applications - including those built on the Genesis low-code platform. This has the advantage that a user is required to log in only once, rather than once per system.
SSO - OIDC
SSO is a mechanism that enables a user to be authenticated against a single system, and use that authenticated id across multiple applications - including those built on the Genesis low-code platform. This has the advantage that a user is required to log in only once, rather than once per system. OpenID Connect (OIDC) is a simple identity layer on top of the OAuth 2.0 protocol. It enables applications to:
SSO - SAML
SSO is a mechanism that enables a user to be authenticated against a single system, and use that authenticated id across multiple applications - including those built on the Genesis low-code platform. This has the advantage that a user is required to log in only once, rather than once per system.
State Machine - advanced
The State Machine can be injected to the Event Handler script or API.
State Machine - basics
You define your State Machine as a specific type of Event Handler.
State Machine - configuring runtime
State Machines are defined as Event Handlers in your application's eventhandler.kts file. Ensure that your Event Handler is correctly configured for runtime.
State Machine - examples
The following example of a State Machine defines five events that control the transition of trades from one state to another.
State Machine - introduction
One of the key things you need to define in your data model is the various states that your financial entities (such as orders or trades) can go through - for example, new, amended, completed or cancelled.
State Machine - testing
Integration testing
Testing Java Event Handlers
Integration testing