arc
zarex
arc | zarex | |
---|---|---|
2 | - | |
1,164 | 28 | |
- | - | |
1.4 | 6.1 | |
3 months ago | 9 months ago | |
Elixir | Elixir | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
arc
-
File attachments for redux-form and elixir/phoenix as backend API (serialization issue)
def create(conn, %{"product" => product_params}) do changeset = Product.changeset(%Product{}, product_params) case Repo.insert(changeset) do {:ok, _product} -> conn |> put_flash(:info, "Product created successfully.") |> redirect(to: product_path(conn, :index)) {:error, changeset} -> render(conn, "new.html", changeset: changeset) endend params from log (I am using arc for handling image uploads in elixir code)
-
File Upload using Elixir, Phoenix, Absinthe and ExAws
Alternative library that you might be interested: https://github.com/stavro/arc
zarex
We haven't tracked posts mentioning zarex yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
waffle - Flexible file upload and attachment library for Elixir
dir_walker - Simple Elixir file-system directory tree walker. It can handle large filesystems, as the tree is traversed lazily.
librex - Elixir library to convert office documents to other formats using LibreOffice.
fwatch - A file watcher for Elixir language
exfile - File upload persistence and processing for Phoenix / Plug
FormatParser - The owls are not what they seem
fs - 📁 FS: Windows, Linux, Mac Driver
ex_guard - ExGuard is a mix command to handle events on file system modifications
exfswatch - Filesystem monitor for elixir
Belt
Radpath - Path library for Elixir inspired by Python's pathlib