Skip to main content
IBM developerWorks / Developer Centers
Sign In | Register dW
IBM Decision Optimization: on Cloud, for Bluemix...
  • Docs
  • Forum
  • News
  • GitHub
  • Support
  • Media Center

Contents

  • Welcome
  • Decision Optimization on Cloud
    • Get Started
    • How to get API Key and Base URL
    • How to see your jobs and usage history
    • Pricing Plans and Free Trial
  • Decision Optimization in DSX
  • DOcplexcloud APIs
    • Java API
      • Java Example
      • Javadoc
      • Java Library
      • Streaming Data in Java
    • Python API
      • Python Example
      • Python Reference
    • REST API
      • REST Example
      • REST Reference
      • Curl Commands
    • Node.js API
      • Node.js Example
      • Node.js Reference
    • R API
      • R Example
      • R Reference
    • Input and Output Files
    • Job Parameters
    • Job Status
    • Streaming Data
    • OPL Data Format
  • Optimization Modeling
    • Linear Programming
    • Constraint Programming
    • CPLEX Optimization Studio CE
    • DOcplex Modeling for Python

Node.js Example

October 28, 2016

This section shows you how to use the DOcplexcloud Node.js Client to create a job, submit it, and get results.

create_job

Create the job
Initialize a new job and
upload the associated model
and data files.
start_job

Submit the job
Submit the job to execute
and monitor its status until
it completes.
get_results

Get results
Access results and
download them to your
application.

 

See this example which shows you how to build a simple Node.js application that uses the Decision Optimization for IBM Cloud Service Service.

For more information see the DOcplexcloud NodeJS Sample documentation.

RSS Feed
  • Report Abuse
  • Terms of Use
  • Third Party Notice
  • IBM Privacy
IBM