#ash-features Bulk creates allow for data-layer-agnostic, streaming, batched creates and upserts. For example: ```elixir some_data_source |> Stream.map(&action_input/1) |> Api.bulk_create(:create, upsert?: true, upsert_identity: :identity) ```