Arc Alternatives
Similar projects and alternatives to arc
-
-
-
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.
-
librex
Elixir library to convert office documents to other formats using LibreOffice. (by ricn)
-
-
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
-
-
-
redux-form
A Higher Order Component using react-redux to keep form state in a Redux store [Moved to: https://github.com/redux-form/redux-form] (by erikras)
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
arc reviews and mentions
-
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
Stats
stavro/arc is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of arc is Elixir.