-
Notifications
You must be signed in to change notification settings - Fork 17
/
.zenodo.json
38 lines (38 loc) · 1.14 KB
/
.zenodo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"contributors": [
{
"affiliation": "The University of Washington",
"name": "Kruper, John",
"type": "Researcher"
}
],
"creators": [
{
"affiliation": "The University of Washington",
"name": "Richie-Halford, Adam",
"orcid": "0000-0001-9276-9084"
},
{
"affiliation": "The University of Washington",
"name": "Rokem, Ariel",
"orcid": "0000-0003-0679-1985"
}
],
"description": "<p>Cloudknot is a python library designed to run your existing python code on AWS Batch.</p> <p>Cloudknot takes as input a python function, Dockerizes it for use in an Amazon ECS instance, and creates all the necessary AWS Batch constituent resources to submit jobs. You can then use cloudknot to submit and view jobs for a range of inputs.</p>",
"keywords": [
"Cloud",
"AWS",
"Distributed compution",
"Docker"
],
"license": "MIT",
"related_identifiers": [
{
"identifier": "http://nrdg.github.io/cloudknot",
"relation": "isPartOf",
"scheme": "url"
}
],
"title": "Cloudknot: Run your existing python code on AWS Batch",
"upload_type": "software"
}