Packages

Computational distributable flows with stages inspired by Flow, Spark and EMR.

Current section

Files

Jump to
elastic_flow test elastic_flow_test.exs
Raw

test/elastic_flow_test.exs

defmodule ElasticFlowTest do
use ExUnit.Case
doctest ElasticFlow
test "greets the world" do
assert ElasticFlow.hello() == :world
end
end