bucketr
Royalty FreeLanguage
Python 2.x
Metrics
API Calls - 29
Avg call duration -
N/A
Permissions
The GNU General Public License (GNU GPL or GPL) is a free software license which guarantees end users the freedom to run, study, share and modify the software.
Learn More
Run an Example
Input
Output
[
{
"data": [
1,
2,
2,
3,
3,
3,
3
],
"limits": [
1,
4
]
},
{
"data": [
4,
5,
5,
6,
6,
6
],
"limits": [
4,
7
]
},
{
"data": [
9,
9
],
"limits": [
7,
10
]
}
]
Install and Use
Install
Install the Algorithmia CLI client by running:
curl -sSLf https://algorithmia.com/install.sh | sh
Then authenticate by running:
$ algo auth
# When prompted for api endpoint, hit enter
# When prompted for API key, enter your key: YOUR_API_KEY
Use
algo run legeorges/bucketr/0.1.0 -d '{"data":[3,3,3,5,6,2,2,1,5,4,6,9,9,3,6], "bucket_size": 3}' --timeout 300