Skip to content

☁️ Hybrid cloud serverless function framework.

License

Notifications You must be signed in to change notification settings

serverless-moe/Raika

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

☁️ Raika Go Go Report Card Sourcegraph

Hybrid cloud serverless function framework.

Getting started

Login to cloud platform

Aliyun

Raika platform login  --platform aliyun --region-id cn-hangzhou --account-id <REDACTED>  --access-key-id <REDACTED> --access-key-secret <REDACTED>

Tencent cloud

Raika platform login  --platform tencentcloud --region-id ap-shanghai --secret-id <REDACTED> --secret-key <REDACTED>

List the cloud platform accounts

Raika platform list

Deploy serverless function

Raika function create \
    --name hello_unknwon \
    --memory 128 \    # MB
    --init-timeout 10 \   # seconds
    --runtime-timeout 10 \  # seconds
    --binary-file hello_unknwon \
    --env MYENV=here_is_env_var

Internal daemon

Raika provides an internal daemon service which allows you to run the serverless function periodically.

Start daemon service

Raika daemon start  

Create & Run periodic task

Raika daemon cron create --name helloworld --duration 5

Raika daemon cron run --name=helloworld

License

MIT License

About

☁️ Hybrid cloud serverless function framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages