SpaceRocket |>Blog

[Think, Learn, Share]

  • Sort a list by integer with Elixir

    Posted by Michael Chavez

    Sort a list by integer with Elixir

    Sort a list by integer with Elixir

  • Calculate Percentage with Elixir

    Posted by Michael Chavez

    Calculate Percentage with Elixir

    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 […]

  • Elixir - Group by Matching ID

    Posted by Michael Chavez

    Elixir โ€“ Group by Matching ID

    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 […]

Sign up for our newsletter

Like our content? Subscribe to the SpaceRocket blog and be notified of updates

  • Filtering a List Using Regex Match and Elixir

    Posted by Michael Chavez

    Filtering a List Using Regex Match and Elixir

    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 […]