Main flow coordinator
Runs source flow
stream(Exd.Query.queryable()) :: Flow.t()
Exd.Query{from: {"people", Person}, select: "people.name"} |> Exd.QueryRunner.stream(query) |> Enum.to_list ["mads", "jack"]