Skip to content

Commit

Permalink
Rename and simplify community apps
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-quintero committed Sep 10, 2024
1 parent 32b282f commit 156f185
Show file tree
Hide file tree
Showing 292 changed files with 1,134 additions and 3,251 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,12 @@ order-fulfillment-gosdk/order-fulfillment-gosdk
knapsack-gosdk/knapsack-gosdk
shift-scheduling-gosdk/shift-scheduling-gosdk
nextroute/nextroute

# AMPL Secrets
ampl_license_uuid*
!ampl_license_uuid.template

# Gurobi Secrets
# Secrets
gurobi.lic*
!gurobi.lic.template
26 changes: 24 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,30 @@
# Nextmv community apps

Pre-built decision models serving as the base for [Marketplace subscription
Pre-built decision apps serving as the base for [Marketplace subscription
apps][subscription-apps]. Each app is standalone and can be executed following
the instructions in the README.
the instructions in each `README`.

## Hello world

Get started with one of the following apps:

* [go-hello-world]: Get started with Go and the Nextmv Platform.
* [java-hello-world]: Get started with Java and the Nextmv Platform.
* [python-hello-world]: Get started with Python and the Nextmv Platform.

## More apps

These examples are concrete cases of using different languages and solvers in
decision apps that run on the Nextmv Platform.

## Other, more complex, examples

Use devcontainers to run the app on Docker like it would be run on Nextmv
Cloud.

* [python-pyomo-knapsack]: Use Python and Pyomo to solve a knapsack problem.
* [java-ortools-knapsack]: Use Java and OR-Tools to solve a knapsack problem.
* [go-nextroute]: Solve a Vehicle Routing Problem using `nextroute`.

Before starting:

Expand Down
80 changes: 0 additions & 80 deletions cost-flow-ortools/README.md

This file was deleted.

1 change: 0 additions & 1 deletion cost-flow-ortools/VERSION

This file was deleted.

30 changes: 0 additions & 30 deletions cost-flow-ortools/cost-flow-ortools.code-workspace

This file was deleted.

6 changes: 0 additions & 6 deletions cost-flow-ortools/requirements.txt

This file was deleted.

15 changes: 0 additions & 15 deletions demand-forecasting-ortools/.devcontainer/devcontainer.json

This file was deleted.

52 changes: 0 additions & 52 deletions demand-forecasting-ortools/README.md

This file was deleted.

1 change: 0 additions & 1 deletion demand-forecasting-ortools/VERSION

This file was deleted.

6 changes: 0 additions & 6 deletions demand-forecasting-ortools/requirements.txt

This file was deleted.

3 changes: 0 additions & 3 deletions facility-location-ampl/.gitignore

This file was deleted.

110 changes: 0 additions & 110 deletions facility-location-ampl/README.md

This file was deleted.

1 change: 0 additions & 1 deletion facility-location-ampl/VERSION

This file was deleted.

Loading

0 comments on commit 156f185

Please sign in to comment.