From 5ee1fe38724f93aec0ca84d1e1113a32ea8dc009 Mon Sep 17 00:00:00 2001 From: james94 Date: Sat, 3 Oct 2020 01:59:31 -0700 Subject: [PATCH] Updated description for DAI MOJO deployment to MiNiFi --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62ebf3e..bad1404 100644 --- a/README.md +++ b/README.md @@ -30,5 +30,5 @@ deployment templates. - These examples are based off of the README.txt that comes with the Python Scoring Pipeline and details the many ways it could be used. Here, each example is standalone and has step-by-step instructions for preparing your environment and testing that the setup with successful. - Available Examples: - [EC2 Ubuntu HTTP Server](./python-scoring-pipeline/http_ec2_ubuntu.md) -- [Deploy Driverless AI MOJO to MiNiFi C++](./mojo-py-minificpp/README.md) - - This example will walk through how to use the custom MiNiFi Python processor to execute the Driverless AI MOJO Scoring Pipeline within a MiNiFi Data Flow to do batch scoring or real-time scoring. +- [Deploy Driverless AI MOJO Scoring Pipeline in a MiNiFi C++ Data Flow with CEM](./mojo-py-minificpp/README.md) + - This example will walk through how to install Cloudera Edge Management, which includes Edge Flow Manager, NiFi Registry and one MiNiFi C++ Agent and Driverless AI MOJO2 Python Runtime on an EC2 instance. It will then go through how to use EFM to build a data flow with Driverless AI MOJO Scoring Pipeline for a MiNiFi C++ Agent and publish that data flow to that agent. With Cloudera Ege Management and Driverless AI MOJO Scoring Pipeline integration, pushing ML models to an edge device is much easier.