Tutorial Projects
Tutorials in this guide are based on one simplified business scenario. The tasks in the tutorials provide step-by-step instructions and explain the main ideas so you gain understanding as well as practical knowledge. References to related information are provided so you can jump to the detailed documentation to learn more.
The Project Design Tutorial shows you how to configure a TIBCO BusinessEvents project, run it at the command line, and test its behavior. This tutorial focuses on ontology and inferencing.
The Cache OM Tutorial shows you how to add caching functionality to the project.
The Backing Store Tutorial shows you how to add a backing store, which allows the object data generated in the inference engine to be persisted on disk, and reused as needed.
The Monitoring and Management Tutorial explains how to configure the MM component and use it to deploy, monitor, and manage a cache-based project. This tutorial requires use of a cache based project, but it does not require use of a backing store.
You can do the Backing Store tutorial and the Monitoring and Management tutorials in any order. Both require a cache.
Configured Tutorial Projects are Provided
The tutorial projects, all based on the basic FraudDetection example, are located in the BE_HOME/examples/standard directory.
Additional Example Projects Provide More Learning
You can explore many examples in the BE_HOME/examples directory. These examples demonstrate specific techniques that you can apply in your work.
- The Fraud Detection Scenario
The tutorial is built on a simplified fraud detection scenario and decision making flow.