0.8.0 • Published 6 years ago

@koumoul/cloud-processings v0.8.0

Weekly downloads
1
License
ISC
Repository
gitlab
Last release
6 years ago

Cloud processings

Use cloud providers APIs to process large tasks on temporary machines.

npm i

Create OVH authentication token:

node credentials.js

Don't forget to open the validationUrl in the response. The consumer key will be stored in a file CONSUMER_KEY.txt

Test a task:

mkdir data
node task.js testtask s1-2 test "MY_ENV=test test/hello.sh" hello.txt:data/hello2.txt hello.txt:data/

Test a task with and with a 50gb volume:

mkdir data
node task.js testtask s1-2:50 test test/hello.sh hello.txt:data/hello2.txt hello.txt:data/
0.8.0

6 years ago

0.7.3

6 years ago

0.7.2

6 years ago

0.7.1

6 years ago

0.7.0

6 years ago