Skip to content

FTL is a platform for building distributed systems that are safe to operate, easy to reason about, and fast to iterate and develop on.

License

Notifications You must be signed in to change notification settings

block/ftl

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1f7ec20 · Sep 25, 2024
Sep 20, 2024
Jul 2, 2024
Sep 19, 2024
Sep 24, 2024
Sep 16, 2024
Sep 23, 2024
Aug 17, 2024
Sep 18, 2024
Sep 2, 2024
Sep 17, 2024
Sep 23, 2024
Sep 20, 2024
Sep 23, 2024
Sep 25, 2024
Aug 26, 2024
Sep 19, 2024
Sep 3, 2024
Aug 1, 2023
Sep 3, 2024
Sep 19, 2024
Jun 8, 2024
Aug 18, 2024
Sep 19, 2024
Sep 23, 2024
Sep 20, 2024
Aug 29, 2024
Jul 15, 2023
May 7, 2024
Feb 28, 2023
Sep 23, 2024
Sep 11, 2024
Aug 29, 2024
Sep 11, 2024
Feb 28, 2023
Sep 22, 2024
Feb 28, 2023
Nov 10, 2023
Aug 24, 2023
Jul 3, 2024
Sep 4, 2024
Feb 16, 2024
Sep 22, 2024
Sep 19, 2024
Sep 23, 2024
Sep 20, 2024
Sep 3, 2024
Jul 13, 2024
Sep 20, 2024
Sep 3, 2024
Feb 16, 2024
Sep 17, 2024
Sep 23, 2024
Apr 15, 2024
Apr 15, 2024

Repository files navigation

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