[Think, Learn, Share]
Posted by Michael Chavez
Sort a list by integer with Elixir
Posted by Michael Chavez
Introduction This is part seven of the nine post series on Processing a Log File with Elixir. If you find this article helpful, please subscribe and share ๐ Here is our list of steps Fetch data from URL Split each new line into a list item Split each line into list items Filter items to […]
Posted by Michael Chavez
Introduction This is part six of the nine post series on Processing a Log File with Elixir. If you find this article helpful, please subscribe and share ๐ Looking at our list of things to do, the next step is to group by video_id. Fetch data from URL Split each new line into a list […]
Like our content? Subscribe to the SpaceRocket blog and be notified of updates
Posted by Michael Chavez
This is part four of the nine post series on Processing a Log File with Elixir. If you find this article helpful, please subscribe and share ๐ In the last post, Getting Items from List with Elixir, We trimmed our list to only contain the items we want, the TCP_HIT/MISS, and the URL. Our data […]