Overview

Tutorials overview

Tutorials to get you started on the Nextmv Platform.

Quick start

Install the Nextmv Python library and scaffold a new app in under 10 minutes:

pip install nextmv
nextmv init
Copy

The nextmv init command walks you through creating a new application interactively. For the full walkthrough, see the Quick start tutorial.

All tutorials

Nextmv is a DecisionOps platform built for developers. It is a set of tools for building, testing, deploying, and operating decision models. The Nextmv Platform is built around various components:

  • CLI: a command line interface for workflow management.
  • Cloud: a cloud service for hosting and running decision models, including experiments and tests.
  • Console: a web-based console for managing your apps, viewing results and collaborating.
  • Python SDK: Python libraries for modeling, optimization, and communicating with Nextmv Cloud.
  • Community apps: pre-built decision apps for common use cases.

These components are fully integrated to make it quick and seamless to deploy decision apps to production-ready infrastructure and manage different developer operation workflows.

The tutorials may be completed in any order. Each tutorial is self-contained and has all the instructions needed to complete it.

Here is the list of tutorials:

Num. Tutorial DescriptionLanguage Components
1Quick start - nextmv initScaffold and run a new Nextmv app interactively.PythonCLI
2Local experienceRun Nextmv applications locally.PythonPython SDK
3Connect your model - Python SDKBring an external model to the Nextmv Platform with Python.PythonPython SDK
Console
4Connect your model - CLIBring an external model to the Nextmv Platform with the CLI.C++
Java
CLI
Console
5Explore new model - CLIExplore new decision models and the Nextmv Platform with community apps and the CLI.PythonCLI
Console
6Explore new model - No codeExplore new decision models and the Nextmv Platform with no code.NoneConsole
7Orchestrate multiple models - NextpipeOrchestrate multiple decision models using workflows with Nextpipe.PythonNextpipe
Python SDK
CLI
Console
8Custom visualizationsAdd Plotly charts to run output.PythonPython SDK
CLI
Console
9Multi-file appsWork with CSV, Excel, and multiple data files.PythonPython SDK
CLI

There might be some overlap between the tutorials as they might be exploring similar concepts or using the same tool. However, each tutorial brings independent knowledge of the Nextmv Platform.

Page last updated

Go to on-page nav menu