Skip to content

Latest commit

 

History

History
 
 

machida3

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Machida3

Experimntal Python 3 version Machida is a Wallaroo-Python Runtime that enables a Wallaroo application to be written in Python.

Requirements

You will need your environment to be set up with a working Wallaroo.

Build

Build the program.

make build-machida3

Next Steps

The Wallaroo Python API

You can read up on the Wallaroo Python API.

Run Some Applications

Run Reverse Word (stateless computation)

See Reverse application instructions.

Run Alphabet (state computation)

See Alphabet application instructions.

Run Marketspread (state computation)

See Market Spread application instructions