Managing Nom Nom Apps on a Nominode

Managing Nom Nom Apps on a Nominode

Nom Nom Apps contain the functions that you want to perform with your Nominode.  They can gather and transform data, among many other things.  Each Nom Nom App is documented in detail at https://my.nomnomdata.com/engine.

Subscribing to a Nom Nom App

  1. Open https://my.nomnomdata.com/store/list and click on the Login button in the upper right hand corner of the website.
  2. Log in using your Nom Nom Data account.
  3. Locate and click on the Nom Nom App that you would like to subscribe to.
  4. Select the Nominode that you would like to add the engine subscription to under the Subscribe With section.
  5. Click the Subscribe button and it will change into a Confirm button.
  6. Click the Confirm button and the Nominode that you selected will appear in the Existing Subscriptions section.
  7. If you have other Nominodes that aren't yet subscribed to the App, the Confirm button will turn back into a Subscribe button.
  8. If all of your current Nominodes have subscribed to the App, or if your role in the organization does not allow you to subscribe to Apps, the Subscribe button will not be visible.

Nom Nom App subscriptions are specific to each Nominode.  If you would like to use a Nom Nom App on multiple Nominodes, you will need to purchase a subscription for each Nominode by following the steps above.

Viewing your Nom Nom App Subscriptions

  1. Open https://my.nomnomdata.com and click on the Login button in the upper right hand corner of the website.
  2. Log in using your Nom Nom Data account.
  3. Select Nominodes under the Manage menu in the upper right hand area of the website.
  4. Click on the name of the Nominode with the subscriptions that you would like to view.
  5. Engine subscriptions and their statuses can be viewed in the Subscriptions sections at the bottom of the page.

Cancelling a Nom Nom App Subscription

  1. Open https://my.nomnomdata.com and click on the Login button in the upper right hand corner of the website.
  2. Log in using your Nom Nom Data account.
  3. Select Nominodes under the Manage menu in the upper right hand area of the website.
  4. Click on the name of the Nominode with the Subscription that you would like to cancel.
  5. Click on the Details button to the right of the Subscription in the Subscriptions section at the bottom of the page.
  6. Click on the yellow 'Cancel Subscription' button in the middle of the dialog window.
  7. Click on the red 'Confirm Cancellation?' button in the middle of the dialog window.
  8. The Status field next to the Subscription will change to 'Will not renew'.

Reactivating a cancelled Nom Nom App Subscription

  1. Open https://my.nomnomdata.com/ and click on the Login button in the upper right hand corner of the website.
  2. Log in using your Nom Nom Data account.
  3. Select Nominodes under the Manage menu in the upper right hand area of the website.
  4. Click on the name of the Nominode with the cancelled Subscription that you would like to reactivate.
  5. Click on the Details button to the right of the cancelled Subscription in the Subscriptions section at the bottom of the page.
  6. Click on the yellow 'Reactivate Subscription' button in the middle of the dialog window.
  7. Click on the red 'Reactivate subscription' button in the middle of the dialog window.
  8. The Status field next to the Subscription will change to 'Active'.

Once you have purchased a Nom Nom App subscription for a Nominode, it will remain in the Subscriptions list for that Nominode forever.  The App entry on the Store page will show the App as subscribed to your Nominode, regardless of whether or not the subscription is currently active.  There is no way to remove the App from the Nominode's list of Apps.


    • Related Articles

    • Testing Your Nom Nom App

      Local Testing For Nom Nom Apps created in Python, we recommend using pytest to locally test the code that you have written.  Follow this link for a general overview on how to install and use pytest.  In this article, we will discuss a few suggestions ...
    • Managing Tasks on a Nominode

      Tasks allow you to schedule and automate the execution of the functions within the Nom Nom Apps on your Nominode. Creating a Task Click on Tasks near the top of the left hand navigation menu of your Nominode. Set the Select Project field at the top ...
    • Creating Your First Nom Nom App

      In this tutorial, we will be examining the contents of the template Nom Nom App generated from the SDK and making it available to Tasks on your Nominode. Prerequisites Python 3.7.4 (or newer) https://www.python.org/downloads/ Docker 19.03 (or newer) ...
    • Adding Your Nom Nom App to Our Store

      When you deploy a Nom Nom App that you have created, it is immediately available to be used on all of the Nominodes within your Nom Nom Data organization.  However, if you want to share your Nom Nom App with others outside of your organization, ...
    • Managing Users on a Nominode

      Adding a New User Any person that you would like to add to your Nominode must have a Nom Nom Data account.  New accounts can be registered at https://auth.nomnomdata.com/sign-up Open https://my.nomnomdata.com and click on the Login button in the ...