Skip to content
logoBack to home screen

Docs tagged "Tutorial"

Tutorials help you understand Tribefire through practical examples.

49 files


Manipulating Resources

Tribefire provides several methods allowing you to easily interact with resources....
Tutorial

Using Localization

In tribefire, localization is handled by the entity type LocalizedString. To use localization, the property type must be defined as ...
Tutorial

Setting up Tribefire in a Distributed Environment

Follow these instructions to set up tribefire in a distributed environment..........
Configuration Tutorial

Implementing a Resource Enricher

A resource enricher is used to analyze the binary content of a Resource to set its metadata properties like ...
Tutorial

Storing User Sessions Externally

You can configure Tribefire to store user sessions in an external database....
Configuration Tutorial

Creating a Scripted Transition Processor

A transition processor is used in the dataflow engine to manipulate the process entity or objects belonging to it when it reaches a configured node or edge. You can attach such a processor to the following components:...
Tutorial

Using the Garbage Collector

A garbage collector is used to delete entities that are no longer needed in a specific access....
Tutorial

Configuring CORS

Cross Origin Resource Sharing (CORS) is used to serve content from a tribefire instance to an application which has a different origin than the tribefire instance....
Configuration Tutorial

Connecting a MSSQL Database

Using Control Center you can create a connection to an MSSQL database, allowing you to manipulate the data stored there. Once you have created a connection, you can import the database schema and automatically generate models from these tables, which gives you the opportunity to create, edit, delete entries in the database, as well as being able to execute queries from within Control Center.......
Tutorial

Quick Start with Java

Follow these instructions to quickly set up an IDE and start coding in Java................
Tutorial

Persisting Resources in SQL Database

You can change the default location of where your resources are persisted....
Tutorial

Using Access Control

The access control list allows you to grant or deny CRUD and custom operation permissions to different roles on instance level. To use ACL in your model, make sure to have the ......
Tutorial

Creating Service Requests

Along with the developing a service processor, creating a service request is an essential part of the process of implementing custom functionality into Tribefire.......
Tutorial

Creating Documentation Portals

As everything in tribefire, this documentation portal is essentially a set of aggregated platform assets, hosting Markdown files with the actual content (and a few ...
Tutorial

Configuring Workbench

Configuring a workbench access allows you to customize how your access looks like in Explorer....
Tutorial

Creating a Scripted State Change Processor

In this tutorial we are going to create a scripted state change processor which automatically creates an e-mail address for instances of the ...
Tutorial

Setting up IDE for Cartridge Development

You must make sure your IDE can manage all necessary dependencies before you start developing cartridges...................
Tutorial

Using Control Center

Get to know how to use Explorer....
Tutorial

Connecting an Oracle Database

In this tutorial you are connecting to an external data repository using an access. An access is a bridge between a model and the data stored in a specific repository.......
Tutorial

Enabling Auditing

Auditing allows you to store the data about manipulations done on instance and model level....
Configuration Tutorial

Creating Workers

In this tutorial, you're going to create a simple worker which changes data on Person entity type instances (in this particular case, it changes the first and last name to ...
Tutorial

Exporting Custom Models to tribefire Repository

When developing cartridges, you must ensure that all sources, including custom models, are found in the repository....
Tutorial

Configuring JWT Authentication

Tribefire supports JWT authentication, which is configured via Cortex Configuration in Control Center...
Configuration Tutorial Authorization JWT

Setting Up Platform Assets

In this procedure you will create a local directory structure and use Jinni to create a setup for further platform asset development................
Tutorial

Configuring tribefire with configuration.json

You can use the configuration.json file to configure certain aspects of Tribefire....
Configuration Tutorial

Creating a Process Definition

You define the flow of your process using Process Designer. The process designer is a GUI tool that allows you to design the process definition, done through the creation of two main elements: nodes and edges....
Tutorial

Using Modeler

Modeler is a UI client which allows you to create models. Modeler is embedded in Control Center, but you can also use it as a standalone application....
Tutorial

Working with Platform Assets

To fully show the power and the collaboration features behind platform assets, you will perform several different steps in this tutorial. The steps will include creating a model, assigning this model to an access, creating the respective platform assets, deploying them to a repository and setting up your platform from scratch based on your new assets....
Tutorial

Creating a Scripted Condition

A condition is used to determine the progression of the process when a node has several conditional edges leading from it. You can attach a condition to the following components:...
Tutorial

Creating a Smart Access

If you want your model to aggregate information coming from different sources, you need a smart access....
Tutorial

Persisting Service Requests

You can persist transient service requests for later reuse in a workbench access....
Tutorial

Creating Registry-bound Deployables

Decoupling the configuration of a deployable from the Cortex database allows you to easily inject deployables from outside of Cortex. Registry-bound deployables are types of deployables which are not read from the Cortex database directly....
Configuration Tutorial

Adding New Licenses

Tribefire is controlled by a license file, without which the creation of new accesses and other functionality is blocked....
Configuration Tutorial

Tribefire Tutorials

Here is a list of Tribefire most common tutorials that you need to learn whether you are modeling or developing with Tribefire....
Tutorial

Changing Resource Folder Location

You can change the default directory where your resources are persisted. You can do this by overriding certain properties of the entity type the resource comes from....
Tutorial

Connecting a PostgreSQL Database

In this tutorial you are connecting to an external data repository using an access. An access is a bridge between a model and the data stored in a specific repository.......
Tutorial

Validating Data

You can perform basic data validation checks using the Data Validation cartridge....
Configuration Tutorial

Importing/Exporting Assemblies

You can import and export assemblies using certain predefined service requests and before actually synchronizing the data with your instance, you have the possibility of looking up what is inside a resource or a package....
Tutorial

Adding Static Resources to Cartridges

You can package static resources with your cartridge. Such resources can be images, JavaScript files, .zip files, and other files....
Tutorial

Creating a Scripted Service Processor

In this tutorial you are going to create a scripted service processor which creates a new user from Control Center without the need to switch to the ...
Tutorial

Creating a Dataflow Model and Access

Dataflow engine works based on a model, acces, and the dataflow engine components. Apart from the configuration of those components, you must make sure to configure your model and access correctly....
Tutorial

Creating a Workbench Access

If you want to configure how your custom access looks in Explorer you need a workbench access....
Tutorial

Displaying Hibernate Access SQL Statements in Console

Hibernate has build-in a function to enable the logging of all the generated SQL statements to the console. You can enable it in Tribefire by adding a ......
Tutorial

Connecting a MySQL Database

In this tutorial you are connecting to an external data repository using an access. An access is a bridge between a model and the data stored in a specific repository.......
Tutorial

Implementing a Binary Processor

A binary processor is an extension point that allows you to stream binary data....
Tutorial

Importing/Exporting Assemblies in Control Center

You can use Control Center to import and export assemblies.For more information on each of the following actions, see ...
Tutorial

Creating Users and Assigning Roles

Tribefire enables you to create users and assign custom roles to them....
Tutorial

Creating Template-based Actions

Template-based actions are a powerful feature of Tribefire, improving (or even defining) the functionality of your accesses by allowing you to build custom operations. These operations can be then easily managed via their template....
Tutorial

Creating Push Requests in Control Center

You can easily evaluate, create and save push requests in Control Center..........
Tutorial