All Projects → storyscript → Storyscript

storyscript / Storyscript

Licence: apache-2.0
Magical coding language for tomorrow’s developer; the other 1 billion people not in GitHub. 🧙

Programming Languages

python
139335 projects - #7 most used programming language
language
365 projects

Projects that are alternatives of or similar to Storyscript

Terrahub
Terraform Automation and Orchestration Tool (Open Source)
Stars: ✭ 148 (-61.15%)
Mutual labels:  serverless, containers, orchestration
Batch Shipyard
Simplify HPC and Batch workloads on Azure
Stars: ✭ 240 (-37.01%)
Mutual labels:  serverless, containers
Komiser
☁️ Cloud Environment Inspector 👮🔒 💰
Stars: ✭ 2,684 (+604.46%)
Mutual labels:  serverless, containers
Service Fabric
We've moved!
Stars: ✭ 258 (-32.28%)
Mutual labels:  containers, orchestration
Mongoke
Instant Graphql for MongoDb (active branch is golang, rewrite in process)
Stars: ✭ 203 (-46.72%)
Mutual labels:  serverless, containers
Nstack
Type-safe, composable microservices for data analytics
Stars: ✭ 219 (-42.52%)
Mutual labels:  serverless, containers
Firecracker
Secure and fast microVMs for serverless computing.
Stars: ✭ 16,826 (+4316.27%)
Mutual labels:  serverless, containers
Hark Lang
Build stateful and portable serverless applications without thinking about infrastructure.
Stars: ✭ 103 (-72.97%)
Mutual labels:  serverless, orchestration
Rancher
Complete container management platform
Stars: ✭ 18,191 (+4674.54%)
Mutual labels:  containers, orchestration
Crossplane
Your Universal Control Plane
Stars: ✭ 4,414 (+1058.53%)
Mutual labels:  serverless, containers
Aws Microservices Deploy Options
This repo contains a simple application that consists of three microservices. Each application is deployed using different Compute options on AWS.
Stars: ✭ 370 (-2.89%)
Mutual labels:  serverless, containers
Knctl
Knative CLI
Stars: ✭ 163 (-57.22%)
Mutual labels:  serverless, containers
Dapr
Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge.
Stars: ✭ 16,274 (+4171.39%)
Mutual labels:  serverless, containers
Baker
Orchestrate microservice-based process flows
Stars: ✭ 233 (-38.85%)
Mutual labels:  serverless, orchestration
Wasm3
🚀 The fastest WebAssembly interpreter, and the most universal runtime
Stars: ✭ 4,375 (+1048.29%)
Mutual labels:  serverless, containers
Aws Etl Orchestrator
A serverless architecture for orchestrating ETL jobs in arbitrarily-complex workflows using AWS Step Functions and AWS Lambda.
Stars: ✭ 245 (-35.7%)
Mutual labels:  serverless, orchestration
Faasd
A lightweight & portable faas engine
Stars: ✭ 1,330 (+249.08%)
Mutual labels:  serverless, containers
Riff Tutorial
How-to guide for testing the riff FaaS platform and Istio on Google Kubernetes Engine.
Stars: ✭ 99 (-74.02%)
Mutual labels:  serverless, containers
Service Fabric
Service Fabric is a distributed systems platform for packaging, deploying, and managing stateless and stateful distributed applications and containers at large scale.
Stars: ✭ 2,874 (+654.33%)
Mutual labels:  containers, orchestration
Containerops
DevOps Orchestration Platform
Stars: ✭ 317 (-16.8%)
Mutual labels:  containers, orchestration

PyPi CircleCI Codecov Docs Contributor Covenant Code style: black

Magical coding notebook for tomorrow's developer.

Storyscript is code, editor, infrastructure and community all-in-one.
Fully open source and on a mission to make coding for everyone.

Learn more at https://storyscript.io


Developer Documentation

Installation

Storyscript can be installed with pip:

pip install storyscript

Usage

Write a simple story:

echo 'my-service message text:"hello world!"' > hello.story

Compile a story to JSON:

storyscript compile -j hello.story

Development documentation

Development docs are provided for those who wish to contribute to the project or want to understand how to execute compiled stories.

Install pre-commit and set up a git hook:

pip install --user pre-commit
pre-commit install

This will ensure that every commit is formatted according to black.

Contributing

If you want to contribute to Storyscript, you can join the community at our slack where we discuss features and future plans.

You can find open issues on github, along with contribution guidelines for happy coding. There are simple issues for new contributors and issues that need help

Contributors

The list of contributors is available here

Issues

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].