hex_core VS walex

Compare hex_core vs walex and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
hex_core walex
1 17
95 256
- -
4.9 9.1
about 1 month ago 9 days ago
Erlang Elixir
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

hex_core

Posts with mentions or reviews of hex_core. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-07.
  • Elixir Nitpicks
    5 projects | news.ycombinator.com | 7 Feb 2024
    We give similar examples in our anti-patterns docs: https://hexdocs.pm/elixir/main/code-anti-patterns.html#compl...

    ## State management

    Generally agreed. Just one nit:

    > Sure the state is all encapsulated into processes, but then those processes are hidden behind an abstraction layer that makes them invisible, so really you’re just touching global variables.

    They are not invisible. You can use Observer, the Phoenix Live Dashboard, and many other tools to traverse, explore, and navigate the supervision tree, processes, and see where all state is!

    ## Imports

    Agreed. We had several discussions on how to improve this but nothing satisfactory. Maybe it is time for another tango.

    ## Mixed messages

    I'd say we actually do a good job on the official docs on the topics that are directly related to Elixir:

    * On umbrella projects, the official guide discusses trade-offs: https://hexdocs.pm/elixir/dependencies-and-umbrella-projects...

    * Live upgrades are covered in our release docs: https://hexdocs.pm/mix/Mix.Tasks.Release.html#module-hot-cod...

    * On macros: https://hexdocs.pm/elixir/macro-anti-patterns.html#unnecessa...

    I assume the trouble is in finding this information, so if anyone finds we should link to them from other places, pull requests are welcome. In general, PRs to improve docs are always gladly received, be in Elixir, Ecto, or elsewhere!

    ## Others

    > Anecdotally, when Elixir started off there was some bad blood between them and the Erlang community, which is the origin of this schism

    No bad blood, really. I asked the `rebar` team (not the current `rebar3`) if they would accept PRs to also compile Elixir, they said no (which is understandable) and then we move forward with `mix` (which was a contribution from a Clojure developer inspired by `lein`). The projects drifted apart but we often share whatever we can in other places (such as https://github.com/hexpm/hex_core).

    > In fact the Elixir compiler almost never gives you an outright error, basically it only fails if a file can’t be parsed. This feels spooky as hell… but its warnings are basically always correct and seldom miss anything

    Yes! Our goal is to avoid halting compilation as much as possible and instead rely on precise warnings. It is easier to debug a program that compiles (and then raises) than one that does not compile at all.

walex

Posts with mentions or reviews of walex. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-24.

What are some alternatives?

When comparing hex_core and walex you can also consider the following projects:

PolarDB-for-PostgreSQL - A cloud-native database based on PostgreSQL developed by Alibaba Cloud.

neon - Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, branching, and bottomless storage.

realtime - Broadcast, Presence, and Postgres Changes via WebSockets

libcluster - Automatic cluster formation/healing for Elixir applications

worker - High performance Node.js/PostgreSQL job queue (also suitable for getting jobs generated by PostgreSQL triggers/functions out into a different work queue)

helm-charts - neondatabase helm charts

supavisor - A cloud-native, multi-tenant Postgres connection pooler.

sql-task-queue

sorg - A Go-based static site generator that compiles brandur.org.

zenith - The serverless open source alternative to AWS Aurora Postgres. [Moved to: https://github.com/neondatabase/neon]

Que - A Ruby job queue that uses PostgreSQL's advisory locks for speed and reliability.

connectors - Connectors for capturing data from external data sources