{ "cells": [ { "cell_type": "markdown", "id": "85afd2e5", "metadata": {}, "source": [ "# Standalone example" ] }, { "cell_type": "markdown", "id": "89aaa688", "metadata": {}, "source": [ "## Introduction" ] }, { "cell_type": "markdown", "id": "c9b29270", "metadata": {}, "source": [ "An example that uses the PyGranta Data Flow Extensions package to interact with a resource that isn't part of a\n", "standard Granta MI system." ] }, { "cell_type": "markdown", "id": "0952195f", "metadata": {}, "source": [ "This example script logs the record identifying information, which is received from MI Data Flow. This could be\n", "replaced with any other business logic which can make use of the data provided by MI Data Flow. To perform operations\n", "that rely on additional information from a Granta MI system, see the other examples in this package." ] }, { "cell_type": "markdown", "id": "0a045954", "metadata": {}, "source": [ "### Useful links\n", "* [Recommended script structure](../user_guide/index.rst#recommended-script-structure)\n", "* [Business logic development best practice](../user_guide/index.rst#business-logic-development-best-practice)" ] }, { "cell_type": "markdown", "id": "eabe2044", "metadata": {}, "source": [ "