Updated for 2016 – For the previous version see: Getting Started on Algorithmia 2015
Algorithmia URL: https://algorithmia.com/
For languages it currently supports:
- Java
- Scala
- Python 2.x
- Python 3 (new!)
- JavaScript (new!)
- Rust (new!)
- Ruby (new!)
Also new as of 5/19/16 support for:
For source code the options are
- Open Source
- Closed Source
The open source licence options are
- Algorithmia Platform License
- Apache License 2.0
- GNU GPL v3.0
- MIT License
The closed source licence options are
- Algorithmia Platform License
- Apache License 2.0
- GNU GPL v3.0
I wasn’t able to find the details of their “Algorithmia Platform License” and plan to reach out to them for more details.
For calling your algorithms they provide sample code in the API documentation: http://docs.algorithmia.com/
Provided samples are:
Note: In the source code examples, while logged in, it pre-fills your API key into the example code. All except for the Scala example (it always uses “c6ca861e50054f63a0fc74b5f845bc1a”)
The Python code they provide is for the 2.x version. For 3.x version see my sample code.
It looks like the commented out HTML navigation items from my 2015 edition either were never implemented or are still on the rodamap:
- Clone Algorithm
- Run Locally
- Submit Algorithm
Resources