Top 17 Elixir Files and Directory Projects
-
Project mention: File attachments for redux-form and elixir/phoenix as backend API (serialization issue) | reddit.com/r/codehunter | 2022-04-30
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)
-
-
Paraxial.io
Elixir and Phoenix Application Security Platform. Replace Snyk, reCaptcha, and Cloudflare bot defense with the only application security platform built for Elixir and Phoenix.
-
-
-
-
-
dir_walker
Simple Elixir file-system directory tree walker. It can handle large filesystems, as the tree is traversed lazily.
-
Learn Elixir
Learn Elixir in as little as 12 Weeks. A structured learning environment with practical assignments, code reviews, weekly live coaching sessions, job-hunting assistance, and more. Try a Free Preview today!
-
-
-
elixgrep
An elixir framework to implement concurrent versions of common unix utilities, grep, find, etc..
-
-
-
-
-
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Elixir Files and Directories related posts
Index
What are some of the best open-source Files and Directory projects in Elixir? This list will help you:
Project | Stars | |
---|---|---|
1 | arc | 1,140 |
2 | waffle | 626 |
3 | exfswatch | 236 |
4 | exfile | 88 |
5 | ex_guard | 80 |
6 | eye_drops | 51 |
7 | dir_walker | 39 |
8 | sizeable | 35 |
9 | librex | 34 |
10 | elixgrep | 27 |
11 | zarex | 24 |
12 | FormatParser | 21 |
13 | Radpath | 21 |
14 | sentix | 15 |
15 | ex_minimatch | 11 |
16 | ivcu | 4 |
17 | fwatch | 4 |