GithubHelp home page GithubHelp logo

classicvalues / was-kubernetes Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wolframresearch/was-kubernetes

0.0 1.0 0.0 2.14 MB

License: MIT License

Dockerfile 2.48% Shell 91.85% HCL 5.67%

was-kubernetes's Introduction

Getting Started

The Wolfram Application Server (WAS) combines the computational power of the Wolfram Engine with the robust containerization technologies available today. It provides a scalable deployment model for your Wolfram-powered web applications. The documentation provided here along with the appropriate license will get you started in no time.

In order to deploy and use Wolfram Language content, you will need a license file provided by Wolfram Research. Contact your sales representative at 1-800-WOLFRAM to discuss licensing options.

The Wolfram Application Server runs within Kubernetes. You need to choose your Kubernetes environment. We support deploying the Wolfram Application Server onto Amazon, Azure and your on-premises cluster.

Amazon

Instantiate a cluster in Amazon EKS, check out the following repository (EnvironmentSetup/AWS) and follow the instructions in README.md.

Azure

Instantiate a cluster in Azure, check out the following repository (EnvironmentSetup/Azure) and follow the instructions in README.md.

On-premises

Contact Wolfram Technical Support for options and documentation.

Activation

Obtain a license file from your sales representative. This file needs to be deployed to the WAS as a node file in the conventional location .Wolfram/Licensing/mathpass. From a Wolfram Language client load the Wolfram Application Server package (you need do this only once in a Wolfram Language session to enable WAS service functions)

Needs["WolframApplicationServer`"]

then evaluate the following code:

was = ServiceConnect["WolframApplicationServer", "http://<your-base-url>"];
ServiceExecute[was, "DeployNodeFile",
{"Contents"-> File["path/to/mathpass"], "NodeFile" -> ".Wolfram/Licensing/mathpass"}]

Alternatively you may use the node files REST API to install the license file.

Restart the application using the restart API to enable your Wolfram Engines.

Development

In your Wolfram Language environment, evaluate PacletInstall["WolframApplicationServer"]. The guide page contains documentation links to Wolfram Application Server functions (WolframApplicationServer/guide/WolframApplicationServer). The service page describes the details of a ServiceConnection to a Wolfram Application Server (WolframApplicationServer/ref/service/WolframApplicationServer).

Additional Documentation

API Specifications

Other

was-kubernetes's People

Contributors

manjuchandrika avatar hussainahmedwolfram avatar manojrwri avatar mattklim avatar delaix avatar tsaheerwolfram avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.