Latest #streams Threads 
Hello,
I have this example where I would like a stream transformation to return the whole input list up to the third atom, included.
in...
New
Hello,
Is there an idiomatic way to write greedy streams in elixir?
Given this example:
1..1000
|> Stream.map(&computation_1/1)...
New
I’m trying to generate a stream of JSON from an Ecto stream to be sent out via send_chunked/2 and chunk/2.
It appears that all the JSON ...
New
I have a (possibly infinite) stream of events coming asynchronously, so that they do have a delay. I want to stop the stream immediately ...
New
Hi,
I am paginating through a bunch of classes, displaying 10 at a time. Every time I change a page, I need to subscribe to the new clas...
New
Hi!
I’d like to present streaming - a macro for creating streams much like the special form for.
streaming x <- 1..10, y <- 11..2...
New
I’m trying to parse contents of a file in zip file. My idea is to use Unzip to stream contents (the unpacked file might be too large for ...
New
Hey all. I’ve been working on a system lately that needs to ingest 10s of thousands to millions of rows from a data lake in order to do s...
New
Hi everyone, hope y’all doing well, I am quite new to elixir and functional programming in general and I never really used Streams in ano...
New
Hi everyone.
In my system, I have two separated nodes which are connected to each other:
Node A have access to a database which has a ...
New
This Week's Trending
This Month's Trending
This Year's Trending
Last Three Year's Trending
Is there a fairly direct way to get from System.cmd a stream which when enumerated will return the command output line by line?
:into IO...
New
When streaming input from a file of unknown size, formatted as a single line of comma-separated values, what’s the best way to operate on...
New
Hi everyone, hope y’all doing well, I am quite new to elixir and functional programming in general and I never really used Streams in ano...
New
The stream-based implementation of Kernel.SpecialForms.for/1. Allows the same syntax as for and acts the same way. This is an initial ...
New
I am new to Elixir, learning it. I have a list of US Cities from this github link https://raw.githubusercontent.com/grammakov/USA-cities-...
New
Hello,
Is there an idiomatic way to write greedy streams in elixir?
Given this example:
1..1000
|> Stream.map(&computation_1/1)...
New
Hi everyone.
In my system, I have two separated nodes which are connected to each other:
Node A have access to a database which has a ...
New
I’m building an integration/client lib for Supabase services in Elixir, but I’m having some difficulties when it comes to uploading and d...
New
I’m trying to generate a stream of JSON from an Ecto stream to be sent out via send_chunked/2 and chunk/2.
It appears that all the JSON ...
New
I’m reading the documentation page, but it’s not landing. A stream basically defines how you want to go over the collection, without actu...
New
Hey all. I’ve been working on a system lately that needs to ingest 10s of thousands to millions of rows from a data lake in order to do s...
New
Hello,
I would like to run the following code:
System.cmd("mix", ["deps.get"], cd: dir, stderr_to_stdout: true, into: IO.stream(:stdio,...
New
I have a (possibly infinite) stream of events coming asynchronously, so that they do have a delay. I want to stop the stream immediately ...
New
Hi,
I am paginating through a bunch of classes, displaying 10 at a time. Every time I change a page, I need to subscribe to the new clas...
New
I’m trying to parse contents of a file in zip file. My idea is to use Unzip to stream contents (the unpacked file might be too large for ...
New
Trending Over Three Years
Hello there!
I have a mix task which grabs some data from a remote API, collects it into a file (a biggish xml), then sucks it in as a ...
New
Background: I am writing a multiplayer mini-game with math puzzles. I need the puzzles to be random but reproducible given a seed. I deci...
New
Hello,
I have found lovely CSV library that I will be using to insert CSV files into postgres.
But there are some issues I am wondering...
New
Hey there,
I want to make my bucket closed, so people can’t get anything form it even with the links,
so I want to authenticate through...
New
Hi all!
Related to this article , what I want to do is to process a text file using Elixir Streams. Now, most of the time is useful to ...
New
I have the following code
Repo.transaction(fn -> Blog |> where(title: ^title) |> Repo.stream() |> Flow.from_enumerable() |&g...
New
I am using DataMorph to import some csv output into Elixir structs, and I want the output to go to a file I can read into an editor....
New
I am parsing DNS zone file (12 GB appx) in Elixir and it’s taking absurdly amount of time, I exited the process after 30+ mins or so and ...
New
Is it possible to stream a file from a URL ? ex: Amazon S3 ?
I tried to do:
stream= File.stream!(public_s3_file_path)
I got error, a...
New
Missing something when going through the Little Elixir book. Made my own function to grab a csv and make weather requests.
The result ...
New
Hello,
To handle the upload of really large files, the creation of the intermediate Plug.Upload file is too slow for me. In the Plug/Pho...
New
Like the title says, I want to pass a stream to two outputs.
I am looking for something like below:
function_which_returns_stream
|&...
New
I’m processing some large-ish datasets by streaming CSV input, and I was curious if this actually contributed to speed or if it was merel...
New
Hi there,
I’ve got the following function to read from a CSV file and insert the data into the address table of my database.
def proc...
New
Hey guys,
I came across the idea of Stream, Enum, lazy evaluation and eager evaluation recently. I have been trying to wrap my head arou...
New
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #ash-questions
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #discussion
- #javascript
- #elixirconf
- #library
- #oban-questions
- #dialyzer
- #docker
- #onsite
- #authentication
- #podcasts
- #full-time-contract
- #umbrella
- #code-sync
- #ecto-query
- #phoenix_html
- #iex
- #graphql
- #genstage
- #elixir-ls
- #nerves-questions
- #podcasts-by-brainlid
- #supervisor
- #websockets
- #distillery
- #advent-of-code
- #blog-post
- #livebook-questions
- #processes
- #forms
- #api
- #metaprogramming







