Platform for distributed calculations

Hello, everyone

I’m a developer of Metaheuristic (MH) platform for distributed computations and I’d like to promote it to Go’s community.
Using MH you can create your own environment for distributed calculations and use Go as a programming language for writing functions.

MH allows you:

  • store functions written in Go, deploy these functions to computational nodes
  • create tasks for computation
  • deliver tasks and data to computational nodes
  • aggregate results

Some features of MH:

  • no any vendor lock, all your code will be executed as a binary at operation system level
  • support a multi-tenant for organizing a work of different teams
  • can run on any OS which is supporting Java

More information on MH you can find at https://docs.metaheuristic.ai

Also, you can ask questions on

project on Github - sergmain/metaheuristic

Thanks, Sergio

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.