// C# examples coming soon
// Java examples coming soon
// Init mishmash iovar mishmash = new Mishmash();// store some datamishmash.fibonacci = [0, 1, 1, 2, 3, 5, 8];// add a usermishmash.users[id++] = {login: "username",password: "password"};
// PHP examples coming soon
# Init mishmash iomishmash = Mishmash()# store some datamishmash.fibonacci = [0, 1, 1, 2, 3, 5, 8]# add a usermishmash.users[uid+1] = {"login": "username","password": "password"}
# Ruby examples coming soon
// C# examples coming soon
// Java examples coming soon
// Initialize some local variablesteamA = 'Everton';teamB = 'Huddersfield';// submit an entire algorithmres = mishmash.fixtures(function(data) {// executed remotely in parallelfor (f of data) {if (f.homeTeam === teamA &&f.awayTeam === teamB) {// all data is in variables// add statements,// call functions// and more}}return 42;})
// PHP examples coming soon
# Initialize some local variablesteamA = 'Everton'teamB = 'Huddersfield'# submit an entire algorithmdef algorithm(data):# executed remotely in parallelif data.homeTeam == teamA and data.awayTeam == teamB:# all data is in variables# add statements,# call functions# and morereturn 42res = mishmash.fixtures(algorithm)
# Ruby examples coming soon
mishmash io is available as a fully-integrated solution on major cloud providers where it can be deployed with complete automation.
On-Premise setups are also supported, as well as free environments to experiment with and learn about mishmash io.
Click on an item below to get mishmash io:
Install dependencies
$ npm install @mishmash-io/mishmash-io-client
$ pip install mishmash-io-client
<dependencies><dependency><groupId>io.mishmash</groupId><artifactId>mishmash-io-client</artifactId><version>1.1.0</version></dependency></dependencies>
{"require": {"mishmash-io/mishmash-io-client": "1.1.*"}}
$ gem install mishmash-io-client
<dependencies><dependency id="mishmash.io.client" version="1.1.0" /></dependencies>
Get started with your programming language
Browse a growing list of integrations to support your Data Science, DevOps, MLOps and other activities