TBD54566975 / ftl

FTL - Towards a 𝝺-calculus for large-scale systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Public Domain Image, source: Christopher S. Baird


FTL CI License

Documentation

https://tbd54566975.github.io/ftl/

Getting started

Install ftl, for example on macos:

brew tap TBD54566975/ftl && brew install ftl

Create a sample project (Go)

mkdir myproject
cd myproject
ftl init myproject .
ftl new go . alice

Build and deploy the module

Start FTL in one terminal:

ftl dev --wait-for=alice --recreate .

Then in a second terminal run the following:

ftl call alice.echo '{name: "Bob"}'

Project Resources

Resource Description
CODEOWNERS Outlines the project lead(s)
CODE_OF_CONDUCT.md Expected behavior for project contributors, promoting a welcoming environment
CONTRIBUTING.md Developer guide to build, test, run, access CI, chat, discuss, file issues
GOVERNANCE.md Project governance
LICENSE Apache License, Version 2.0

About

FTL - Towards a 𝝺-calculus for large-scale systems

License:Apache License 2.0


Languages

Language:Go 80.3%Language:TypeScript 9.6%Language:Kotlin 4.6%Language:Rust 1.8%Language:Shell 1.5%Language:PLpgSQL 1.0%Language:Just 0.7%Language:JavaScript 0.4%Language:HCL 0.2%Language:HTML 0.0%Language:CSS 0.0%