0.0.31 • Published 4 years ago

moonset v0.0.31

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Moonset

Moonset is a data processing framework on top of AWS. It provides both batch processing and stream processing. Try command:

npx moonset --help

For example, to run some hive tasks on AWS EMR. Try to following command.

# config the credentials
npx moonset config

# run a job
npx moonset deploy --job '{
    "input": [
      {"glue": { "dbName": "foo", "tableName": "apple"}}
    ],
    "task": [
      {"hive": {"sqlFile": "s3://foo/hive.sql"}}
    ],
    "output": [
      {"glue": { "dbName": "foo", "tableName": "orange"}}
    ]
}' 

All resources is managed by AWS CDK so there is minimum effort for infrastructure setup. You can run it in a brand new account.

0.0.31

4 years ago

0.0.30

4 years ago

0.0.29

4 years ago

0.0.25

4 years ago

0.0.24

4 years ago

0.0.23

4 years ago

0.0.22

4 years ago

0.0.20

4 years ago

0.0.18

4 years ago

0.0.19

4 years ago

0.0.17

4 years ago

0.0.16

4 years ago

0.0.15

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.0

4 years ago